Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FE2217B45 for ; Fri, 8 Jan 2016 11:50:26 +0000 (UTC) Received: (qmail 59154 invoked by uid 500); 8 Jan 2016 11:50:21 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 59021 invoked by uid 500); 8 Jan 2016 11:50:21 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@spark.apache.org Received: (qmail 59009 invoked by uid 99); 8 Jan 2016 11:50:20 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2016 11:50:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 78F97C1B7B for ; Fri, 8 Jan 2016 11:50:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Mh9xBxSgBRUu for ; Fri, 8 Jan 2016 11:50:10 +0000 (UTC) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E222542AA9 for ; Fri, 8 Jan 2016 11:50:09 +0000 (UTC) Received: by mail-io0-f171.google.com with SMTP id q21so283486409iod.0 for ; Fri, 08 Jan 2016 03:50:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7xQ236Rdj8DZLUVH07AGQn/uQx2KMs1xtgWawsAvGTg=; b=cYfBtybbGFk4nvGR2vuwfOMEyjJRj0pXuDsJ0lDYFeVIiUgrujCrvn1MKRh4/5831c EYACxaSTZCi6FD8WBkpCQR/RcqnOo0zkcBf4t6r2zqLrFOAnjTNLLh18pMSCLBsasWiG goHarmVUyi25PztK0GgXPaLbuGK5p9Z/IEhyhmdM1rb0k3BvSS/ijHdXRIJQqGbejZnZ 3n5LLjSQyh1gXzoLzTXNcW4GiH1KUsjtUrjbDfp2/fDupyPmi7ClVhmIzsdRQl50nS20 G8rMQyKkt3T/sg1QSGLsWUZw5qU7UwT1MUhOX6mekDR+crIF6qzpruaWO06sX0gzIGsA SwzQ== MIME-Version: 1.0 X-Received: by 10.107.33.12 with SMTP id h12mr45387801ioh.108.1452253809598; Fri, 08 Jan 2016 03:50:09 -0800 (PST) Received: by 10.79.26.136 with HTTP; Fri, 8 Jan 2016 03:50:08 -0800 (PST) Received: by 10.79.26.136 with HTTP; Fri, 8 Jan 2016 03:50:08 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Jan 2016 17:20:08 +0530 Message-ID: Subject: Re: Unable to compile from source From: hareesh makam To: Gaini Rajeshwar Cc: user@spark.apache.org Content-Type: multipart/alternative; boundary=001a1140c20c71e7d90528d13023 --001a1140c20c71e7d90528d13023 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Are you behind a proxy? Or Try disabling the SSL check while building. http://stackoverflow.com/questions/21252800/maven-trusting-all-certs-unlimi= ted-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 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=3D2.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 ? > > > --001a1140c20c71e7d90528d13023 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Are you behind a proxy?

Or

Try disabling the SSL check while building.

http://stackoverflow.com/questio= ns/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&qu= ot; <raja.rajeshwar2006@= gmail.com> wrote:
Hi All,

I am new to apache spark.<= /div>

I have downloaded Spark 1.6.0 (Jan 04 2016) sou= rce code version.=C2=A0

I did run the followin= g command following command as per spark documentation.

build/mvn -Pyarn -Phadoop-2.4 -Dhadoop.vers=
ion=3D2.4.0 -DskipTests clean package
When run above command, i am getting t=
he following error
[ERROR] Failed to execute goal on proje=
ct spark-catalyst_2.10: Could not resolve dependencies for project org.apac=
he.spark:spark-catalyst_2.10:jar:1.6.0: Failed to collect dependencies at o=
rg.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.code=
haus.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 -&=
gt; [Help 1]
Can anyone help with this ?<= /font>

--001a1140c20c71e7d90528d13023--