diff --git a/shell/src/main/resources/interpreter-setting.json b/shell/src/main/resources/interpreter-setting.json index 4a7dae5706d..1db6528457b 100644 --- a/shell/src/main/resources/interpreter-setting.json +++ b/shell/src/main/resources/interpreter-setting.json @@ -3,6 +3,7 @@ "group": "sh", "name": "sh", "className": "org.apache.zeppelin.shell.ShellInterpreter", + "defaultInterpreter": true, "properties": { "shell.command.timeout.millisecs": { "envName": "SHELL_COMMAND_TIMEOUT",