[
https://issues.apache.org/jira/browse/GOBBLIN-2213?focusedWorklogId=976475&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-976475
]
ASF GitHub Bot logged work on GOBBLIN-2213:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jul/25 04:19
Start Date: 28/Jul/25 04:19
Worklog Time Spent: 10m
Work Description: 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
Issue Time Tracking
-------------------
Worklog Id: (was: 976475)
Time Spent: 40m (was: 0.5h)
> Pass FileSystem properties to Temporal Activities
> -------------------------------------------------
>
> Key: GOBBLIN-2213
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2213
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Vivek Rai
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Pass FileSystem properties to Temporal Activities
> Currently temporal activities don't propagate filesystem property, we need to
> pass the required properties to create FIleSystem with required configurations
--
This message was sent by Atlassian Jira
(v8.20.10#820010)