[
https://issues.apache.org/jira/browse/GOBBLIN-1377?focusedWorklogId=562689&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562689
]
ASF GitHub Bot logged work on GOBBLIN-1377:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Mar/21 23:08
Start Date: 08/Mar/21 23:08
Worklog Time Spent: 10m
Work Description: Will-Lo commented on a change in pull request #3158:
URL: https://github.com/apache/gobblin/pull/3158#discussion_r589815917
##########
File path:
gobblin-utility/src/main/java/org/apache/gobblin/util/JobLauncherUtils.java
##########
@@ -197,6 +197,14 @@ public static void cleanTaskStagingData(State state,
Logger logger) throws IOExc
throw new IOException("Clean up output directory " +
outputPath.toUri().getPath() + " failed");
}
}
+
+ Path errPath = new
Path(state.getProp(ConfigurationKeys.ROW_LEVEL_ERR_FILE));
Review comment:
The error file is specified as a separate path from the writer
output/staging dirs, so I considered it as another temporary job-level
directory that has to be modified to work on the dataset-level. Hence why it
has to be added in cleanup here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 562689)
Time Spent: 1.5h (was: 1h 20m)
> Add class to create directory shards on cloud environments for hive distcp
> --------------------------------------------------------------------------
>
> Key: GOBBLIN-1377
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1377
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: William Lo
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)