[
https://issues.apache.org/jira/browse/SAMZA-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ke Wu resolved SAMZA-2471.
--------------------------
Resolution: Fixed
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)