zeppelin git commit: [ZEPPELIN-1480] Blocking message pending 10000 for BLOCKING

2016-10-06 Thread minalee
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

zeppelin git commit: [ZEPPELIN-1480] Blocking message pending 10000 for BLOCKING

2016-10-06 Thread minalee
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

zeppelin git commit: [ZEPPELIN-1518] Fix for: Lambda expressions are not working on CDH 5.7.x Spark

2016-10-06 Thread minalee
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

zeppelin git commit: [ZEPPELIN-1518] Fix for: Lambda expressions are not working on CDH 5.7.x Spark

2016-10-06 Thread minalee
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

zeppelin git commit: [ZEPPELIN-1509] Run certain SparkInterpreter tests only for Spark >= 1.3

2016-10-06 Thread minalee
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

zeppelin git commit: [ZEPPELIN-1519] Fix notebook importer AM/PM omission problem

2016-10-06 Thread moon
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.

zeppelin git commit: [MINOR] Rearrange the contents in "About Zeppelin"

2016-10-06 Thread ahyoungryu
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

zeppelin git commit: ZEPPELIN-1321 Zeppelin HTTP and HTTPS port should be managed seperately

2016-10-06 Thread rkamath
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