You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2016/08/19 23:24:21 UTC

[jira] [Created] (ZEPPELIN-1350) sh interpreter got ExecuteException and process exited with an error 143

Yesha Vora created ZEPPELIN-1350:
------------------------------------

             Summary: sh interpreter got ExecuteException and process exited with an error 143
                 Key: ZEPPELIN-1350
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1350
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Yesha Vora


Zeppelin "%sh" paragraph failed with  Paragraph received a SIGTERM.
ExitValue: 143

{code}
%sh
if hadoop fs -stat /tmp/isc-gem-cat.csv
then
   hadoop fs -rm  /tmp/isc-gem-cat.csv
fi
if hadoop fs -stat /tmp/GEM-GHEC-v1.txt
then
   hadoop fs -rm  /tmp/GEM-GHEC-v1.txt
fi
hadoop fs -put /tmp/Notebooks/test-AON-Demo/GEM-GHEC-v1.txt /tmp
hadoop fs -put /tmp/Notebooks/test-AON-Demo/isc-gem-cat.csv /tmp
===========================output=====================
16/08/19 04:21:46 INFO fs.TrashPolicyDefault: Moved: 'hdfs://xxx:8020/tmp/isc-gem-cat.csv' to trash at: hdfs://xxx:8020/user/zeppelin/.Trash/Current/tmp/isc-gem-cat.csv
16/08/19 04:22:13 INFO fs.TrashPolicyDefault: Moved: 'hdfs://xxx:8020/tmp/GEM-GHEC-v1.txt' to trash at: hdfs://xxx:8020/user/zeppelin/.Trash/Current/tmp/GEM-GHEC-v1.txt
Paragraph received a SIGTERM.
ExitValue: 143{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)