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

[hotfix-#1043][bin] allow user to submit job in local mode #1044

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Conversation

lvyanquan
Copy link
Contributor

Purpose of this pull request

fix the bug of submision in local mode and standalone mode

Which issue you fix

Fixes # 1043.

How to verify

clear environment config and submit job in local mode

export FLINK_HOME=
export HADOOP_HOME=
bash $CHUNJUN_HOME/bin/chunjun-local.sh  -job $CHUNJUN_HOME/chunjun-examples/json/stream/stream.json

…ining empty environment config of FLINK_HOME and HADOOP_HOME and fix bug in standalone mode that parameters were not tranfered.
@FlechazoW FlechazoW merged commit e5df066 into master Jul 13, 2022
@FlechazoW FlechazoW added the bug Something isn't working label Jul 13, 2022
@FlechazoW FlechazoW deleted the fix-bin branch September 7, 2022 06:07
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 this pull request may close these issues.

[Bug] [bin] failed to start chunjun job in local mode if FLINK_HOME and HADOOP_HOME ware not set.
2 participants