org.apache.falcon.replication
Class FeedReplicator

java.lang.Object
  extended by Configured
      extended by org.apache.falcon.replication.FeedReplicator

public class FeedReplicator
extends Configured

A tool for feed replication that uses DistCp tool to replicate.


Constructor Summary
FeedReplicator()
           
 
Method Summary
protected  org.apache.commons.cli.CommandLine getCommand(String[] args)
           
protected  org.apache.hadoop.tools.DistCpOptions getDistCpOptions(org.apache.commons.cli.CommandLine cmd)
           
static void main(String[] args)
           
 int run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedReplicator

public FeedReplicator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public int run(String[] args)
        throws Exception
Throws:
Exception

getCommand

protected org.apache.commons.cli.CommandLine getCommand(String[] args)
                                                 throws org.apache.commons.cli.ParseException
Throws:
org.apache.commons.cli.ParseException

getDistCpOptions

protected org.apache.hadoop.tools.DistCpOptions getDistCpOptions(org.apache.commons.cli.CommandLine cmd)


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.