[
https://issues.apache.org/jira/browse/GOBBLIN-1617?focusedWorklogId=737712&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-737712
]
ASF GitHub Bot logged work on GOBBLIN-1617:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Mar/22 18:56
Start Date: 07/Mar/22 18:56
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on a change in pull request #3475:
URL: https://github.com/apache/gobblin/pull/3475#discussion_r821008909
##########
File path:
gobblin-utility/src/main/java/org/apache/gobblin/util/HadoopUtils.java
##########
@@ -262,11 +268,15 @@ public static void renamePath(FileSystem fs, Path
oldName, Path newName) throws
renamePath(fs, oldName, newName, false);
}
+ public static void renamePath(FileSystem fs, Path oldName, Path newName,
boolean overwrite) throws IOException {
Review comment:
Same here as it's public static method
##########
File path:
gobblin-utility/src/main/java/org/apache/gobblin/util/HadoopUtils.java
##########
@@ -203,16 +203,22 @@ public static void deletePathByRegex(FileSystem fs, final
Path path, final Strin
}
}
+ public static void moveToTrash(FileSystem fs, Path path) throws IOException {
Review comment:
Add comments to this method?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 737712)
Time Spent: 0.5h (was: 20m)
> pass job configurations to HaddopUtils API
> ------------------------------------------
>
> Key: GOBBLIN-1617
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1617
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)