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 <http://spark.apache.org/docs/latest/building-spark.html>. build/mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package When run above command, i am getting the following error [ERROR] Failed to execute goal on project spark-catalyst_2.10: Could not resolve dependencies for project org.apache.spark:spark-catalyst_2.10:jar:1.6.0: Failed to collect dependencies at org.codehaus.janino:janino:jar:2.7.8: Failed to read artifact descriptor for org.codehaus.janino:janino:jar:2.7.8: Could not transfer artifact org.codehaus.janino:janino:pom:2.7.8 from/to central (https://repo1.maven.org/maven2): Remote host closed connection during handshake: SSL peer shut down incorrectly -> [Help 1] Can anyone help with this ?