[
https://issues.apache.org/jira/browse/SAMZA-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ke Wu updated SAMZA-2471:
-------------------------
Description:
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.
was:
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.
> Simplify CommandLine
> --------------------
>
> Key: SAMZA-2471
> URL: https://issues.apache.org/jira/browse/SAMZA-2471
> Project: Samza
> Issue Type: Sub-task
> Reporter: Ke Wu
> Priority: Major
>
> 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)