Re: Spark 2.0 - make-distribution fails while regular build succeeded

2016-08-04 Thread Richard Siebeling
fixed! after adding the option -DskipTests everything build ok. Thanks Sean for your help On Thu, Aug 4, 2016 at 8:18 PM, Richard Siebeling wrote: > I don't see any other errors, these are the last lines of the > make-distribution log. > Above these lines there are no

Re: Spark 2.0 - make-distribution fails while regular build succeeded

2016-08-04 Thread Richard Siebeling
I don't see any other errors, these are the last lines of the make-distribution log. Above these lines there are no errors... [INFO] Building jar: /opt/mapr/spark/spark-2.0.0/common/network-yarn/target/spark-network-yarn_2.11-2.0.0-test-sources.jar [warn]

Re: Spark 2.0 - make-distribution fails while regular build succeeded

2016-08-04 Thread Sean Owen
That message is a warning, not error. It is just because you're cross compiling with Java 8. If something failed it was elsewhere. On Thu, Aug 4, 2016, 07:09 Richard Siebeling wrote: > Hi, > > spark 2.0 with mapr hadoop libraries was succesfully build using the > following

Spark 2.0 - make-distribution fails while regular build succeeded

2016-08-04 Thread Richard Siebeling
Hi, spark 2.0 with mapr hadoop libraries was succesfully build using the following command: ./build/mvn -Pyarn -Phadoop-2.7 -Dhadoop.version=2.7.0-mapr-1602 -DskipTests clean package However when I then try to build a runnable distribution using the following command ./dev/make-distribution.sh