[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2106 @astroshim made [a pullrequest](https://github.com/astroshim/zeppelin/pull/16) to this branch, to bringing docker support back . Please take a look and merge if you think it's okay. --- If

[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-16 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2106 I tested with the first two scripts and worked well. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2106 Tested `%python.conda` and `%python.pandasql` and it works well. Could you restore PythonDockerInterpreter.java and PythonDockerInterpreterTest.java for `%python.docker` as well?

[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-08 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2106 I just added conda interpreter. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-07 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2106 @zjffdu Thank you for your opinion! Of course i checked #1495 and I totally agree of extensibility for python interpreter. but As you can see, current python interpreter has lots of

[GitHub] zeppelin issue #2106: Rewrite PythonInterpreter.

2017-03-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2106 @astroshim Have you checked #1495 which also rewrite the python interpreter ? And strongly +1 to rewrite python interpreter. And it would be better to consider extensibility for python