[ 
https://issues.apache.org/jira/browse/GOBBLIN-759?focusedWorklogId=387975&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-387975
 ]

ASF GitHub Bot logged work on GOBBLIN-759:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/20 18:56
            Start Date: 15/Feb/20 18:56
    Worklog Time Spent: 10m 
      Work Description: amarnathkarthik commented on pull request #2633: 
GOBBLIN-759: Added feature to support DistCP to copy files that were …
URL: https://github.com/apache/incubator-gobblin/pull/2633#discussion_r379849244
 
 

 ##########
 File path: 
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/TimestampBasedCopyableDataset.java
 ##########
 @@ -73,6 +71,7 @@
   private final VersionSelectionPolicy<TimestampedDatasetVersion> 
versionSelectionPolicy;
   private final ExecutorService executor;
   private final FileSystem srcFs;
+  private final CopyableFileFilter copyableFileFilter;
 
 Review comment:
   PathFilter interfaces do not support operation to merge the filter, also 
before filtering through the data range filter, hidden files are removed from 
the list by the existing control flow.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 387975)
    Time Spent: 4h 10m  (was: 4h)

> DistCP files modified in last n days within a look back period
> --------------------------------------------------------------
>
>                 Key: GOBBLIN-759
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-759
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Karthik Amarnath
>            Priority: Major
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> *Feature Request:*
>  # DistCP only the files modified in last n days within the look back window.
>  # DistCP will copy only the files modified even when the source file which 
> were NOT modified in last n days in the destination directory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to