You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/10/07 18:44:00 UTC

[jira] [Updated] (GOBBLIN-1243) add common job properties in hashtable and not as `default` properties

     [ https://issues.apache.org/jira/browse/GOBBLIN-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sudarshan Vasudevan updated GOBBLIN-1243:
-----------------------------------------
        Fix Version/s: 0.15.0
    Affects Version/s: 0.15.0

> add common job properties in hashtable and not as `default` properties
> ----------------------------------------------------------------------
>
>                 Key: GOBBLIN-1243
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1243
>             Project: Apache Gobblin
>          Issue Type: Improvement
>    Affects Versions: 0.15.0
>            Reporter: Arjun Singh Bora
>            Priority: Major
>             Fix For: 0.15.0, 0.16.0
>
>
> Properties p2 = Properties(Properties p1) constructor create `Properties` with p1's properties as a `default` properties of p2. Properties.putAll() method does not put `default` properties.
>  Changing the way jobProps are initialized in [GobblinHelixJobScheduler.java|https://github.com/apache/incubator-gobblin/pull/3084/files#diff-8ff27c655996170c8801acce8ae98e74] so that common job properties are propagated to some other Properties when jobProps.putAll() is called () in HelixRetriggeringJobCallable



--
This message was sent by Atlassian Jira
(v8.3.4#803005)