Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building Spark with mvn fails

I am trying to build spark 1.5.0. I am using this command:

sh ./make-distribution.sh --name 2.6.0 --tgz  -Phadoop-2.6 -Phive

But get the following error code:

Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on project spark-launcher_2.10: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile failed. CompileFailed.

Also I get this error message:

Required file not found: scala-compiler-2.10.4.jar

Does anybody know, how I can fix this problem?

Thank you very much in advance.

like image 659
cimbom Avatar asked Dec 06 '25 07:12

cimbom


1 Answers

Shutdown zinc first. See the documentation here

./build/zinc-<version>/bin/zinc -shutdown
like image 105
Nabegh Avatar answered Dec 08 '25 21:12

Nabegh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!