|
|
|
@ -19,13 +19,11 @@
|
|
|
|
|
BIN_DIR=$(dirname $0) |
|
|
|
|
DOLPHINSCHEDULER_HOME=${DOLPHINSCHEDULER_HOME:-$(cd $BIN_DIR/../..; pwd)} |
|
|
|
|
|
|
|
|
|
if [ "$DOCKER" != "true" ]; then |
|
|
|
|
source "$DOLPHINSCHEDULER_HOME/bin/env/dolphinscheduler_env.sh" |
|
|
|
|
fi |
|
|
|
|
source "$DOLPHINSCHEDULER_HOME/bin/env/dolphinscheduler_env.sh" |
|
|
|
|
|
|
|
|
|
JAVA_OPTS=${JAVA_OPTS:-"-server -Duser.timezone=${SPRING_JACKSON_TIME_ZONE} -Xms1g -Xmx1g -Xmn512m -XX:+PrintGCDetails -Xloggc:gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dump.hprof"} |
|
|
|
|
|
|
|
|
|
java $JAVA_OPTS \ |
|
|
|
|
-cp "$DOLPHINSCHEDULER_HOME/tools/conf":"$DOLPHINSCHEDULER_HOME/tools/libs/*":"$DOLPHINSCHEDULER_HOME/tools/sql" \ |
|
|
|
|
-Dspring.profiles.active=upgrade \ |
|
|
|
|
-Dspring.profiles.active=upgrade,${DATABASE} \ |
|
|
|
|
org.apache.dolphinscheduler.tools.datasource.UpgradeDolphinScheduler |
|
|
|
|