[GitHub] egorklimov opened a new pull request #3311: [ZEPPELIN-4012] Save paragraphs after clone

2019-02-17 Thread GitBox
egorklimov opened a new pull request #3311: [ZEPPELIN-4012] Save paragraphs after clone URL: https://github.com/apache/zeppelin/pull/3311 ### What is this PR for? Paragraphs in cloned note disappear after zeppelin restart if they weren't executed * Bug: ![clone_bug](https://user-

[jira] [Created] (ZEPPELIN-4012) Save paragraphs after clone

2019-02-17 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-4012: --- Summary: Save paragraphs after clone Key: ZEPPELIN-4012 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4012 Project: Zeppelin Issue Type: Bug

[GitHub] egorklimov opened a new pull request #3310: [ZEPPELIN-4011] Fix note path

2019-02-17 Thread GitBox
egorklimov opened a new pull request #3310: [ZEPPELIN-4011] Fix note path URL: https://github.com/apache/zeppelin/pull/3310 ### What is this PR for? Now note may move to the root directory after enabling cron in it. It caused by `Note#setName` * Bug: ![notepath](https://user-

[jira] [Created] (ZEPPELIN-4011) Fix Note#setName

2019-02-17 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-4011: --- Summary: Fix Note#setName Key: ZEPPELIN-4011 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4011 Project: Zeppelin Issue Type: Bug Rep

[GitHub] felixcheung commented on issue #3308: [ZEPPELIN-3986]. Cannot access any JAR in yarn cluster mode

2019-02-17 Thread GitBox
felixcheung commented on issue #3308: [ZEPPELIN-3986]. Cannot access any JAR in yarn cluster mode URL: https://github.com/apache/zeppelin/pull/3308#issuecomment-464486216 We really shouldn’t include binary jar in the source code repo. Other projects do so by building a test jar in te

[GitHub] egorklimov commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX

2019-02-17 Thread GitBox
egorklimov commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX URL: https://github.com/apache/zeppelin/pull/3297#issuecomment-464465753 Thank you) You may use REST API call [`api/interpreter/running`](https://github.com/apache/zeppelin/pull/3297

[GitHub] liuxunorg commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX

2019-02-17 Thread GitBox
liuxunorg commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX URL: https://github.com/apache/zeppelin/pull/3297#issuecomment-464455940 @egorklimov , Very Cool! :-) Does this function have an API interface to call? Because, in the zeppline clus

[GitHub] egorklimov commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX

2019-02-17 Thread GitBox
egorklimov commented on issue #3297: [ZEPPELIN-3671] Add info about running interpreters to API and JMX URL: https://github.com/apache/zeppelin/pull/3297#issuecomment-464447761 I hope @zjffdu also could review this PR. Is it possible to monitor Zeppelin in cluster mode using this feature