Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 c7847c119 -> 6d72db34f
ZEPPELIN-2199: Fix lapply issue in sparkR
### What is this PR for?
Function createRDDFromArray used for creating R RDD expects a JavaSparkContext
object instead of spark context. This PR address that concern.
Repository: zeppelin
Updated Branches:
refs/heads/master b41997850 -> 0e1964877
ZEPPELIN-2199: Fix lapply issue in sparkR
### What is this PR for?
Function createRDDFromArray used for creating R RDD expects a JavaSparkContext
object instead of spark context. This PR address that concern.
###
Repository: zeppelin
Updated Branches:
refs/heads/master 142597bcf -> b41997850
[MINOR] Use standard java API to interrupt thread
### What is this PR for?
Use java `Thread.interrupt` method to stop job progress polling thread.
Standard API is:
* proper synchronized
* able to interrupt `Thread
Repository: zeppelin
Updated Branches:
refs/heads/master 79ace932a -> 142597bcf
[ZEPPELIN-2109][2110] Sortable Helium pkgs & Introduce "INTERPRETER" type
### What is this PR for?
* Make Helium pkgs sortable
For now, we have 3 types of Helium packages: `VISUALIZATION`, `SPELL` and
`APPLICATIO
Repository: zeppelin
Updated Branches:
refs/heads/master 89386342f -> 79ace932a
[ZEPPELIN-1968] Added property to disable hive user impersonation
### What is this PR for?
Added new property "hive.proxy.user" to disable hive impersonation (on some
clusters, this option is disabled) in order