[GitHub] zeppelin issue #2962: [ZEPPELIN-3447] Bump up version of jackson-databind

2018-05-09 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2962 Merging this if no more discussion. ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-09 Thread thesuperzapper
Github user thesuperzapper commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu what version of spark were you using, as this only occurs >=2.2 It looks like we still try to call (the now removed as of Spark 2.2) "appUIAddress": https://github.com/

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-05-09 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2637 Hi @naveenkumargp, there was a refactor around the interpreter packaging which caused the ClassNotFound problems. Previously there was a big jar containing the interpreter class as well, which does

Re: Zeppelin code can access FileSystem

2018-05-09 Thread Jhon Anderson Cardenas Diaz
Thank you Sam. Reviewing the jira issues, I found that issue was previously identified in this jira ticket ZEPPELIN-1320 , but i don't know if is my impression but it seems like they focused more on the fact that the processes could not access th

[GitHub] zeppelin issue #2961: [ZEPPELIN-3448] Bump up version of org.scala-lang:scal...

2018-05-09 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2961 I'll close this for now. ---

[GitHub] zeppelin pull request #2961: [ZEPPELIN-3448] Bump up version of org.scala-la...

2018-05-09 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at: https://github.com/apache/zeppelin/pull/2961 ---

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-05-09 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix can you please share any information about following up on the PR so that zeppelin works on K8S. In the developer mailing list, some modifications and queries have been post

Re: merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Jeff Zhang
The PR has conflicts with the current codebase, we need the PR author first do rebase. The k8s integration depends on that PR's author's progress. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年5月9日周三 下午5:12写道: > Hi Zhan

RE: merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi Zhang, As of now we did not create any PR for this change. We were using the PR#2637 and encountered issues mentioned. In 0.9.0 are there any plans for K8s integration. Regards Naveen -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Wednesday, May 9, 2018 2:37 PM

Re: merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Jeff Zhang
Hi Naveen, Thanks for the k8s integration work. Usually for any PR, contributors don't need so many above steps you mentioned. Contributor just need to run the following command then start zeppelin in you local machine and verify your PR. mvn clean package -DskipTests If you hit any issues

merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, We had one of the requirement of supporting zeppelin deployment over Kubernetes cluster and running spark jobs over zeppelin through spark interpreter. * As a first step, we have cloned the zeppelin source code having last commit id: 685eb9249d1c1d821ce57f1ed0559f1539dfbe69 * W