public class VerifyReplication extends Object
Two counters are provided, Verifier.Counters.GOODROWS and BADROWS. The reason for a why a row is different is shown in the map's log.
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifyReplication.Verifier
Map-only comparator for 2 tables
|
| Constructor and Description |
|---|
VerifyReplication() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String NAME
public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
String[] args)
throws IOException
conf - The current configuration.args - The command line parameters.IOException - When setting up the job fails.Copyright © 2013 The Apache Software Foundation. All Rights Reserved.