|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.mapreduce.Export
public class Export
Export an HBase table.
Writes content to sequence files up in HDFS. Use Import to read it
back in again.
| Constructor Summary | |
|---|---|
Export()
|
|
| 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 Export()
| 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 | |||||||||