[ZEPPELIN-1530] Avoid forcing setting DEBUG environment property

This commit is contained in:
Luciano Resende 2016-12-01 10:12:00 -08:00
parent 8e6f333a69
commit 3a5d1c2196
2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -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