You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/03/05 05:32:34 UTC

[GitHub] [incubator-gobblin] sv2000 commented on a change in pull request #2633: GOBBLIN-759: Added feature to support DistCP to copy files that were …

sv2000 commented on a change in 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_r388081914
 
 

 ##########
 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:
   Please take a look at AndPathFilter in gobblin-utility and UnixTimestampRecursiveCopyableDataset for an example usage.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services