Re: Problem with building spark-1.2.0

2015-01-13 Thread Sean Owen
I don't believe you need any such manual steps. I'd undo what you did there. I have never had to add anything manually to get SBT or Maven builds working. Just follow the docs on the site. On Tue, Jan 13, 2015 at 5:29 AM, Rapelly Kartheek wrote: > Yes, this proxy problem is resolved. > how your b

Re: Problem with building spark-1.2.0

2015-01-12 Thread Rapelly Kartheek
Yes, this proxy problem is resolved. *how your build refers tohttps://github.com/ScrapCodes/sbt-pom-reader.git I don't see thisrepo the project code base.* I manually downloaded the sbt-pom-reader directory and moved into .sbt/0.13/staging/*/ di

Re: Problem with building spark-1.2.0

2015-01-12 Thread Sean Owen
The problem is there in the logs. When it went to clone some code, something went wrong with the proxy: Received HTTP code 407 from proxy after CONNECT Probably you have an HTTP proxy and you have not authenticated. It's specific to your environment. Although it's unrelated, I'm curious how your

Re: Problem with building spark-1.2.0

2015-01-12 Thread Kartheek.R
Hi, This is what I am trying to do: karthik@s4:~/spark-1.2.0$ SPARK_HADOOP_VERSION=2.3.0 sbt/sbt clean Using /usr/lib/jvm/java-7-oracle as default JAVA_HOME. Note, this will be overridden by -java-home if it is set. [info] Loading project definition from /home/karthik/spark-1.2.0/project/project C

Re: Problem with building spark-1.2.0

2015-01-04 Thread xhudik
The error you provided says that build was unsuccessful. If you write what you did (what command you used), whole error trace - someone might be able to help you ... -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Problem-with-building-spark-1-2-0-tp20961p20

Re: Problem with building spark-1.2.0

2015-01-04 Thread Rapelly Kartheek
8574a5bcb2d22d23/sbt-pom-reader >> [error] Use 'last' for the full log. >> >> Any help please? >> >> Thanks >> > > > -- > View this message in context: Re: Problem with building spark-1.2.0 > <http://apache-spark-user-list.1001560.n3.nabbl

Re: Problem with building spark-1.2.0

2015-01-04 Thread Ted Yu
;> https://github.com/ScrapCodes/sbt-pom-reader.git >> /home/karthik/.sbt/0.13/staging/ad8e8574a5bcb2d22d23/sbt-pom-reader >> [error] Use 'last' for the full log. >> >> Any help please? >> >> Thanks > > > View this message in context: Re: Problem with building spark-1.2.0 > Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Problem with building spark-1.2.0

2015-01-04 Thread Kartheek.R
The problem is that my network is not able to access github.com for cloning some dependencies as github is blocked in India. What are the other possible ways for this problem?? Thank you! On Sun, Jan 4, 2015 at 9:45 PM, Rapelly Kartheek wrote: > Hi, > > I get the following error when I build sp

Problem with building spark-1.2.0

2015-01-04 Thread Kartheek.R
Hi, I get the following error when I build spark-1.2.0 using sbt: [error] Nonzero exit code (128): git clone https://github.com/ScrapCodes/sbt-pom-reader.git /home/karthik/.sbt/0.13/staging/ad8e8574a5bcb2d22d23/sbt-pom-reader [error] Use 'last' for the full log. Any help please? Thanks -- V