mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
@zjffdu review comments
This commit is contained in:
parent
7c539ef2eb
commit
ee741e483a
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ public class ShellInterpreter extends Interpreter {
|
|||
} catch (ExecuteException e) {
|
||||
if (isGSSInit &&
|
||||
contextInterpreter.out != null &&
|
||||
contextInterpreter.out.getCurrentOutput().toString().contains("GSS")) {
|
||||
StringUtils.containsIgnoreCase(contextInterpreter.out.getCurrentOutput().toString(),
|
||||
"GSSException")) {
|
||||
isGSSInit = false;
|
||||
if (!StringUtils.isAnyEmpty(getProperty("zeppelin.shell.auth.type"))) {
|
||||
ShellSecurityImpl.createSecureConfiguration(getProperty(), shell);
|
||||
|
|
|
|||
Loading…
Reference in a new issue