mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Addressing feedback from felixcheung
This commit is contained in:
parent
b0300e89e3
commit
60e6d21b5b
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ public class ShellSecurityImpl {
|
|||
try {
|
||||
int exitVal = executor.execute(cmdLine);
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("Unable to run kinit for zeppelin user " + kinitCommand, e);
|
||||
throw new InterpreterException(e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue