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

2017-03-22 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master e3315b2d2 -> 9d40013a9 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 connect wit

zeppelin git commit: ZEPPELIN-2251. Support getProgress for livy interpreter

2017-03-22 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master 621c5be2d -> e3315b2d2 ZEPPELIN-2251. Support getProgress for livy interpreter ### What is this PR for? Livy 0.4 will support getting progress from statement, this PR would integrate this feature into livy interpreter. ### What type of

zeppelin git commit: [ZEPPELIN-2278] Env variable to configure Npm registry

2017-03-22 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 405cb44cf -> 621c5be2d [ZEPPELIN-2278] Env variable to configure Npm registry ### What is this PR for? When deploying Zeppelin in private Cloud or within closed networks, it happens that Npm Registry isn't directly reachable, so we want

zeppelin git commit: [ZEPPELIN-2230] .travis.yml protecting against ambiguous commit range

2017-03-22 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 071193ebd -> ab15bad6f [ZEPPELIN-2230] .travis.yml protecting against ambiguous commit range Following the revert of [#2111](https://github.com/apache/zeppelin/pull/2111 ) I added some protection in case TRAVIS_COMMIT_RANGE is "ambig

zeppelin git commit: [ZEPPELIN-2230] .travis.yml protecting against ambiguous commit range

2017-03-22 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 4a51028e9 -> 405cb44cf [ZEPPELIN-2230] .travis.yml protecting against ambiguous commit range ### What is this PR for? Following the revert of [#2111](https://github.com/apache/zeppelin/pull/2111 ) I added some protection in case TRAVIS_C

zeppelin git commit: [HOTFIX][ZEPPELIN-2149] correct variable name used in interpreter.sh

2017-03-22 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master 29dc3da1e -> 4a51028e9 [HOTFIX][ZEPPELIN-2149] correct variable name used in interpreter.sh ### What is this PR for? This fixes the typo is https://github.com/apache/zeppelin/pull/2107. ### What type of PR is it? [Bug Fix] ### How shou