Uses of Class
org.apache.hadoop.tools.CopyListing

Packages that use CopyListing
org.apache.hadoop.tools   
 

Uses of CopyListing in org.apache.hadoop.tools
 

Subclasses of CopyListing in org.apache.hadoop.tools
 class FileBasedCopyListing
          FileBasedCopyListing implements the CopyListing interface, to create the copy-listing for DistCp, by iterating over all source paths mentioned in a specified input-file.
 class GlobbedCopyListing
          GlobbedCopyListing implements the CopyListing interface, to create the copy listing-file by "globbing" all specified source paths (wild-cards and all.)
 class SimpleCopyListing
           
 class SimpleFileBasedCopyListing
          This class does not do any check
 

Methods in org.apache.hadoop.tools that return CopyListing
static CopyListing CopyListing.getCopyListing(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.security.Credentials credentials, DistCpOptions options)
          Public Factory method with which the appropriate CopyListing implementation may be retrieved.
 



Copyright © 2014 InMobi. All rights reserved.