Re: Upgrade spark to 1.6.0

2016-02-03 Thread Felix Cheung
I think his build command only works with Cloudera CDH 5.4.8, as you can see. Mismatch Akka version is very common if the Hadoop distribution is different. What version of Spark and Hadoop distribution are you running with? On Tue, Feb 2, 2016 at 1:36 PM -0800, "Daniel Valdivia"

Re: Upgrade spark to 1.6.0

2016-02-03 Thread Daniel Valdivia
I don't need any specific version of Hadoop, I actually removed it from the build command and still get the error, I just need spark 1.6 > On Feb 3, 2016, at 9:05 AM, Felix Cheung wrote: > > I think his build command only works with Cloudera CDH 5.4.8, as you can

Re: Upgrade spark to 1.6.0

2016-02-02 Thread Daniel Valdivia
Hello, An update on the matter, using compile string mvn clean package -Pspark-1.6 -Dspark.version=1.6.0 -Dhadoop.version=2.6.0-cdh5.4.8 -Phadoop-2.6 -Pyarn -Ppyspark -Pvendor-repo -DskipTests I end up getting the following error stack trace upon executing a new JSON

Re: Upgrade spark to 1.6.0

2016-02-01 Thread Felix Cheung
Hi You can see the build command line example here for spark 1.6 profile https://github.com/apache/incubator-zeppelin/blob/master/README.md On Mon, Feb 1, 2016 at 3:59 PM -0800, "Daniel Valdivia" wrote: Hi, I'd like to ask if there's an easy way to upgrade

Re: Upgrade spark to 1.6.0

2016-02-01 Thread Benjamin Kim
Hi Felix, After installing Spark 1.6, I built Zeppelin using: mvn clean package -Pspark-1.6 -Dspark.version=1.6.0 -Dhadoop.version=2.6.0-cdh5.4.8 -Phadoop-2.6 -Pyarn -Ppyspark -Pvendor-repo -DskipTests This worked for me. Cheers, Ben > On Feb 1, 2016, at 7:44 PM, Felix Cheung