zeppelin git commit: ZEPPELIN-1319 Use absolute path for ssl truststore and keystore when available

2016-09-01 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 db7c11d3b -> 7d3ee991e ZEPPELIN-1319 Use absolute path for ssl truststore and keystore when available ### What is this PR for? Use absolute path for ssl truststore and keystore when available ### What type of PR is it? Improvement

zeppelin git commit: ZEPPELIN-1319 Use absolute path for ssl truststore and keystore when available

2016-09-01 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master fe3dbdb1c -> 922364f36 ZEPPELIN-1319 Use absolute path for ssl truststore and keystore when available ### What is this PR for? Use absolute path for ssl truststore and keystore when available ### What type of PR is it? Improvement ###

zeppelin git commit: [ZEPPELIN-1366] Removed legacy JDBC alias

2016-09-01 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 51b87927b -> fe3dbdb1c [ZEPPELIN-1366] Removed legacy JDBC alias ### What is this PR for? Removing old JDBC sugar ### What type of PR is it? [Feature] ### Todos * [x] - Removed codes to check jdbc alias enabled ### What is the Jira is

zeppelin git commit: Cache zeppelin-web/node_modules on travis ci and see if it reduces CI failure on npm install

2016-09-01 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master da8857fea -> 51b87927b Cache zeppelin-web/node_modules on travis ci and see if it reduces CI failure on npm install ### What is this PR for? Recently CI build fails a lot on npm install on building zeppelin-web module with network issu

zeppelin git commit: [MINOR] Add new line before logging paragraph content

2016-09-01 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 323aa1883 -> da8857fea [MINOR] Add new line before logging paragraph content ### What is this PR for? Add new line before logging paragraph content ### What type of PR is it? [Improvement] Author: Luciano Resende Closes #1374 from lr

zeppelin git commit: [ZEPPELIN-1391][Interpreters] print error while existing registedInterpreter with the same key but different settings

2016-09-01 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master c580a82ad -> 323aa1883 [ZEPPELIN-1391][Interpreters] print error while existing registedInterpreter with the same key but different settings ### What is this PR for? print error while existing registedInterpreter with the same key but d

zeppelin git commit: [ZEPPELIN-1365] Error of Zeppelin Application in development mode.

2016-09-01 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 9a28d31f7 -> db7c11d3b [ZEPPELIN-1365] Error of Zeppelin Application in development mode. ### What is this PR for? This PR fixes the bug of running application in development mode. ### What type of PR is it? Bug Fix ### What is the

zeppelin git commit: [ZEPPELIN-1365] Error of Zeppelin Application in development mode.

2016-09-01 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master d93fb7361 -> c580a82ad [ZEPPELIN-1365] Error of Zeppelin Application in development mode. ### What is this PR for? This PR fixes the bug of running application in development mode. ### What type of PR is it? Bug Fix ### What is the Jir

zeppelin git commit: ZEPPELIN-1384. Spark interpreter binary compatibility to scala 2.10 / 2.11 broken

2016-09-01 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master df2e77de9 -> d93fb7361 ZEPPELIN-1384. Spark interpreter binary compatibility to scala 2.10 / 2.11 broken ### What is this PR for? As described in ZEPPELIN-1384, we may hit the following error when running zeppelin on spark 1.6 if we

zeppelin git commit: ZEPPELIN-1384. Spark interpreter binary compatibility to scala 2.10 / 2.11 broken

2016-09-01 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 7b7216338 -> 9a28d31f7 ZEPPELIN-1384. Spark interpreter binary compatibility to scala 2.10 / 2.11 broken ### What is this PR for? As described in ZEPPELIN-1384, we may hit the following error when running zeppelin on spark 1.6 if

zeppelin git commit: [ZEPPELIN-1379] Flink interpreter is missing scala libraries

2016-09-01 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master 7e2a1b5d4 -> df2e77de9 [ZEPPELIN-1379] Flink interpreter is missing scala libraries ### What is this PR for? On Flink interpreter, remove provided scope from scala libraries to enable copying them to interpreter location. ### What type