@InterfaceAudience.Public @InterfaceStability.Stable public class WALPlayer extends Configured
| Modifier and Type | Class and Description |
|---|---|
protected static class |
WALPlayer.WALMapper
A mapper that writes out
Mutation to be directly applied to
a running HBase instance. |
| Modifier and Type | Field and Description |
|---|---|
static String |
BULK_OUTPUT_CONF_KEY |
static String |
INPUT_FILES_SEPARATOR_KEY |
static String |
TABLE_MAP_KEY |
static String |
TABLES_KEY |
| Constructor and Description |
|---|
WALPlayer() |
WALPlayer(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
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 WALPlayer()
public WALPlayer(Configuration conf)
conf - The Configuration to use.public 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.