Skip to content

Commit 1bd41c1

Browse files
authored
[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
1 parent bfb9f17 commit 1bd41c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/install-plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ while read line; do
5555

5656
if [ "$start_char" != "-" ] && [ "$start_char" != "#" ]; then
5757
echo "installing plugin: " $line
58-
${DOLPHINSCHEDULER_HOME}/mvnw dependency:get -DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} -Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
58+
${DOLPHINSCHEDULER_HOME}/mvnw dependency:get -DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} -Dclassifier=shade -Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
5959
fi
6060

6161
done < ${DOLPHINSCHEDULER_HOME}/conf/plugins_config

0 commit comments

Comments
 (0)