|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.mapreduce.CopyTable
public class CopyTable
Tool used to copy a table to another one which can be on a different setup. It is also configurable with a start and time as well as a specification of the region server implementation if different from the local cluster.
| Constructor Summary | |
|---|---|
CopyTable()
|
|
| Method Summary | |
|---|---|
static org.apache.hadoop.mapreduce.Job |
createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
java.lang.String[] args)
Sets up the actual job. |
static void |
main(java.lang.String[] args)
Main entry point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyTable()
| Method Detail |
|---|
public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
java.lang.String[] args)
throws java.io.IOException
conf - The current configuration.args - The command line parameters.
java.io.IOException - When setting up the job fails.
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line parameters.
java.lang.Exception - When running the job fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||