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
--
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
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
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
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?