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

减少提交任务需要传递的参数 #929

Closed
lvyanquan opened this issue Jun 9, 2022 · 0 comments · Fixed by #930
Closed

减少提交任务需要传递的参数 #929

lvyanquan opened this issue Jun 9, 2022 · 0 comments · Fixed by #930
Labels
enhancement New feature or request

Comments

@lvyanquan
Copy link
Contributor

Development Task

现在只有通过bin/start-chunjun脚本来启动任务,需要传递的参数项目比较多,容易出错。

bin/start-chunjun \
	-mode yarn-per-job \
	-jobType sync \
	-job chunjun-examples/json/stream/stream.json \
	-chunjunDistDir chunjun-dist  \
	-flinkConfDir $FLINK_HOME/conf \
	-hadoopConfDir $HADOOP_HOME/etc/hadoop \
	-flinkLibDir $FLINK_HOME/lib \
	-confProp "{\"flink.checkpoint.interval\":60000,\"yarn.application.queue\":\"default\"}" \ 

而且默认是后台启动,看不到日志,不太友好,希望通过不同的脚本或者预先设置环境变量的方式减少启动参数。

@lvyanquan lvyanquan added the enhancement New feature or request label Jun 9, 2022
yanghuaiGit pushed a commit to yanghuaiGit/chunjun that referenced this issue Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant