Skip to content

Commit

Permalink
[FLINK-34480] support user jar class overwrite flink inner when meet …
Browse files Browse the repository at this point in the history
…the same
  • Loading branch information
TJX2014 committed Feb 21, 2024
1 parent 95163e8 commit 6848a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-dist/src/main/flink-bin/bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ constructFlinkClassPath() {
exit 1
fi

echo "$FLINK_CLASSPATH""$FLINK_DIST"
echo "$FLINK_USER_JAR":"$FLINK_CLASSPATH""$FLINK_DIST"
}

findSqlGatewayJar() {
Expand Down

0 comments on commit 6848a06

Please sign in to comment.