This is an automated email from the ASF dual-hosted git repository.

gallardot pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1bd41c1207 [Fix-17370] Fix worker server start failed when using hdfs 
storage type (#17496)
1bd41c1207 is described below

commit 1bd41c12070ba93ae43e6b2aa94492712dcd1c8c
Author: xiangzihao <[email protected]>
AuthorDate: Wed Sep 10 22:04:35 2025 +0800

    [Fix-17370] Fix worker server start failed when using hdfs storage type 
(#17496)
    
    * fix worker server start failed when using hdfs storage type
    
    * fix worker server start failed when using hdfs storage type
---
 script/install-plugins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/install-plugins.sh b/script/install-plugins.sh
index ece1a6f033..e8fa4ff201 100755
--- a/script/install-plugins.sh
+++ b/script/install-plugins.sh
@@ -55,7 +55,7 @@ while read line; do
 
   if [ "$start_char" != "-" ] && [ "$start_char" != "#" ]; then
       echo "installing plugin: " $line
-      ${DOLPHINSCHEDULER_HOME}/mvnw dependency:get 
-DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} 
-Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
+      ${DOLPHINSCHEDULER_HOME}/mvnw dependency:get 
-DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} 
-Dclassifier=shade -Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
   fi
 
 done < ${DOLPHINSCHEDULER_HOME}/conf/plugins_config

Reply via email to