Addressing feedback from felixcheung

This commit is contained in:
Rohit Choudhary 2016-07-12 12:06:49 +05:30
parent b0300e89e3
commit 60e6d21b5b

View file

@ -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);
}
}