Re: building spark 1.6.0 fails

2016-01-29 Thread Sean Owen
You're somehow building with Java 6. At least this is what the error means. On Fri, Jan 29, 2016, 05:25 Carlile, Ken wrote: > I am attempting to build Spark 1.6.0 from source on EL 6.3, using Oracle > jdk 1.8.0.45, Python 2.7.6, and Scala 2.10.3. When I try to issue >

building spark 1.6.0 fails

2016-01-28 Thread Carlile, Ken
I am attempting to build Spark 1.6.0 from source on EL 6.3, using Oracle jdk 1.8.0.45, Python 2.7.6, and Scala 2.10.3. When I try to issue build/mvn/ -DskipTests clean package, I get the following: [INFO] Using zinc server for incremental compilation [info] Compiling 3 Java sources to

Re: building spark 1.6.0 fails

2016-01-28 Thread Ted Yu
I tried the following command: build/mvn clean -Phive -Phive-thriftserver -Pyarn -Phadoop-2.4 -Dhadoop.version=2.7.0 package -DskipTests I didn't encounter the error you mentioned. bq. Using zinc server for incremental compilation Was it possible that zinc was running before you started the