|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.mapreduce.ImportTsv
public class ImportTsv
Tool to import data from a TSV file. This tool is rather simplistic - it doesn't do any quoting or escaping, but is useful for many data loads.
usage(String)| Constructor Summary | |
|---|---|
ImportTsv()
|
|
| 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 ImportTsv()
| 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 | |||||||||