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/
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.
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
-
[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
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
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
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
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
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
*
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
10 matches
Mail list logo