Hi Eran, Which version of maven are you using? looks like some plugin requires maven 3.1.0 or later. Thanks, moon
On Thu, Jun 25, 2015 at 8:31 AM IT CTO <goi....@gmail.com> wrote: > I just did a clean clone install maven 3 and build using mvn package > -DskipTest and got the following error: > [ERROR] Failed to execute goal > com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm > (install node and npm) on project zeppelin-web: The plugin > com.github.eirslett:frontend-maven-plugin:0.0.23 requires Maven version > 3.1.0 -> [Help 1] > > web project failed but it looks like a pluging version problem. > Any suggestions? > Eran > > On Thu, Jun 25, 2015 at 12:48 PM IT CTO <goi....@gmail.com> wrote: > >> Mine failing as well >> [INFO] Zeppelin .......................................... SUCCESS [ >> 5.180 s] >> [INFO] Zeppelin: Interpreter ............................. SUCCESS [ >> 9.529 s] >> [INFO] Zeppelin: Zengine ................................. SUCCESS [ >> 2.225 s] >> [INFO] Zeppelin: Spark ................................... FAILURE [ >> 0.577 s] >> [INFO] Zeppelin: Markdown interpreter .................... SKIPPED >> [INFO] Zeppelin: Angular interpreter ..................... SKIPPED >> [INFO] Zeppelin: Shell interpreter ....................... SKIPPED >> [INFO] Zeppelin: Hive interpreter ........................ SKIPPED >> [INFO] Zeppelin: Tajo interpreter ........................ SKIPPED >> [INFO] Zeppelin: Flink ................................... SKIPPED >> [INFO] Zeppelin: Apache Ignite interpreter ............... SKIPPED >> [INFO] Zeppelin: web Application ......................... SKIPPED >> [INFO] Zeppelin: Server .................................. SKIPPED >> [INFO] Zeppelin: Packaging distribution .................. SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 18.105 s >> [INFO] Finished at: 2015-06-25T12:40:12+03:00 >> [INFO] Final Memory: 34M/402M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal on project zeppelin-spark: Could not >> resolve dependencies for project >> org.apache.zeppelin:zeppelin-spark:jar:0.6.0-incubating-SNAPSHOT: The >> following artifacts could not be resolved: >> org.apache.spark:spark-core_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-repl_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-sql_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-hive_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-streaming_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-streaming-twitter_2.10:jar:spark.1.4.0, >> org.apache.spark:spark-catalyst_2.10:jar:spark.1.4.0: Failure to find >> org.apache.spark:spark-core_2.10:jar:spark.1.4.0 in >> https://repository.cloudera.com/artifactory/cloudera-repos/ was cached >> in the local repository, resolution will not be reattempted until the >> update interval of cloudera has elapsed or updates are forced -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the >> -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with the >> command >> [ERROR] mvn <goals> -rf :zeppelin-spark >> >> >> On Thu, Jun 25, 2015 at 12:39 PM Jongyoul Lee <jongy...@gmail.com> wrote: >> >>> Hi Guillaume, >>> >>> Can you attach debugging log? >>> >>> It looks like a plugin issue. >>> >>> Regards, >>> JL >>> >>> On Thu, Jun 25, 2015 at 4:07 PM, tog <guillaume.all...@gmail.com> wrote: >>> >>>> Hi >>>> >>>> This what I am doing: >>>> >>>> toggy:incubator-zeppelin tog$ mvn -version >>>> >>>> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; >>>> 2015-04-22T12:57:37+01:00) >>>> >>>> Maven home: /usr/local/Cellar/maven/3.3.3/libexec >>>> >>>> Java version: 1.8.0_40, vendor: Oracle Corporation >>>> >>>> Java home: >>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/jre >>>> >>>> Default locale: en_US, platform encoding: UTF-8 >>>> >>>> OS name: "mac os x", version: "10.10.3", arch: "x86_64", family: "mac" >>>> >>>> >>>> and >>>> >>>> >>>> toggy:incubator-zeppelin tog$ mvn -DskipTests clean package >>>> >>>> >>>> Looks similar than yours >>>> >>>> Cheers >>>> >>>> Guillaume >>>> >>>> On 24 June 2015 at 23:42, moon soo Lee <m...@apache.org> wrote: >>>> >>>>> Hi, >>>>> >>>>> I just tried master and mine passing the build. >>>>> What is your build command and maven version? >>>>> >>>>> I just did "mvn package -DskipTests" with maven 3.3.3 >>>>> >>>>> Thanks, >>>>> moon >>>>> >>>>> >>>>> On Wed, Jun 24, 2015 at 2:54 PM tog <guillaume.all...@gmail.com> >>>>> wrote: >>>>> >>>>>> Hi there >>>>>> >>>>>> I just updated my version from the repo and the latest changes break >>>>>> master. >>>>>> >>>>>> I have the following message: >>>>>> >>>>>> Checking for multiple versions of scala >>>>>> >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> [INFO] Reactor Summary: >>>>>> >>>>>> [INFO] >>>>>> >>>>>> [INFO] Zeppelin ........................................... SUCCESS >>>>>> [ 2.375 s] >>>>>> >>>>>> [INFO] Zeppelin: Interpreter .............................. SUCCESS >>>>>> [ 4.336 s] >>>>>> >>>>>> [INFO] Zeppelin: Zengine .................................. SUCCESS >>>>>> [ 1.480 s] >>>>>> >>>>>> [INFO] Zeppelin: Spark .................................... FAILURE >>>>>> [ 2.543 s] >>>>>> >>>>>> [INFO] Zeppelin: Markdown interpreter ..................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Angular interpreter ...................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Shell interpreter ........................ SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Hive interpreter ......................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Tajo interpreter ......................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Flink .................................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: web Application .......................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Server ................................... SKIPPED >>>>>> >>>>>> [INFO] Zeppelin: Packaging distribution ................... SKIPPED >>>>>> >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> [INFO] BUILD FAILURE >>>>>> >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> [INFO] Total time: 11.057 s >>>>>> >>>>>> [INFO] Finished at: 2015-06-24T22:49:43+01:00 >>>>>> >>>>>> [INFO] Final Memory: 41M/415M >>>>>> >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> [ERROR] Failed to execute goal >>>>>> org.scala-tools:maven-scala-plugin:2.15.2:compile (default) on project >>>>>> zeppelin-spark: Execution default of goal >>>>>> org.scala-tools:maven-scala-plugin:2.15.2:compile failed: For artifact >>>>>> {null:null:null:jar}: The groupId cannot be empty. -> [Help 1] >>>>>> >>>>>> [ERROR] >>>>>> >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with >>>>>> the -e switch. >>>>>> >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>>>>> >>>>>> [ERROR] >>>>>> >>>>>> [ERROR] For more information about the errors and possible solutions, >>>>>> please read the following articles: >>>>>> >>>>>> [ERROR] [Help 1] >>>>>> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException >>>>>> >>>>>> [ERROR] >>>>>> >>>>>> -- >>>>>> PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net >>>>>> >>>>> >>>> >>>> >>>> -- >>>> PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net >>>> >>> >>> >>> >>> -- >>> 이종열, Jongyoul Lee, 李宗烈 >>> http://madeng.net >>> >>