RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-12-09 Thread Judy Nash
...@cloudera.com] Sent: Tuesday, December 2, 2014 11:35 AM To: Judy Nash Cc: Patrick Wendell; Denny Lee; Cheng Lian; u...@spark.incubator.apache.org Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava On Tue, Dec 2, 2014 at 11:22 AM, Judy Nash wrote: > Any suggestion on

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-12-02 Thread Marcelo Vanzin
ail.com] >> Sent: Wednesday, November 26, 2014 8:17 AM >> To: Judy Nash >> Cc: Denny Lee; Cheng Lian; u...@spark.incubator.apache.org >> Subject: Re: latest Spark 1.2 thrift server fail with >> NoClassDefFoundError on Guava >> >> Just to double check - I looked at our own assembly j

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-12-02 Thread Judy Nash
h > Cc: Denny Lee; Cheng Lian; u...@spark.incubator.apache.org > Subject: Re: latest Spark 1.2 thrift server fail with > NoClassDefFoundError on Guava > > Just to double check - I looked at our own assembly jar and I confirmed that > our Hadoop configuration class does use the correctly shad

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-30 Thread Patrick Wendell
in\spark-class.cmd org.apache.spark.deploy.SparkSubmit --class >>> org.apache.spark.examples.SparkPi --master spark://headnodehost:7077 >>> --executor-memory 1G --num-executors 1 >>> .\lib\spark-examples-1.2.1-SNAPSHOT-hadoop2.4.0.jar 100 >>> >>> >>

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-30 Thread Judy Nash
- From: Patrick Wendell [mailto:pwend...@gmail.com] Sent: Wednesday, November 26, 2014 8:17 AM To: Judy Nash Cc: Denny Lee; Cheng Lian; u...@spark.incubator.apache.org Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava Just to double check - I looked at our own

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-26 Thread Patrick Wendell
ad used the same build steps on spark 1.1 and had no issue. >> >> >> >> From: Denny Lee [mailto:denny.g@gmail.com] >> Sent: Tuesday, November 25, 2014 5:47 PM >> To: Judy Nash; Cheng Lian; u...@spark.incubator.apache.org >> >> >> Subject: Re:

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-26 Thread Patrick Wendell
ail.com] > Sent: Tuesday, November 25, 2014 5:47 PM > To: Judy Nash; Cheng Lian; u...@spark.incubator.apache.org > > > Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError > on Guava > > > > To determine if this is a Windows vs. other conf

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-25 Thread Judy Nash
gmail.com>] Sent: Tuesday, November 25, 2014 1:50 AM To: Judy Nash; u...@spark.incubator.apache.org<mailto:u...@spark.incubator.apache.org> Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava Oh so you're using Windows. What command are you using to s

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-25 Thread Denny Lee
esday, November 25, 2014 1:50 AM > > > *To:* Judy Nash; u...@spark.incubator.apache.org > *Subject:* Re: latest Spark 1.2 thrift server fail with > NoClassDefFoundError on Guava > > > > Oh so you're using Windows. What command are you using to start the Thrift >

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-25 Thread Judy Nash
AM To: Judy Nash; u...@spark.incubator.apache.org Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava Oh so you're using Windows. What command are you using to start the Thrift server then? On 11/25/14 4:25 PM, Judy Nash wrote: Made progress but still blocked.

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-25 Thread Cheng Lian
eeing the same error as before. Anything else I can check for? *From:*Judy Nash [mailto:judyn...@exchange.microsoft.com] *Sent:* Monday, November 24, 2014 11:50 PM *To:* Cheng Lian; u...@spark.incubator.apache.org *Subject:* RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-25 Thread Judy Nash
, November 24, 2014 11:50 PM To: Cheng Lian; u...@spark.incubator.apache.org Subject: RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava This is what I got from jar tf: org/spark-project/guava/common/base/Preconditions.class org/spark-project/guava/common/math

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-24 Thread Judy Nash
...@spark.incubator.apache.org Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava Hm, I tried exactly the same commit and the build command locally, but couldn’t reproduce this. Usually this kind of errors are caused by classpath misconfiguration. Could you please try this

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-24 Thread Cheng Lian
en creating SparkContext unsuccessfully. Let me know if you need anything else. *From:*Cheng Lian [mailto:lian.cs@gmail.com] *Sent:* Friday, November 21, 2014 8:02 PM *To:* Judy Nash; u...@spark.incubator.apache.org *Subject:* Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError

RE: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-24 Thread Judy Nash
8:02 PM To: Judy Nash; u...@spark.incubator.apache.org Subject: Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava Hi Judy, could you please provide the commit SHA1 of the version you're using? Thanks! On 11/22/14 11:05 AM, Judy Nash wrote: Hi, Thrift server is failing to start for me

Re: latest Spark 1.2 thrift server fail with NoClassDefFoundError on Guava

2014-11-21 Thread Cheng Lian
Hi Judy, could you please provide the commit SHA1 of the version you're using? Thanks! On 11/22/14 11:05 AM, Judy Nash wrote: Hi, Thrift server is failing to start for me on latest spark 1.2 branch. I got the error below when I start thrift server. Exception in thread "main" java.lang.NoCla