Re: Spark 2.0 Build Failed

2016-07-29 Thread Ascot Moss
I think my maven is broken, I used another node in the cluster to compile 2.0.0 and got "successful" [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (create-source-jar) @ java8-tests_2.11 --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (create-source-jar) @

Re: Spark 2.0 Build Failed

2016-07-28 Thread Ascot Moss
I just run wget https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom, can get it without issue. On Fri, Jul 29, 2016 at 1:44 PM, Ascot Moss wrote: > Hi thanks! > > mvn dependency:tree > > [INFO] Scanning for projects... > > Downloading: >

Re: Spark 2.0 Build Failed

2016-07-28 Thread Ascot Moss
Hi thanks! mvn dependency:tree [INFO] Scanning for projects... Downloading: https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for

Re: Spark 2.0 Build Failed

2016-07-28 Thread Dong Meng
Before build, first do a "mvn dependency:tree" to make sure the dependency is right On Thu, Jul 28, 2016 at 10:18 PM, Ascot Moss wrote: > Thanks for your reply. > > Is there a way to find the correct Hadoop profile name? > > On Fri, Jul 29, 2016 at 7:06 AM, Sean Owen

Re: Spark 2.0 Build Failed

2016-07-28 Thread Ascot Moss
Thanks for your reply. Is there a way to find the correct Hadoop profile name? On Fri, Jul 29, 2016 at 7:06 AM, Sean Owen wrote: > You have at least two problems here: wrong Hadoop profile name, and > some kind of firewall interrupting access to the Maven repo. It's not >

Re: Spark 2.0 Build Failed

2016-07-28 Thread Sean Owen
You have at least two problems here: wrong Hadoop profile name, and some kind of firewall interrupting access to the Maven repo. It's not related to Spark. On Thu, Jul 28, 2016 at 4:04 PM, Ascot Moss wrote: > Hi, > > I tried to build spark, > > (try 1) > mvn -Pyarn

Spark 2.0 Build Failed

2016-07-28 Thread Ascot Moss
Hi, I tried to build spark, (try 1) mvn -Pyarn *-Phadoop-2.7.0* *-Dscala-2.11* -Dhadoop.version=2.7.0 -Phive -Phive-thriftserver -DskipTests clean package [INFO] Spark Project Parent POM ... FAILURE [ 0.658 s] [INFO] Spark Project Tags .