public abstract class MRMigrationBase
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MRMigrationBase.MRMigrationMapperBase<TKey,TValue> |
protected static class |
MRMigrationBase.Opts |
protected static class |
MRMigrationBase.OptsWithTableName |
| Constructor and Description |
|---|
MRMigrationBase() |
| Modifier and Type | Method and Description |
|---|---|
protected MRMigrationBase.Opts |
createOpts() |
static AccumuloGraphConfiguration |
getAccumuloGraphConfiguration(org.apache.hadoop.conf.Configuration conf) |
protected Class |
getInputFormatClass() |
protected abstract Class<? extends org.apache.hadoop.mapreduce.Mapper> |
getMigrationMapperClass() |
static String |
getOutputTableName(org.apache.hadoop.conf.Configuration conf) |
static org.vertexium.VertexiumSerializer |
getVertexiumSerializer(org.apache.hadoop.conf.Configuration conf) |
protected static void |
run(MRMigrationBase mr,
String[] args) |
int |
run(String[] args) |
protected static void run(MRMigrationBase mr, String[] args) throws Exception
Exceptionpublic static org.vertexium.VertexiumSerializer getVertexiumSerializer(org.apache.hadoop.conf.Configuration conf)
public static String getOutputTableName(org.apache.hadoop.conf.Configuration conf)
public static AccumuloGraphConfiguration getAccumuloGraphConfiguration(org.apache.hadoop.conf.Configuration conf)
public int run(String[] args) throws Exception
run in interface org.apache.hadoop.util.ToolExceptionprotected Class getInputFormatClass()
protected MRMigrationBase.Opts createOpts()
protected abstract Class<? extends org.apache.hadoop.mapreduce.Mapper> getMigrationMapperClass()
Copyright © 2014–2015. All rights reserved.