[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-25 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Felix, I forgot to add. Zeppelin 0.5.6 seems to work fine with jdk 8. So, I’m thinking that it might be something else specific to CDH 5.7. But, I’m not sure. Thanks

[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-25 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Hi Felix, All our environments are on jdk 8. We no longer support jdk 7 because Oracle end-of-life’d it. So, we moved to the Cloudera recommended version of jdk 8. I will

[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-25 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 To add… We have Livy server up and running in our cluster. I tried to use it so we could use Spark independent of Zeppelin. In this way, Zeppelin can interface with any version of

[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-25 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Felix, I tried again with the latest. I was able to compile. But, I found that there was a jackson incompatibility. So, I removed the jackson jars from the zeppelin-server/target/lib and

[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-13 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Felix, I will attempt CDH 5.7.0 again this week. I will try Zeppelin also. If I get any issues, I will let you know. Thanks, Ben > On Jun 13, 2016, at 11:05

[GitHub] zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-13 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Hi Luca, Here are the zeppelin-env.sh file contents. I hope this is what you mean? export JAVA_HOME=/usr/java/latest export MASTER=yarn-client export ZEPPELIN_JAVA_OPTS

[GitHub] incubator-zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-03 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/incubator-zeppelin/pull/868 I saw that the config file zeppelin-env.sh contents are different than previous versions. It uses “set” instead of “export”. So, I tried to use the old config file from Zeppelin

[GitHub] incubator-zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-03 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/incubator-zeppelin/pull/868 I get this in the Zeppelin log file: ERROR [2016-06-03 16:49:20,929] ({qtp519821334-82} NotebookServer.java[onMessage]:210) - Can't handle me

[GitHub] incubator-zeppelin issue #868: Make zeppelin work with CDH5.7.0

2016-06-03 Thread bbuild11
Github user bbuild11 commented on the issue: https://github.com/apache/incubator-zeppelin/pull/868 Hi all, I downloaded the latest master clone from github and built it using this command: mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Dspark.version=1.6.0

[GitHub] incubator-zeppelin pull request: Make zeppelin work with CDH5.7.0

2016-05-25 Thread bbuild11
Github user bbuild11 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/868#issuecomment-221724429 Please do… > On May 24, 2016, at 9:29 PM, Felix Cheung wrote: > > ok, with the same code changes everything passes except