From 1038e6bf24cddfeecfae0b64e5f541a8dc4fa347 Mon Sep 17 00:00:00 2001 From: wind Date: Tue, 18 Jan 2022 17:22:24 +0800 Subject: [PATCH] [deploy] Add datasource driver name into env (#8100) Co-authored-by: caishunfeng <534328519@qq.com> --- script/env/dolphinscheduler_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/env/dolphinscheduler_env.sh b/script/env/dolphinscheduler_env.sh index bc6efabe86..0e656d0a65 100755 --- a/script/env/dolphinscheduler_env.sh +++ b/script/env/dolphinscheduler_env.sh @@ -29,6 +29,7 @@ export PATH=$HADOOP_HOME/bin:$SPARK_HOME1/bin:$SPARK_HOME2/bin:$PYTHON_HOME/bin: export DATABASE=${DATABASE:-postgresql} export SPRING_PROFILES_ACTIVE=${DATABASE} +export SPRING_DATASOURCE_DRIVER_CLASS_NAME export SPRING_DATASOURCE_URL export SPRING_DATASOURCE_USERNAME export SPRING_DATASOURCE_PASSWORD