d2iq-archive / dcos-flink-service

11 stars 17 forks source link

CLI command Run: specify additional parameters #39

Open OhRobin opened 7 years ago

OhRobin commented 7 years ago

currently for run CLI command, cannot specify additional parameters. Need to be able to specify additional parameters such as

Program arguments: program-args=arg1 arg2 arg3 Main class to execute: entry-class=EntryClassName.class Default parallelism: parallelism=4 Savepoint path to restore from: savepointPath=hdfs://path/to/savepoint Allow non restored state: allowNonRestoredState=true

https://ci.apache.org/projects/flink/flink-docs-release-1.3/monitoring/rest_api.html