Jeff Zhang created ZEPPELIN-1225:
------------------------------------
Summary: Errors before the last shell command is ignored
Key: ZEPPELIN-1225
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1225
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.6.0
Reporter: Jeff Zhang
Assignee: Jeff Zhang
Fix For: 0.6.1, 0.7.0
If run the following command in shell interpreter. It just run normally without
any error message.
{code}
hello
pwd
{code}
The root cause is that command "bash -c <shell scripts>" will always return 0
as long as the last line of shell script run correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)