-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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\"}" \ 而且默认是后台启动,看不到日志,不太友好,希望通过不同的脚本或者预先设置环境变量的方式减少启动参数。
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request