mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-1530] Avoid forcing setting DEBUG environment property
This commit is contained in:
parent
8e6f333a69
commit
3a5d1c2196
2 changed files with 0 additions and 8 deletions
|
|
@ -98,10 +98,6 @@ if not defined ZEPPELIN_IDENT_STRING (
|
|||
set ZEPPELIN_IDENT_STRING=%USERNAME%
|
||||
)
|
||||
|
||||
if not defined DEBUG (
|
||||
set DEBUG=0
|
||||
)
|
||||
|
||||
if not defined ZEPPELIN_INTERPRETER_REMOTE_RUNNER (
|
||||
set ZEPPELIN_INTERPRETER_REMOTE_RUNNER=bin\interpreter.cmd
|
||||
)
|
||||
|
|
|
|||
|
|
@ -141,7 +141,3 @@ export ZEPPELIN_RUNNER
|
|||
if [[ -z "$ZEPPELIN_IDENT_STRING" ]]; then
|
||||
export ZEPPELIN_IDENT_STRING="${USER}"
|
||||
fi
|
||||
|
||||
if [[ -z "$DEBUG" ]]; then
|
||||
export DEBUG=0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue