我正在尝试在新安装的Ubuntu VMWare虚拟机上安装Apache Spark,如http://bigdatastatistics.blogspot.com/2013/11/installing-apache-spark-on-ubuntu-1204.html中所述。
在我尝试实际安装Spark之前,一切似乎都运行良好。
$ sbt/sbt assembly
...
[error] (plugins/*:update) sbt.ResolveException: download failed: org.scalaz#scalaz-
core_2.9.2;6.0.4!scalaz-core_2.9.2.jar
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
我对Scala或SBT并不是很了解,所以如果你能帮我弄清楚这里出了什么问题,我真的很感激。
Ubuntu版本:12.04.3(32位) Hadoop版本:1.2.1 Spark版本:0.8.1 Scala版本:2.10.3