Xun Liu created ZEPPELIN-4131:
---------------------------------
Summary: Upgrade shell interpreter
Key: ZEPPELIN-4131
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4131
Project: Zeppelin
Issue Type: Improvement
Components: Interpreters
Reporter: Xun Liu
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
For example, now you execute a command in a paragraph
{code:java}
%sh
cd /tmp{code}
Execute another command
{code:java}
%sh
pwd
Output > /home{code}
You will find that the `cd /tmp` command does not work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)