[GitHub] zeppelin issue #2761: [HOTFIX] Fix spark version mismatch

2018-02-02 Thread masyan
Github user masyan commented on the issue: https://github.com/apache/zeppelin/pull/2761 For some reason I thought to the master. LGTM ---

[GitHub] zeppelin issue #2761: [HOTFIX] Fix spark version mismatch

2018-02-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2761 @masyan Which version do you mean ? This PR is for branch-0.8, it is correct if you see 0.9-SNAPSHOT in master branch. ---

[jira] [Created] (ZEPPELIN-3203) Mongo Notebook Repo fails to upsert notebook json.

2018-02-02 Thread Vikram (JIRA)
Vikram created ZEPPELIN-3203: Summary: Mongo Notebook Repo fails to upsert notebook json. Key: ZEPPELIN-3203 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3203 Project: Zeppelin Issue

[GitHub] zeppelin pull request #2754: Update configuration.md

2018-02-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2754 ---

[GitHub] zeppelin issue #2761: [HOTFIX] Fix spark version mismatch

2018-02-02 Thread masyan
Github user masyan commented on the issue: https://github.com/apache/zeppelin/pull/2761 another interpreters have a version 0.9.0-SNAPSHOT, what problem to update? ---

[GitHub] zeppelin issue #2754: Update configuration.md

2018-02-02 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2754 Merge this to master and branch-0.8 ---

Re: Extending SparkInterpreter functionality

2018-02-02 Thread Ankit Jain
This is exactly what we want Jeff! A hook to plug in our own interpreters. (I am on same team as Jhon btw) Right now there are too many concrete references and injecting stuff is not possible. Eg of customizations - 1) Spark UI which works differently on EMR than standalone, so that logic

Re: Extending SparkInterpreter functionality

2018-02-02 Thread Ankit Jain
Hi Jeff, #3 is not about different spark versions. Same spark versions but multiple clusters. So based on logged in user, we may want to route to different spark cluster or even let user choose the spark he wants to connect to. Will work with Jhon to create tickets on other #2. What is the

[GitHub] zeppelin issue #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps

2018-02-02 Thread timovwb
Github user timovwb commented on the issue: https://github.com/apache/zeppelin/pull/2762 This does not fix ZEPPELIN-3131, it's a different issue (see the video there). ---

[GitHub] zeppelin issue #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps

2018-02-02 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2762 @zjffdu Here is an example of work after a fix: ![gif_after](https://user-images.githubusercontent.com/30798933/35739340-55f2958e-0842-11e8-99f5-bb1ac19434b6.gif) ---

Re: Extending SparkInterpreter functionality

2018-02-02 Thread Jhon Anderson Cardenas Diaz
Thanks for your replies Jeff, We mention the deference between spark standalone and spark on yarn because of the way in which spark UI URL is build by zeppelin, not for the the possibility of connect multiple cluster: *Spark UI URL on Yarn client mode in EMR* In yarn client mode the access to

[GitHub] zeppelin issue #2752: [ZEPPELIN-3195] Remove the limit on the number of run ...

2018-02-02 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2752 I renewed docs: remove old "ZEPPELIN_INTERPRETERS" and added ZEPPELIN_INTERPRETER_MAX_POOL_SIZE. The default value for ZEPPELIN_INTERPRETER_MAX_POOL_SIZE remains 10. ---

[GitHub] zeppelin issue #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps

2018-02-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2762 BTW, is the screenshot the behavior before fixing ? ---

[GitHub] zeppelin issue #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps

2018-02-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2762 BTW, is the screenshot the behavior before fixing ? ---

[GitHub] zeppelin issue #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps

2018-02-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2762 Awesome,I hit this issue as well. Thanks for fixing this. ---

[GitHub] zeppelin pull request #2762: [ZEPPELIN-3131] FIX: cursor in paragraph editor...

2018-02-02 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2762 [ZEPPELIN-3131] FIX: cursor in paragraph editor jumps ### What is this PR for? Sometimes when a user enters text in the paragraph field the lower part of the paragraph starts to jump. This

[GitHub] zeppelin pull request #2761: [HOTFIX] Fix spark version mismatch

2018-02-02 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2761 [HOTFIX] Fix spark version mismatch ### What is this PR for? Trivial fix for version mismatch in pom file. ### What type of PR is it? [Hot Fix] ### Todos *