You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2016/07/22 04:58:20 UTC

[jira] [Created] (ZEPPELIN-1225) Errors before the last shell command is ignored

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)