[GitHub] zeppelin pull request #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2478 ---

[GitHub] zeppelin issue #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-10 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2478 merged, thanks! ---

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-10 Thread namanmishra91
Github user namanmishra91 commented on the issue: https://github.com/apache/zeppelin/pull/2619 @zjffdu > What we need to do it to run it blocking way. The code does exactly that. It might look complicated overall as a lot of code is related to handling and passing o

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 Thanks for the contribution. But the implementation is a little complicated to me. I think the easiest implementation is just run paragraphs sequentially in backend. Look at the foll

[GitHub] zeppelin pull request #2619: Run all paragraphs sequentially

2017-10-10 Thread namanmishra91
GitHub user namanmishra91 opened a pull request: https://github.com/apache/zeppelin/pull/2619 Run all paragraphs sequentially ### What is this PR for? This PR introduces "run all" behaviour for a note in a sequential manner. The "Run All paragraphs" button will now run the noteb

[GitHub] zeppelin pull request #2618: ZEPPELIN-2986. Add hadoop-aws and hadoop-azure ...

2017-10-10 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2618 ZEPPELIN-2986. Add hadoop-aws and hadoop-azure to zeppelin server ### What is this PR for? Trivial fix. ### What type of PR is it? [Improvement] ### Todos * [ ]

[jira] [Created] (ZEPPELIN-2986) Add hadoop-aws and hadoop-azure to zeppelin server

2017-10-10 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2986: Summary: Add hadoop-aws and hadoop-azure to zeppelin server Key: ZEPPELIN-2986 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2986 Project: Zeppelin Iss

[GitHub] zeppelin issue #2613: ZEPPELIN-2982. Copy interpreter-setting.json to interp...

2017-10-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2613 Yes, it keeps capability. The interpreter is not changed. interpreter-setting.json is still packaged into interpreter jar, but copied to interpreter dir as well in this PR. And interpreter-setting.

[GitHub] zeppelin pull request #2617: ZEPPELIN-2985: correct grammar in keyboard tool...

2017-10-10 Thread gef756
GitHub user gef756 opened a pull request: https://github.com/apache/zeppelin/pull/2617 ZEPPELIN-2985: correct grammar in keyboard tooltip ### What is this PR for? The tooltip for "List of shortcut" should read "List of shortcuts" (plural). ### What type of PR is it?

[jira] [Created] (ZEPPELIN-2985) Correct grammar on shortcuts tooltip

2017-10-10 Thread Gabe Fernando (JIRA)
Gabe Fernando created ZEPPELIN-2985: --- Summary: Correct grammar on shortcuts tooltip Key: ZEPPELIN-2985 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2985 Project: Zeppelin Issue Type:

[GitHub] zeppelin pull request #2616: ZEPPELIN-2984: allow enter from username

2017-10-10 Thread gef756
GitHub user gef756 opened a pull request: https://github.com/apache/zeppelin/pull/2616 ZEPPELIN-2984: allow enter from username ### What is this PR for? Allow an "Enter" keypress in the username field during login ### What type of PR is it? Improvement ### T

[jira] [Created] (ZEPPELIN-2984) Allow enter key in username field on login

2017-10-10 Thread Gabe Fernando (JIRA)
Gabe Fernando created ZEPPELIN-2984: --- Summary: Allow enter key in username field on login Key: ZEPPELIN-2984 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2984 Project: Zeppelin Issue

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] improve replacemen...

2017-10-10 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2615 [ZEPPELIN-1999][IMPROVEMENT] improve replacement ### What is this PR for? Field `protected Properties property` is protected. sometimes this field used derictly. Sometimes interpreter is

[GitHub] zeppelin issue #2613: ZEPPELIN-2982. Copy interpreter-setting.json to interp...

2017-10-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2613 Each release, interpreter jars are published in maven repository and `bin/install-interpreter.sh` lets user download and install interpreters. Is this change keeps capability to both publish an

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2592 @zjffdu I don't have much concern about compatibility break you have mentioned. Left few comments, please check. ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2542 Looks great! There're 3 CI build job failure. https://travis-ci.org/malayhm/zeppelin/builds/286024284 Failures does not look like related to this PR change, but just in case, could you

[GitHub] zeppelin issue #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-10 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2478 Thanks! ---

[GitHub] zeppelin pull request #2614: Add support for minio storage over s3 api

2017-10-10 Thread dmvk
GitHub user dmvk opened a pull request: https://github.com/apache/zeppelin/pull/2614 Add support for minio storage over s3 api Adds support for github.com/minio/minio block storage You can merge this pull request into a Git repository by running: $ git pull https://github.com/d

ZeppelinContext run method runs a paragraph as anonymous user

2017-10-10 Thread Luis Angel Vicente Sanchez
This is related to ticket https://issues.apache.org/jira/browse/ZEPPELIN-2929. This is the flow of a ZeppelinContext run request, when you want to run a paragraph from a given notebook: 1. ZeppelinContext.run uses ZeppelinContext.getInterpreterContextRunner to obtain a list of Interpr

[jira] [Created] (ZEPPELIN-2983) python interpreter not working

2017-10-10 Thread Karim Gehad (JIRA)
Karim Gehad created ZEPPELIN-2983: - Summary: python interpreter not working Key: ZEPPELIN-2983 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2983 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2568: ZEPPELIN-2904 Show Remove Paragraph button upfront

2017-10-10 Thread malayhm
Github user malayhm commented on the issue: https://github.com/apache/zeppelin/pull/2568 @Leemoonsoo : I will fix the spacing issue. Regarding more icon not visible, it seems we need to add it to the build. I will change the delete icon to be cross rather than trash.

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-10 Thread malayhm
Github user malayhm commented on the issue: https://github.com/apache/zeppelin/pull/2542 @Leemoonsoo : I have changed `let isAllTabs = currentLine.split('').every(function(char) { return (char === '\t' || char === ' ') })` to `let isAllTabs = currentLine.substring(0,

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-10 Thread malayhm
Github user malayhm commented on the issue: https://github.com/apache/zeppelin/pull/2542 @Leemoonsoo @zjffdu I have merged the sub level pull request to this PR, we can merge this to master. ---