zeppelin git commit: [ZEPPELIN-2431] Corrected deletion of notes by incorrect interpreter.json

2017-04-27 Thread cloverhearts
Repository: zeppelin Updated Branches: refs/heads/master c8cd1cf50 -> 874403256 [ZEPPELIN-2431] Corrected deletion of notes by incorrect interpreter.json ## What is this PR for? We sometimes can not delete a note, or we will be accompanied by an NPE for deleting a note. This problem occurs

zeppelin git commit: ZEPPELIN-2261. Support to connect with livy through https

2017-04-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 59c1e1b0a -> c52c0aced ZEPPELIN-2261. Support to connect with livy through https ### What is this PR for? Livy server support https, but the currently livy interpreter doesn't support it. This PR is for for the supporting to

zeppelin git commit: ZEPPELIN-2151. Add integration test for livy cancel api

2017-04-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 b9bc2b810 -> 59c1e1b0a ZEPPELIN-2151. Add integration test for livy cancel api ### What is this PR for? Just add integration test for livy cancel api. Only do it for livy 0.3 as the cancel api is only available in livy 0.3 ###

zeppelin git commit: ZEPPELIN-1595. Make ZeppelinContext extensible

2017-04-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 0f1701da8 -> c8cd1cf50 ZEPPELIN-1595. Make ZeppelinContext extensible ### What is this PR for? For now, ZeppelinContext only support Spark Interpreter. I'd like to make it extensible, so that it can support other interpreters as well.

zeppelin git commit: [HOTFIX] Add livy build in .travis

2017-04-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 c4cf06869 -> b9bc2b810 [HOTFIX] Add livy build in .travis livy integration test is ignored, this PR add livy integration test in travis [Hot Fix] * [ ] - Task * No jira created CI pass * Does the licenses files need update? No

zeppelin git commit: [HOTFIX] Add livy build in .travis

2017-04-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 5cd806dc3 -> 0f1701da8 [HOTFIX] Add livy build in .travis ### What is this PR for? livy integration test is ignored, this PR add livy integration test in travis ### What type of PR is it? [Hot Fix] ### Todos * [ ] - Task ### What is