Repository: zeppelin
Updated Branches:
refs/heads/branch-0.6 4b8b36fdf -> 75a928fc7
[ZEPPELIN-1480] Blocking message pending 1 for BLOCKING
### What is this PR for?
This patch try to address problem described in ZEPPELIN-1480
### What type of PR is it?
Bug Fix
### Todos
* [x] - Make webs
Repository: zeppelin
Updated Branches:
refs/heads/master 544aa3b66 -> 1f6ff6875
[ZEPPELIN-1480] Blocking message pending 1 for BLOCKING
### What is this PR for?
This patch try to address problem described in ZEPPELIN-1480
### What type of PR is it?
Bug Fix
### Todos
* [x] - Make websocke
Repository: zeppelin
Updated Branches:
refs/heads/master 1da262829 -> 544aa3b66
[ZEPPELIN-1518] Fix for: Lambda expressions are not working on CDH 5.7.x Spark
### What is this PR for?
Lambda expressions are not working on CDH 5.7.x Spark because of the backported
RpcEnv and elimination of cla
Repository: zeppelin
Updated Branches:
refs/heads/branch-0.6 45dc8d23b -> 4b8b36fdf
[ZEPPELIN-1518] Fix for: Lambda expressions are not working on CDH 5.7.x Spark
### What is this PR for?
Lambda expressions are not working on CDH 5.7.x Spark because of the backported
RpcEnv and elimination of
Repository: zeppelin
Updated Branches:
refs/heads/master 2771ba0b3 -> 1da262829
[ZEPPELIN-1509] Run certain SparkInterpreter tests only for Spark >= 1.3
### What is this PR for?
There are several test cases that are applicable only after Spark 1.3(For
example, `testCreateDataFrame`). This PR
Repository: zeppelin
Updated Branches:
refs/heads/master de2d6e495 -> 2771ba0b3
[ZEPPELIN-1519] Fix notebook importer AM/PM omission problem
### What is this PR for?
When loading note from storage (or importing note), AM/PM informations are
gone. So dates are always in AM.
Fix this problem.
Repository: zeppelin
Updated Branches:
refs/heads/master a66b01998 -> de2d6e495
[MINOR] Rearrange the contents in "About Zeppelin"
### What is this PR for?
Just rearranged the placement of Zeppelin logo, title and text in "About
Zeppelin". In the mobile screen as well.
### What type of PR is
Repository: zeppelin
Updated Branches:
refs/heads/master 36c9f1a21 -> a66b01998
ZEPPELIN-1321 Zeppelin HTTP and HTTPS port should be managed seperately
### What is this PR for?
Use a different variable for ssl port number
- add new property for ssl port
### What type of PR is it?
Improvement