Skip to content

Commit

Permalink
fix shell bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
VicoWu committed Jul 4, 2024
1 parent e65cb38 commit 13dcc40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,8 @@ function hadoop_basic_init
HADOOP_NICENESS=${HADOOP_NICENESS:-0}
HADOOP_STOP_TIMEOUT=${HADOOP_STOP_TIMEOUT:-5}
HADOOP_PID_DIR=${HADOOP_PID_DIR:-/tmp}
HADOOP_ROOT_LOGGER_DEFAULT=${${HADOOP_LOGLEVEL},console}
HADOOP_DAEMON_ROOT_LOGGER_DEFAULT=${${HADOOP_LOGLEVEL},RFA}
HADOOP_ROOT_LOGGER_DEFAULT="${HADOOP_LOGLEVEL},console}"
HADOOP_DAEMON_ROOT_LOGGER_DEFAULT="${HADOOP_LOGLEVEL},RFA}"
HADOOP_ROOT_LOGGER=${HADOOP_ROOT_LOGGER:-${HADOOP_ROOT_LOGGER_DEFAULT}}
HADOOP_DAEMON_ROOT_LOGGER=${HADOOP_DAEMON_ROOT_LOGGER:-${HADOOP_DAEMON_ROOT_LOGGER_DEFAULT}}
HADOOP_SECURITY_LOGGER=${HADOOP_SECURITY_LOGGER:-INFO,NullAppender}
Expand Down

0 comments on commit 13dcc40

Please sign in to comment.