From user-return-110-apmail-spark-user-archive=spark.apache.org@spark.incubator.apache.org Mon Sep 2 10:45:45 2013 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 86E19FD16 for ; Mon, 2 Sep 2013 10:45:45 +0000 (UTC) Received: (qmail 99346 invoked by uid 500); 2 Sep 2013 10:45:45 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 99198 invoked by uid 500); 2 Sep 2013 10:45:44 -0000 Mailing-List: contact user-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@spark.incubator.apache.org Delivered-To: mailing list user@spark.incubator.apache.org Received: (qmail 99190 invoked by uid 99); 2 Sep 2013 10:45:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2013 10:45:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marek.wiewiorka@gmail.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2013 10:45:39 +0000 Received: by mail-ie0-f182.google.com with SMTP id aq17so8049304iec.27 for ; Mon, 02 Sep 2013 03:45:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=fla9cZNW3r3UotAYl4qz/bZKVP3lClPGUy3oFcIPF5A=; b=LSvGMP7TurrOhi5AgM9+gHqk33GLhcloSAFzsolABWA1lr0xBApFIYRII8qLZqKLsj 7+nC9PNeAcIg+vdpH50FPcmwnI/07pKTXwMiXHp95H+A/YinNSf9w5wDRiPV0tpOppN5 JA1NkhbvsZp3C7R+r/TRhHEsXT+opPjJf8x3IN+S1F6P/BE8fjqo46gYAtpZy8MYevup hj1GaX2sCq9f7Bzkf3B+pFWjRyX9ItiZqsnj2G3U5+s4zJR3CV2ueKbmSDZGRs3qjVVP fDgO27yT5D2tYUj8SVEFWX9HV+jgAiIMurn/GZwYHt/ncWKzWCJoH0VXl7GpHqkycopS tw/g== X-Received: by 10.50.73.41 with SMTP id i9mr11548836igv.30.1378118719087; Mon, 02 Sep 2013 03:45:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.73.99 with HTTP; Mon, 2 Sep 2013 03:44:58 -0700 (PDT) In-Reply-To: References: From: Marek Wiewiorka Date: Mon, 2 Sep 2013 12:44:58 +0200 Message-ID: Subject: Re: Error while building spark-0.7.3 To: user@spark.incubator.apache.org Content-Type: multipart/alternative; boundary=089e013a0270b5aae604e56444b8 X-Virus-Checked: Checked by ClamAV on apache.org --089e013a0270b5aae604e56444b8 Content-Type: text/plain; charset=ISO-8859-1 Thanks a lot! It worked for me as well on Ubuntu platform. Regards, Marek 2013/9/1 giive chen > Hi Henry > > I also have this problem today and after 5 hour's survey. I finally > got a successfully workaround. > > Put this line into your sbt build file(like simple.sbt ) > > > ivyXML := > rev="2.5.0.v201103041518"> > > > > And it should works on my mac and on my clean Ubuntu VM. > > Wisely Chen > > > On Sat, Aug 31, 2013 at 5:07 AM, Henry Saputra > wrote: > > Including Spark's dev@ list to get more potential audience building > Spark > > from source. > > > > > > - Henry > > > > > > On Fri, Aug 30, 2013 at 1:39 PM, Marek Wiewiorka < > marek.wiewiorka@gmail.com> > > wrote: > >> > >> Hi All, > >> I came across an error while building spark-0.7.3 from sources. It seems > >> to be a problem with a broken link to javax.servlet.orbit: > >> > >> [info] Resolving commons-lang#commons-lang;2.6 ... > >> [warn] [NOT FOUND ] > >> > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit > >> (104ms) > >> [warn] ==== public: tried > >> [warn] > >> > http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/2.5.0.v201103041518/javax.servlet-2.5.0.v201103041518.orbit > >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: > >> [warn] :: FAILED DOWNLOADS :: > >> [warn] :: ^ see resolution messages for details ^ :: > >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: > >> [warn] :: > >> > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit > >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: > >> [error] > >> {file:/home/marek/Phd/bigDataPrototype/spark/}default-471473/*:update: > >> sbt.ResolveException: download failed: > >> > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit > >> > >> I found some possible workarounds in other forums but none worked for > me. > >> Did anybody also experience such an issue? > >> > >> Regards, > >> Marek > >> > > > --089e013a0270b5aae604e56444b8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks a lot!
It worked for me as well on Ubuntu platf= orm.
Regards,
Marek


2013/9/1 giive chen <thegiive@gmail= .com>
Hi Henry

I also have this problem today and after 5 hour's survey. I finally
got a successfully workaround.

Put this line into your sbt build file(like simple.sbt )


ivyXML :=3D
<dependency org=3D"org.eclipse.jetty.orbit" name=3D"javax= .servlet"
rev=3D"2.5.0.v201103041518">
<artifact name=3D"javax.servlet" type=3D"orbit" ext= =3D"jar"/>
</dependency>

And it should works on my mac and on my clean Ubuntu VM.

Wisely Chen


On Sat, Aug 31, 2013 at 5:07 AM, Henry Saputra <henry.saputra@gmail.com> wrote:
> Including Spark's dev@ list to get more potential audience buildin= g Spark
> from source.
>
>
> - Henry
>
>
> On Fri, Aug 30, 2013 at 1:39 PM, Marek Wiewiorka <marek.wiewiorka@gmail.com>
> wrote:
>>
>> Hi All,
>> I came across an error while building spark-0.7.3 from sources. It= seems
>> to be a problem with a broken link to javax.servlet.orbit:
>>
>> [info] Resolving commons-lang#commons-lang;2.6 ...
>> [warn] =A0[NOT FOUND =A0]
>> org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.se= rvlet.orbit
>> (104ms)
>> [warn] =3D=3D=3D=3D public: tried
>> [warn]
>> http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/java= x.servlet/2.5.0.v201103041518/javax.servlet-2.5.0.v201103041518.orbit >> [warn] =A0::::::::::::::::::::::::::::::::::::::::::::::
>> [warn] =A0:: =A0 =A0 =A0 =A0 =A0 =A0 =A0FAILED DOWNLOADS =A0 =A0 = =A0 =A0 =A0 =A0::
>> [warn] =A0:: ^ see resolution messages for details =A0^ ::
>> [warn] =A0::::::::::::::::::::::::::::::::::::::::::::::
>> [warn] =A0::
>> org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.se= rvlet.orbit
>> [warn] =A0::::::::::::::::::::::::::::::::::::::::::::::
>> [error]
>> {file:/home/marek/Phd/bigDataPrototype/spark/}default-471473/*:upd= ate:
>> sbt.ResolveException: download failed:
>> org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.se= rvlet.orbit
>>
>> I found some possible workarounds in other forums but none worked = for me.
>> Did anybody also experience such an issue?
>>
>> Regards,
>> Marek
>>
>

--089e013a0270b5aae604e56444b8--