apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Bug] Update Job and upload jar, then build job failed #4090

Open xieyi888 opened 2 months ago

xieyi888 commented 2 months ago

Search before asking

Java Version

1.8

Scala Version

2.11.x

StreamPark Version

dev

Flink Version

1.16.2

deploy mode

yarn-application

What happened

  1. create resource and upload jar jar name: verify-sloth-1.0-SNAPSHOT.jar image

  2. create job depend on the resource image

  3. update the job,and upload jar during update job the upload jar's name is verify-sloth-2.4-SNAPSHOT.jar. which is different from the jar from resource image

the job resource is in temp dir, and not upload to Workspace.local().APP_UPLOADS()

[root@*** /]# ll /disk1/eadop/streampark/temp/verify-sloth-2.4-SNAPSHOT.jar
-rw------- 1 ****  **** 16029391 Sep 14 17:54 /disk1/eadop/streampark/temp/verify-sloth-2.4-SNAPSHOT.jar
  1. release job fail image

Error Exception

No response

Screenshots

image

Are you willing to submit PR?

Code of Conduct