You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Xun Liu <ne...@163.com> on 2019/05/15 06:03:26 UTC

I have refactored the shell interpreter, welcome comments

Hi Folks,

The current shell interpreter functionality is simple. 
Execute a command, Session does not record the status after executing the command, You can only enter all the commands in one paragraph. There is no way to explore on a command-by-command basis. Now the shell interpreter can't view files with the vi command, etc. 

So I Refactoring Shell Interpreter.


Design document : https://docs.google.com/document/d/1-XUkXY06cMtEUBxVHVyqQPkyCkv2BjYhAQj-W1CBxNI/edit <https://docs.google.com/document/d/1-XUkXY06cMtEUBxVHVyqQPkyCkv2BjYhAQj-W1CBxNI/edit>
JIRA Issus: https://issues.apache.org/jira/browse/ZEPPELIN-4131 <https://issues.apache.org/jira/browse/ZEPPELIN-4131>
PR : https://github.com/apache/zeppelin/pull/3359 <https://github.com/apache/zeppelin/pull/3359>

welcome comments, :-)