[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

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

2018-05-10 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 Hi @sancyx thanks for the update ,so now if we want to use this PR how to use. like should we take clone latest zeppelin source code add your changes manually and build. OR is there

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

2018-05-14 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @sancyx we tried by taking the source code of commit id 7f237809af7e62da75ecba26d4194c48e6e4cdd0 by building it without modifying interpreter.sh, when we submit the spark job we are

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

2018-05-15 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @sancyx we have tried by adding --jars option interpreter.sh still we are getting following when the spark job is being submitted. java.lang.RuntimeException: Unable to

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

2018-05-15 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix we forked the your banzai cloud zeppelin code from uri https://github.com/banzaicloud/zeppelin/tree/spark-interpreter-k8s and tried building while building we are getting

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

2018-05-16 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix Thanks for the information. The resource staging server and spark (driver/executor) images have been set in the spark-defaults.conf inside the zeppelin docker image. We believe

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

2018-06-01 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix @sancyx when we had taken the snapshot it was missing the code related adding of jars from zConf.getZeppelinHome() + "/lib/interpreter". with the latest code w

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

2018-06-04 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix yes we are very much interested on running Livy interpreter on K8s. please let us know how we can proceed further. regards naveen ---