org.apache.hadoop.hbase.mapreduce
Class ImportTsv
java.lang.Object
org.apache.hadoop.hbase.mapreduce.ImportTsv
public class ImportTsv
- extends Object
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.
- See Also:
usage(String)
|
Method Summary |
static org.apache.hadoop.mapreduce.Job |
createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
String[] args)
Sets up the actual job. |
static void |
main(String[] args)
Main entry point. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportTsv
public ImportTsv()
createSubmittableJob
public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
String[] args)
throws IOException,
ClassNotFoundException
- Sets up the actual job.
- Parameters:
conf - The current configuration.args - The command line parameters.
- Returns:
- The newly created job.
- Throws:
IOException - When setting up the job fails.
ClassNotFoundException
main
public static void main(String[] args)
throws Exception
- Main entry point.
- Parameters:
args - The command line parameters.
- Throws:
Exception - When running the job fails.
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.