Hi there:

I've trying to compile using sbt/sbt assembly and mvn clean package (with
memory adjustments as suggested here
http://spark.incubator.apache.org/docs/latest/building-with-maven.html).
Unfortunately, compiling fails for both of them with the following error
(here is with Maven
but with SBT the error happens at the same class):

[INFO] Using incremental compilation
[INFO] 'compiler-interface' not yet compiled for Scala 2.9.3. Compiling...
[INFO]   Compilation completed in 17.554 s
[INFO] Compiling 258 Scala sources and 16 Java sources to
/home/gustavo/tools/spark-0.8.0-incubating/core/target/scala-2.9.3/classes...
[WARNING]
/home/gustavo/tools/spark-0.8.0-incubating/core/src/main/scala/org/apache/spark/SparkHadoopWriter.scala:129:
method cleanupJob in class OutputCommitter is deprecated: see corresponding
Javadoc for more information.
[WARNING]     getOutputCommitter().cleanupJob(getJobContext())
[WARNING]                          ^
[WARNING]
/home/gustavo/tools/spark-0.8.0-incubating/core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala:592:
method cleanupJob in class OutputCommitter is deprecated: see corresponding
Javadoc for more information.
[WARNING]     jobCommitter.cleanupJob(jobTaskContext)
[WARNING]                  ^
[ERROR] File name too long
[WARNING] two warnings found
[ERROR] one error found

Is 0.8.0 ready for production? is 0.7.0 more stable?
I'm running on java 6.

Cheers
Gustavo

Reply via email to