Ke Wu created SAMZA-2471:
----------------------------
Summary: Simplify CommandLine
Key: SAMZA-2471
URL: https://issues.apache.org/jira/browse/SAMZA-2471
Project: Samza
Issue Type: Sub-task
Reporter: Ke Wu
In the CommandLine,
`--config-loader-factory A` is equivalent to `--config
job.config.loader.factory=A`
`--config-loader-properties A=B` is equivalent to `--config
job.config.loader.properties.A=B`
which is confusing and complicate.
Remove the usage of --config-loader-factory and --config-loader-properties to
consolidate all to use --config to simplify CommandLine.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)