[GitHub] zeppelin issue #2685: Fix unqiue algo for the web side in pivot.js file.

2017-11-23 Thread liguohuicmss
Github user liguohuicmss commented on the issue: https://github.com/apache/zeppelin/pull/2685 Thanks. The test is as following. First. When dragging item in chart settings. The item `still` cannot duplicated in the same groups: ![untitled

[GitHub] zeppelin issue #497: ZEPPELIN-143: Git as a versioned notebook storage

2017-11-23 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/497 Haven't had the time to look into that further. TBH, I don't think storing notebooks as text files is a good strategy - not in the environment we use Zeppelin, anyway. We're likely moving towards

[GitHub] zeppelin pull request #2677: [ZEPPELIN-3062] Removes ctrl+s default behavior...

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2677 ---

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

2017-11-23 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix sure, we can to address the dep in separate PR, especially if it is beneficial for all deploy modes. The downside of it is that we will have everybody happy with any change on deps

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

2017-11-23 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 The packages option for spark submit is described [here](https://spark.apache.org/docs/latest/submitting-applications.html) and it seems to work. Using this option seems to be better alternative

[GitHub] zeppelin pull request #2685: Fix unqiue algo for the web side in pivot.js fi...

2017-11-23 Thread liguohuicmss
GitHub user liguohuicmss opened a pull request: https://github.com/apache/zeppelin/pull/2685 Fix unqiue algo for the web side in pivot.js file. ### What is this PR for? unique() algorithm is not correct in pivot.js file. If the input is `[2, 3, 3, 3, 4, 5]` and the output

[jira] [Created] (ZEPPELIN-3075) unique() algorithm is not correct in pivot.js file.

2017-11-23 Thread Guohui LI (JIRA)
Guohui LI created ZEPPELIN-3075: --- Summary: unique() algorithm is not correct in pivot.js file. Key: ZEPPELIN-3075 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3075 Project: Zeppelin

[GitHub] zeppelin pull request #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unrespo...

2017-11-23 Thread prabhjyotsingh
GitHub user prabhjyotsingh reopened a pull request: https://github.com/apache/zeppelin/pull/2683 ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive if there are too many notebooks ### What is this PR for? Zeppelin UI becomes slow/unresponsive if there are too many notebooks

[GitHub] zeppelin pull request #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unrespo...

2017-11-23 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at: https://github.com/apache/zeppelin/pull/2683 ---

[jira] [Created] (ZEPPELIN-3074) Flink Interpreter Error

2017-11-23 Thread ajinkya mahakalkar (JIRA)
ajinkya mahakalkar created ZEPPELIN-3074: Summary: Flink Interpreter Error Key: ZEPPELIN-3074 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3074 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-23 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2683 Sure yes, just missed it, have updated it. ---

[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-23 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2683 need to add in https://github.com/apache/zeppelin/blob/master/LICENSE ---

[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-23 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2683 Sure, thanks a lot let me add that. ---

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

2017-11-23 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix There is a long history in Zeppelin on `spark.dep` vs `external dependency in interpreter settings`. I am fan of the later (interpreter settings), so if the --packages flag can make it

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

2017-11-23 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @echarles Currently there are two ways to add external dependencies: add a new paragraph to the notebook using `spark.dep` interpreter and `z.load()`. This works because it downloads the