Re: Unable to compile from source

2016-01-11 Thread Gaini Rajeshwar
Hey Hareesh, Thanks. That solved the issue. Thanks, Rajeshwar Gaini. On Fri, Jan 8, 2016 at 5:20 PM, hareesh makam wrote: > Are you behind a proxy? > > Or > > Try disabling the SSL check while building. > > > http://stackoverflow.com/questions/21252800/maven-trusting-all-certs-unlimited-java-p

Re: Unable to compile from source

2016-01-08 Thread hareesh makam
Are you behind a proxy? Or Try disabling the SSL check while building. http://stackoverflow.com/questions/21252800/maven-trusting-all-certs-unlimited-java-policy Check above link to know how to disable SSL check. - hareesh. On Jan 8, 2016 4:54 PM, "Gaini Rajeshwar" wrote: > Hi All, > > I am

Unable to compile from source

2016-01-08 Thread Gaini Rajeshwar
Hi All, I am new to apache spark. I have downloaded *Spark 1.6.0 (Jan 04 2016) source code version*. I did run the following command following command as per spark documentation . build/mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Dski