Example usage for org.apache.hadoop.tools DistCp subclass-usage

List of usage examples for org.apache.hadoop.tools DistCp subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.tools DistCp subclass-usage.

Usage

From source file org.apache.falcon.replication.CustomReplicator.java

/**
 * A custom implementation of DistCp that overrides the behavior of CopyListing
 * interface to copy EntityUtil.SUCCEEDED_FILE_NAME last so downstream apps
 * depending on data availability will work correctly.
 */
public class CustomReplicator extends DistCp {