mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
missing exception handeling in LivySparkInterpreter
This commit is contained in:
parent
200e715d39
commit
7a123360d8
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ public class LivySparkInterpreter extends Interpreter {
|
|||
);
|
||||
livyHelper.initializeSpark(interpreterContext, userSessionMap);
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("Exception in LivySparkInterpreter while interpret ", e);
|
||||
return new InterpreterResult(InterpreterResult.Code.ERROR, e.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue