java - Apache Spark building on Amazon EC2 error with Spark-Maven-Plugin failure -
i building apache spark on amazon ec2 linux vms, following these instructions.
the tools using building:
apache-maven: 3.2.5;
scala: 2.10.4;
zinc: 0.3.5.3;
java: jdk1.7.0_79
linux 32bits
this error message raised:
failed execute goal net.alchim31.maven:scala-maven-plugin:3.2.0:testcompile (scala-test-compile-first) on project spark-core_2.10: execution scala-test-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.0:testcompile failed. compilefailed -> [help 1] [error] [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error] [error] more information errors , possible solutions, please read following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/pluginexecutionexception
the website suggests error caused plugin failure, provides no details. problem? there approach can take resolve error?
Comments
Post a Comment