[3/6] zeppelin git commit: ZEPPELIN-3374. Improvement on PySparkInterpreter

2018-06-08 Thread zjffdu
ZEPPELIN-3374. Improvement on PySparkInterpreter A few improvements on PySparkInterpreter. 1. Refactor PySparkInterpreter to make it more readable 2. Code completion features is totally broken, fix it in this PR 3. Reuse the same test case of IPySparkInterpreter. [Bug Fix | Improvement | Refactor

zeppelin git commit: ZEPPELIN-3374. Improvement on PySparkInterpreter

2018-03-31 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 8238b711c -> aefc7ea39 ZEPPELIN-3374. Improvement on PySparkInterpreter ### What is this PR for? A few improvements on PySparkInterpreter. 1. Refactor PySparkInterpreter to make it more readable 2. Code completion features is totally bro