@InterfaceAudience.Public public class WALPlayer extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Modifier and Type | Field and Description |
---|---|
static String |
BULK_OUTPUT_CONF_KEY |
static String |
IGNORE_MISSING_FILES |
static String |
INPUT_FILES_SEPARATOR_KEY |
static String |
TABLE_MAP_KEY |
static String |
TABLES_KEY |
Modifier | Constructor and Description |
---|---|
|
WALPlayer() |
protected |
WALPlayer(org.apache.hadoop.conf.Configuration c) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Job |
createSubmittableJob(String[] args)
Sets up the actual job.
|
static void |
main(String[] args)
Main entry point.
|
int |
run(String[] args) |
public static final String BULK_OUTPUT_CONF_KEY
public static final String TABLES_KEY
public static final String TABLE_MAP_KEY
public static final String INPUT_FILES_SEPARATOR_KEY
public static final String IGNORE_MISSING_FILES
public WALPlayer()
protected WALPlayer(org.apache.hadoop.conf.Configuration c)
public org.apache.hadoop.mapreduce.Job createSubmittableJob(String[] args) throws IOException
args
- The command line parameters.IOException
- When setting up the job fails.public static void main(String[] args) throws Exception
args
- The command line parameters.Exception
- When running the job fails.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.