[
https://issues.apache.org/jira/browse/GOBBLIN-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arjun Singh Bora updated GOBBLIN-1243:
--------------------------------------
Description:
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
was:
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
> 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
> Reporter: Arjun Singh Bora
> Priority: Major
>
> 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)