We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
What problem are you having? Can you describe more detail?
Sorry, something went wrong.
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
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
Error: Could not find or load main class com.dtstack.chunjun.client.Launcher
Use the latest release.
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: