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

2017-11-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2683 Yes, thanks I'm trying to explore infinity scroll. ---

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

2017-11-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2683 @prabhjyotsingh maybe more pretty http://sroze.github.io/ngInfiniteScroll/ . or a another implementation of infinite scrolling ---

[GitHub] zeppelin issue #2682: [ZEPPELIN-3066] Make the welcome header of the homepag...

2017-11-21 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2682 @Leemoonsoo We are also using the customizing homepage feature. However, in our company's use case, anonymous access is not allowed and the custom homepage notebook is shown to users only after

[GitHub] zeppelin issue #2682: [ZEPPELIN-3066] Make the welcome header of the homepag...

2017-11-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2682 Thanks @kjmrknsn for the feature. However, this feature looks like subset of [customizing

[GitHub] zeppelin issue #2677: [ZEPPELIN-3062] Removes ctrl+s default behavior from n...

2017-11-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2677 Tested on my mac and windows. works well. LGTM! ---

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

2017-11-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2683 @tinkoff-dwh Sure let me work on that as well. ---

[GitHub] zeppelin issue #2675: [ZEPPELIN-3060] Unable to use interpreter names with s...

2017-11-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2675 Good point @weand , We should validate the interpreter name when creating new interpreter. ---

[GitHub] zeppelin issue #2675: [ZEPPELIN-3060] Unable to use interpreter names with s...

2017-11-21 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2675 Well, the current implementation does not enforce any naming pattern when creating a new interpreter. Before ZEPPELIN-3013 interpreters with any characters e.g. - could be created and

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

2017-11-21 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix I made a few more tests, and now `spark.app.name` and `spark.kubernetes.driver.pod.name` can be set without problem... (to be further confirmed). ---

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

2017-11-21 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 I am playing in cluster mode setting/removing via the interpreter page the `spark.app.name` and `spark.kubernetes.driver.pod.name` and so far the only to make it work (= remote executor finding

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

2017-11-21 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 Hello @echarles You can set both `spark.app.name` and `spark.kubernetes.driver.pod.name` from interpreter settings and they will be set for `spark-submit` however you’re right

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

2017-11-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2683 navbar have the same tree ---

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

2017-11-21 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened 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

[jira] [Created] (ZEPPELIN-3072) Zeppelin UI becomes slow/unresponsive if there are too many notebooks

2017-11-21 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-3072: - Summary: Zeppelin UI becomes slow/unresponsive if there are too many notebooks Key: ZEPPELIN-3072 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3072

[GitHub] zeppelin pull request #2678: [ZEPPELIN-3063] Notebook loses formatting when ...

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

[jira] [Created] (ZEPPELIN-3071) Cells in table grid became editable

2017-11-21 Thread Volodymyr Glushak (JIRA)
Volodymyr Glushak created ZEPPELIN-3071: --- Summary: Cells in table grid became editable Key: ZEPPELIN-3071 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3071 Project: Zeppelin

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

2017-11-21 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix If my tests are correct, for now, we can not set `spark.app.name` and `spark.kubernetes.driver.pod.name` (if you set them, the driver will not be found by zeppelin). Upon that

[GitHub] zeppelin issue #2675: [ZEPPELIN-3060] Unable to use interpreter names with s...

2017-11-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2675 '_' is acceptable in interpreter name and current code support that I believe. But `-` is not acceptable IMHO, because no programming language allow `-` in variable identifier IIRC. ---