您的位置:首页 > 移动开发 > Objective-C

spark-submit后出现错误 NoSuchMethodError: scala.runtime.VolatileObjectRef.zero()Lscala/runtime/Volatile..

2015-04-18 13:35 441 查看
zero()
 on 
scala.runtime.VolatileObjectRef
 has
been introduced in Scala 2.11 You probably have a library compiled against Scala 2.11 and running on a Scala 2.10 runtime.

 The 
zero()
 method
did not exist in 2.10. So anything compiled against 2.10 will not know about it, and it wouldn't give a problem on 2.11.

 参考:http://stackoverflow.com/questions/28140173/why-does-submi
4000
tting-a-job-fail-with-nosuchmethoderror-scala-runtime-volatileob
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐