thisisArjit commented on code in PR #4124:
URL: https://github.com/apache/gobblin/pull/4124#discussion_r2234629453
##########
gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/workflow/impl/ExecuteGobblinWorkflowImpl.java:
##########
@@ -85,6 +85,9 @@ public ExecGobblinStats execute(Properties jobProps,
EventSubmitterContext event
// Filtering only temporal job properties to pass to child workflows to
avoid passing unnecessary properties
final Properties temporalJobProps =
PropertiesUtils.extractPropertiesWithPrefix(jobProps,
com.google.common.base.Optional.of(GobblinTemporalConfigurationKeys.PREFIX));
+ // Add File system properties to the temporal job properties
Review Comment:
in total 2 properties will get added,
fs.perf-tracking.publish-azkaban-only.enable=false & fs.uri
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]