Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Upload Flink App jar got "flink app jar must exist" error on windows #4052

Open
3 tasks done
FrommyMind opened this issue Sep 10, 2024 · 0 comments · May be fixed by #4053
Open
3 tasks done

[Bug] Upload Flink App jar got "flink app jar must exist" error on windows #4052

FrommyMind opened this issue Sep 10, 2024 · 0 comments · May be fixed by #4053
Labels
bug Something isn't working

Comments

@FrommyMind
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!(您是否要贡献这个PR?)

Code of Conduct

@FrommyMind FrommyMind added the bug Something isn't working label Sep 10, 2024
FrommyMind added a commit to FrommyMind/incubator-streampark that referenced this issue Sep 10, 2024
…ndows (apache#4052)

* fix Upload Flink App jar got "flink app jar must exist" error on windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant