maybe using 'diff' command? Thanks, moon
On Thu, Jun 25, 2015 at 1:00 PM tog <guillaume.all...@gmail.com> wrote: > Ok I just removed completely my .m2 directory, it took me a long time to > download all dependencies again but the build was finally successful. > > I kept my previous local repo - I will now try to compare them. Any idea > on how to do this ? > > Cheers > Guillaume > > On 25 June 2015 at 19:22, moon soo Lee <m...@apache.org> wrote: > >> I have tried >> >> mvn clean package -DskipTests >> mvn clean package -DskipTests -Pspark-1.4 -Phadoop-2.3 >> >> on my mac (Yosemite + mvn 3.3.3), Linux (CentOs6 + mvn 3.2.5) and they >> all passes the build. Also travis CI is green on master branch. >> >> Can anyone help me to reproduce the error? >> >> Thanks, >> moon >> >> >> On Thu, Jun 25, 2015 at 10:39 AM tog <guillaume.all...@gmail.com> wrote: >> >>> Hi >>> >>> Here is my full error >>> https://gist.github.com/galleon/362b5b2d21878bfd1dd2 >>> I am using maven 3.3.3 as previously mentioned >>> >>> Cheers >>> Guillaume >>> >>> On 25 June 2015 at 18:01, tog <guillaume.all...@gmail.com> wrote: >>> >>>> Yes, I think that now it does. This was in one of the latest commit >>>> On 25 Jun 2015 5:17 pm, "IT CTO" <goi....@gmail.com> wrote: >>>> >>>>> Hi, >>>>> I updated my mvn to 3.1.1 and running the build again >>>>> using mvn clean >>>>> mvn clean package -DskipTests >>>>> succeeded! >>>>> But >>>>> mvn clean package -Pspark-1.4 -Dspark.version=spark.1.4.0 -DskipTests >>>>> Failed: >>>>> >>>>> [INFO] BUILD FAILURE >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] Total time: 24.352 s >>>>> [INFO] Finished at: 2015-06-25T19:10:01+03:00 >>>>> [INFO] Final Memory: 41M/534M >>>>> [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 >>>>> >>>>> *Does the default build use spark 1.4?* >>>>> Eran >>>>> >>>>> On Thu, Jun 25, 2015 at 6:44 PM tog <guillaume.all...@gmail.com> >>>>> wrote: >>>>> >>>>>> Hi >>>>>> >>>>>> On my side it appeared right after the latest commits (I am "git >>>>>> pulling" at least once a day ;)) >>>>>> >>>>>> Does the latest commits bring new maven requirements? >>>>>> >>>>>> Which is the info you need to figure out what the pb is ? (I am more >>>>>> a gradle guy that a maven one) >>>>>> >>>>>> Cheers >>>>>> Guillaume >>>>>> On 25 Jun 2015 4:39 pm, "moon soo Lee" <m...@apache.org> wrote: >>>>>> >>>>>>> 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 >>>>>>>>>> >>>>>>>>> >>> >>> >>> -- >>> PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net >>> >> > > > -- > PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net >