fix standalone start error (#10577)
(cherry picked from commit 7a292cfccf)
This commit is contained in:
parent
67bc8a160c
commit
1e89cbbcec
|
|
@ -50,8 +50,6 @@ function overwrite_server_env() {
|
|||
fi
|
||||
}
|
||||
|
||||
source "${DOLPHINSCHEDULER_HOME}/bin/env/dolphinscheduler_env.sh"
|
||||
|
||||
export HOSTNAME=`hostname`
|
||||
|
||||
export DOLPHINSCHEDULER_LOG_DIR=$DOLPHINSCHEDULER_HOME/$command/logs
|
||||
|
|
|
|||
Loading…
Reference in New Issue