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] Upload Flink App jar got "flink app jar must exist" error on windows #4052

Closed FrommyMind closed 1 month ago

FrommyMind commented 2 months ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

dev

Flink Version

1.17.2

deploy mode

None

What happened

On Windows

When I tried to upload a flink application jar via webui Resources -> Upload -> Add Resources. I got results below the margin of error.

image

I debugged the code and found a bug.

image

As you can see on the pic, the value of jarFile is "E", it should be "E:\IdeaProjects\incubator-streampark\dist\apache-streampark-2.2.0-SNAPSHOT-incubating-bin\temp\test.jar"

Error Exception

No response

Screenshots

No response

Are you willing to submit PR?

Code of Conduct