mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add log messages
This commit is contained in:
parent
9eb3ecaf6b
commit
8cd6fd4d0e
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ public class ShellInterpreter extends Interpreter {
|
|||
if (exitValue == 143) {
|
||||
code = Code.INCOMPLETE;
|
||||
msg = msg + "Paragraph received a SIGTERM";
|
||||
logger.info("The paragraph " + contextInterpreter.getParagraphId()
|
||||
+ " stopped executing: " + msg);
|
||||
}
|
||||
return new InterpreterResult(code, msg);
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue