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.8k stars 978 forks source link

[Bug] The jar files uploaded cannot be used when upgrading a job #2786

Open cygnusdark opened 1 year ago

cygnusdark commented 1 year ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

2.2.0

Flink Version

1.17.0

deploy mode

yarn-application

What happened

When creating a custom code flink job, we can use uploaded jars from resource list. When upgrading it, we cannot choose jars from resource list. I hope the platform can support use both uploading jars and jars from resource list when creating & upgrading a job.

Error Exception

No response

Screenshots

image

Are you willing to submit PR?

Code of Conduct

zhoulii commented 1 year ago

Thanks for your report, the development of resource module is still ongoing, features are not stable right now, you can use release-2,1.0 instead.