Explorar el Código

[Bug][DAO] Update db init script and soft_version (#9628) (#9637)

Eric Gao hace 3 años
padre
commit
a863c6f8f1

+ 1 - 1
dolphinscheduler-dao/src/main/resources/sql/soft_version

@@ -1 +1 @@
-2.0.4
+3.0.0

+ 2 - 3
dolphinscheduler-tools/src/main/bin/create-schema.sh

@@ -18,11 +18,10 @@
 
 BIN_DIR=$(dirname $0)
 DOLPHINSCHEDULER_HOME=${DOLPHINSCHEDULER_HOME:-$(cd $BIN_DIR/../..; pwd)}
-
-source "$DOLPHINSCHEDULER_HOME/bin/env/dolphinscheduler_env.sh"
+source "$DOLPHINSCHEDULER_HOME/tools/bin/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/conf":"$DOLPHINSCHEDULER_HOME/tools/libs/*":"$DOLPHINSCHEDULER_HOME/tools/sql" \
+  -cp "$DOLPHINSCHEDULER_HOME/tools/conf":"$DOLPHINSCHEDULER_HOME/tools/libs/*":"$DOLPHINSCHEDULER_HOME/tools/sql" \
   org.apache.dolphinscheduler.tools.datasource.CreateDolphinScheduler