zeppelin git commit: [DOC] Improve documents related to Helium

2017-04-16 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 4d398ef2a -> be2020123 [DOC] Improve documents related to Helium ### What is this PR for? What I did for the documents: * Highlight codes * Follow JSON syntax * Remove white spaces And in my opinion, [here](https://zeppelin.apache.org/

zeppelin git commit: [Zeppelin-802] Support for Zeppelin Context redefinition on Python and Pyspark

2017-04-16 Thread cloverhearts
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 d4cacadaf -> 85fc8dc5f [Zeppelin-802] Support for Zeppelin Context redefinition on Python and Pyspark If you override the reserved word ZeppelinContext such as `z` in the python language, the whole paragraph output problem occurred.

[1/3] zeppelin git commit: [ZEPPELIN-2297] improvements to jdbc autocompleter

2017-04-16 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 775607f10 -> 4d398ef2a http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4d398ef2/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/mock/MockInterpreterResourcePool.java -

[3/3] zeppelin git commit: [ZEPPELIN-2297] improvements to jdbc autocompleter

2017-04-16 Thread moon
[ZEPPELIN-2297] improvements to jdbc autocompleter ### What is this PR for? PR contains some improvements for completion (JDBC Interpreter): - types of completion - display of long values - refactoring of search of completions - uniqness of completions with type `keyword` - updating data in compl

[2/3] zeppelin git commit: [ZEPPELIN-2297] improvements to jdbc autocompleter

2017-04-16 Thread moon
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4d398ef2/jdbc/src/test/java/org/apache/zeppelin/jdbc/SqlCompleterTest.java -- diff --git a/jdbc/src/test/java/org/apache/zeppelin/jdbc/SqlCompleterTest.java b/jdbc/src/test/java

zeppelin git commit: [ZEPPELIN-2396] eliminate the 'ctrl/command+L' keyboard shortcut

2017-04-16 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 8d03920b9 -> 775607f10 [ZEPPELIN-2396] eliminate the 'ctrl/command+L' keyboard shortcut ### What is this PR for? This PR is for that eliminate the `Ctrl/Command+L` shortcut keyboard. This function is what the ace editor defined. ### Wh

zeppelin git commit: [Zeppelin-802] Support for Zeppelin Context redefinition on Python and Pyspark

2017-04-16 Thread cloverhearts
Repository: zeppelin Updated Branches: refs/heads/master 74c0408d3 -> 8d03920b9 [Zeppelin-802] Support for Zeppelin Context redefinition on Python and Pyspark ### What is this PR for? If you override the reserved word ZeppelinContext such as `z` in the python language, the whole paragraph out

zeppelin git commit: ZEPPELIN-2377. Hive Support can not be enabled in spark master

2017-04-16 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 5fd4ffc56 -> 74c0408d3 ZEPPELIN-2377. Hive Support can not be enabled in spark master ### What is this PR for? The root cause is that `org.apache.spark.sql.hive.HiveSessionState` is removed in spark master. I change it to `org.apache.s

zeppelin git commit: ZEPPELIN-2407. Livy Interpreter always return plain text result

2017-04-16 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 861f1d88f -> 5fd4ffc56 ZEPPELIN-2407. Livy Interpreter always return plain text result ### What is this PR for? It happens when zeppelin.livy.displayAppInfo is true. Straightforward fix. ### What type of PR is it? [Bug Fix] ### Todos *

zeppelin git commit: [ZEPPELIN-2355] Livy cancel enhancements

2017-04-16 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master e5922b6bb -> 861f1d88f [ZEPPELIN-2355] Livy cancel enhancements ### What is this PR for? The Cancel functionality for the Livy interpreter has few issues. One issue is because a variable is not published correctly. Second issue is obser