You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Ke Wu (Jira)" <ji...@apache.org> on 2020/02/26 21:41:00 UTC

[jira] [Resolved] (SAMZA-2471) Simplify CommandLine

     [ 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)