[GitHub] zeppelin issue #2772: ZEPPELIN-3211. REST API: Enable running all paragraphs...

2018-07-09 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2772 @jongyoul I see you've closed this, but it's not merged. ---

[GitHub] zeppelin issue #2772: ZEPPELIN-3211. REST API: Enable running all paragraphs...

2018-07-05 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2772 Yes, of course it works fine, we're using it from our CI/CD flow (https://github.com/banzaicloud/drone-plugin-zeppelin-client) to trigger execution of a notebook. ---

[GitHub] zeppelin issue #2772: ZEPPELIN-3211. REST API: Enable running all paragraphs...

2018-07-04 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2772 Yep, I've rebased it. ---

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

2018-05-14 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2637 @naveenkumargp All jars from ZEPPELIN_HOME/lib/interepter should be added with --jar option. Could you please attach the generated spark-submit command in Zeppelin logs? ---

[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

[GitHub] zeppelin issue #2771: ZEPPELIN-3209. Preserve thread context classloader whe...

2018-02-15 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2771 Hi @Leemoonsoo, I've set up travis and as I see there are some errors in some builds, however they are quite strange it doesn't seems to be related to this PR, could you please take a look? ---

[GitHub] zeppelin pull request #2772: ZEPPELIN-3211. REST API: Enable running all par...

2018-02-07 Thread sancyx
GitHub user sancyx opened a pull request: https://github.com/apache/zeppelin/pull/2772 ZEPPELIN-3211. REST API: Enable running all paragraphs without waiting for finish ### What is this PR for? At the moment there is no possibility on Notebook REST API to run all paragraphs

[GitHub] zeppelin pull request #2771: ZEPPELIN-3209. Preserve thread context classloa...

2018-02-07 Thread sancyx
GitHub user sancyx opened a pull request: https://github.com/apache/zeppelin/pull/2771 ZEPPELIN-3209. Preserve thread context classloader when running jobs in RemoteInterpreterServer ### What is this PR for? Spark jobs may change current thread context classloader sometimes