mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Log exception on open
This commit is contained in:
parent
f6e685a667
commit
463c0661a1
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ public class SparkRInterpreter extends Interpreter {
|
|||
try {
|
||||
zeppelinR.open();
|
||||
} catch (IOException e) {
|
||||
logger.error("Exception while opening SparkRInterpreter", e);
|
||||
throw new InterpreterException(e);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue