[1/3] zeppelin git commit: ZEPPELIN-3375: Make PySparkInterpreter extends PythonInterpreter

2018-04-15 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 7aa94ce93 -> 0a97446a7 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0a97446a/spark/interpreter/src/main/java/org/apache/zeppelin/spark/PySparkInterpreter.java --

[2/3] zeppelin git commit: ZEPPELIN-3375: Make PySparkInterpreter extends PythonInterpreter

2018-04-15 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0a97446a/python/src/main/resources/python/zeppelin_python.py -- diff --git a/python/src/main/resources/python/zeppelin_python.py b/python/src/main/resources/python/zeppelin_pyth

[3/3] zeppelin git commit: ZEPPELIN-3375: Make PySparkInterpreter extends PythonInterpreter

2018-04-15 Thread zjffdu
ZEPPELIN-3375: Make PySparkInterpreter extends PythonInterpreter ### What is this PR for? This PR is trying to remove the code duplication between PySparkInterpreter and PythonInterpreter. So here's the main things this PR did: * PySparkInterpreter extends PythonInterpreter * PySparkInterpreterTe

zeppelin git commit: ZEPPELIN-3406 Travis build failure due to npm error

2018-04-15 Thread rkamath
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 17e16e8a0 -> 4635259fe ZEPPELIN-3406 Travis build failure due to npm error ### What is this PR for? Travis build failure due to npm error e.g: https://travis-ci.org/TinkoffCreditSystems/zeppelin/jobs/365002217 ### What type of PR is

zeppelin git commit: ZEPPELIN-3406 Travis build failure due to npm error

2018-04-15 Thread rkamath
Repository: zeppelin Updated Branches: refs/heads/master 440701d3d -> 7aa94ce93 ZEPPELIN-3406 Travis build failure due to npm error ### What is this PR for? Travis build failure due to npm error e.g: https://travis-ci.org/TinkoffCreditSystems/zeppelin/jobs/365002217 ### What type of PR is it?