## What is the purpose of the change This PR add one more option to specify jar program arguments in REST API calls (run and get plan). Users can specify arguments as one string or additionally mow as a list of a separate strings.
## Brief change log - add JarRequestBody as a base for JarRunRequestBody and JarPlanRequestBody - add programArgsList to JarRequestBody - add JarHandlerUtils.getProgramArgs to resolve program args from programArgs and programArgsList from query path or json body in JarRunHandler or JarPlanHandler - user can use programArgs or programArgsList but not both, add test for it ## Verifying this change Unit tests ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (docs) [ Full content available at: https://github.com/apache/flink/pull/6754 ] This message was relayed via gitbox.apache.org for [email protected]
