From dev-return-15742-apmail-spark-dev-archive=spark.apache.org@spark.apache.org Tue Nov 3 13:44:30 2015 Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC39618F9C for ; Tue, 3 Nov 2015 13:44:30 +0000 (UTC) Received: (qmail 91666 invoked by uid 500); 3 Nov 2015 13:44:29 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 91573 invoked by uid 500); 3 Nov 2015 13:44:29 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spark.apache.org Received: (qmail 91556 invoked by uid 99); 3 Nov 2015 13:44:28 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 13:44:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6F93DC0098 for ; Tue, 3 Nov 2015 13:44:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.801 X-Spam-Level: * X-Spam-Status: No, score=1.801 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id D1CRfue3Lx2k for ; Tue, 3 Nov 2015 13:44:15 +0000 (UTC) Received: from alu112.rev.netart.pl (alu112.rev.netart.pl [85.128.177.112]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 8521B23268 for ; Tue, 3 Nov 2015 13:44:14 +0000 (UTC) Received: from mail-lf0-f43.google.com (unknown [209.85.215.43]) by laskowski.nazwa.pl (Postfix) with ESMTP id D96DE3FDB2B for ; Tue, 3 Nov 2015 14:44:06 +0100 (CET) Received: by lfbn126 with SMTP id n126so18108192lfb.2 for ; Tue, 03 Nov 2015 05:44:06 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.72.99 with SMTP id c3mr12887291lbv.113.1446558246263; Tue, 03 Nov 2015 05:44:06 -0800 (PST) Received: by 10.112.26.205 with HTTP; Tue, 3 Nov 2015 05:44:06 -0800 (PST) In-Reply-To: <5638AA91.9030603@nanthrax.net> References: <56389FE7.8050900@nanthrax.net> <5638AA91.9030603@nanthrax.net> Date: Tue, 3 Nov 2015 14:44:06 +0100 Message-ID: Subject: Re: Master build fails ? From: Jacek Laskowski To: dev@spark.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Just built the sources using the following command and it worked fine. =E2=9E=9C spark git:(master) =E2=9C=97 ./build/mvn -Pyarn -Phadoop-2.6 -Dhadoop.version=3D2.7.1 -Dscala-2.11 -Phive -Phive-thriftserver -DskipTests clean install ... [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD SUCCESS [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 14:15 min [INFO] Finished at: 2015-11-03T14:40:40+01:00 [INFO] Final Memory: 438M/1972M [INFO] --------------------------------------------------------------------= ---- =E2=9E=9C spark git:(master) =E2=9C=97 java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) I'm on Mac OS. Pozdrawiam, Jacek -- Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl Follow me at https://twitter.com/jaceklaskowski Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski On Tue, Nov 3, 2015 at 1:37 PM, Jean-Baptiste Onofr=C3=A9 = wrote: > Thanks for the update, I used mvn to build but without hive profile. > > Let me try with mvn with the same options as you and sbt also. > > I keep you posted. > > Regards > JB > > On 11/03/2015 12:55 PM, Jeff Zhang wrote: >> >> I found it is due to SPARK-11073. >> >> Here's the command I used to build >> >> build/sbt clean compile -Pyarn -Phadoop-2.6 -Phive -Phive-thriftserver >> -Psparkr >> >> On Tue, Nov 3, 2015 at 7:52 PM, Jean-Baptiste Onofr=C3=A9 > > wrote: >> >> Hi Jeff, >> >> it works for me (with skipping the tests). >> >> Let me try again, just to be sure. >> >> Regards >> JB >> >> >> On 11/03/2015 11:50 AM, Jeff Zhang wrote: >> >> Looks like it's due to guava version conflicts, I see both guava >> 14.0.1 >> and 16.0.1 under lib_managed/bundles. Anyone meet this issue too= ? >> >> [error] >> >> /Users/jzhang/github/spark_apache/core/src/main/scala/org/apache/spark/S= ecurityManager.scala:26: >> object HashCodes is not a member of package com.google.common.ha= sh >> [error] import com.google.common.hash.HashCodes >> [error] ^ >> [info] Resolving org.apache.commons#commons-math;2.2 ... >> [error] >> >> /Users/jzhang/github/spark_apache/core/src/main/scala/org/apache/spark/S= ecurityManager.scala:384: >> not found: value HashCodes >> [error] val cookie =3D >> HashCodes.fromBytes(secret).toString() >> [error] ^ >> >> >> >> >> -- >> Best Regards >> >> Jeff Zhang >> >> >> -- >> Jean-Baptiste Onofr=C3=A9 >> jbonofre@apache.org >> http://blog.nanthrax.net >> Talend - http://www.talend.com >> >> --------------------------------------------------------------------= - >> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org >> >> For additional commands, e-mail: dev-help@spark.apache.org >> >> >> >> >> >> -- >> Best Regards >> >> Jeff Zhang > > > -- > Jean-Baptiste Onofr=C3=A9 > jbonofre@apache.org > http://blog.nanthrax.net > Talend - http://www.talend.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org > For additional commands, e-mail: dev-help@spark.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org For additional commands, e-mail: dev-help@spark.apache.org