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

failed to submit job in standalone mode #897

Closed
lvyanquan opened this issue May 30, 2022 · 3 comments · Fixed by #905
Closed

failed to submit job in standalone mode #897

lvyanquan opened this issue May 30, 2022 · 3 comments · Fixed by #905
Labels
bug Something isn't working

Comments

@lvyanquan
Copy link
Contributor

Describe the bug
I followed the steps as https://dtstack.github.io/chunjun-web/docs/chunjunDocs/quickstart had showed, but failed to submit job in standalone mode.

To Reproduce
Some problems:

  1. no file named flinkx but a file named start-chunjun under the directory of bin.
  2. no jars that included class of com.dtstack.chunjun.client.Launcher, I guess that some jars were missed.
  3. I put chunjun-dist to lib of Flink, howerver, the flink standalone cluster failed to start.
@lvyanquan lvyanquan added the bug Something isn't working label May 30, 2022
@FlechazoW
Copy link
Member

What problem are you having? Can you describe more detail?

@lvyanquan
Copy link
Contributor Author

Using the jar of https://github.com/DTStack/chunjun/releases/tag/v1.12.3,
following the document of https://dtstack.github.io/chunjun-web/docs/chunjunDocs/quickstart#standalone,
I found that

  1. no file named flinkx, as the start command is
sh ./bin/flinkx -mode standalone -jobType sync -job $CHUNJUN_DIST/flinkx-examples/json/stream/stream.json -flinkxDistDir $CHUNJUN_DIST/flinkx-dist -flinkConfDir $FLINK_HOME/conf
  1. using ./bin/start-chunjun, got error message
Error: Could not find or load main class com.dtstack.chunjun.client.Launcher
  1. same as 想问一下standalone模式无法创建Job怎么处理 #842

@FlechazoW
Copy link
Member

Use the latest release.

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
Development

Successfully merging a pull request may close this issue.

2 participants