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

[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

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

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

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