libailin commented on issue #1356:
URL:
https://github.com/apache/incubator-seatunnel/issues/1356#issuecomment-1063875718
resaons 1 or 2:
1、 start-seatunnel-flink.sh may find two core flink jar:
`assemblyJarName=$(find ${PLUGINS_DIR} -name seatunnel-core-flink*.jar)`
2、 mvn clean package -DskipTests , build two jar:
`
seatunnel-core-flink.jar
seatunnel-core-flink-2.0.5-SNAPSHOT-shaded.jar
`
resolve method:
please delete rm seatunnel-core-flink-2.0.5-SNAPSHOT-shaded.jar
`
cd seatunnel/lib
rm seatunnel-core-flink-2.0.5-SNAPSHOT-shaded.jar
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]