public class AccumuloVertexiumInputFormat
extends org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,com.thinkaurelius.titan.hadoop.FaunusVertex>
implements org.apache.hadoop.conf.Configurable
| Constructor and Description |
|---|
AccumuloVertexiumInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(org.apache.hadoop.mapreduce.Job job) |
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.NullWritable,com.thinkaurelius.titan.hadoop.FaunusVertex> |
createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
org.apache.hadoop.conf.Configuration |
getConf() |
List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
void |
setConf(org.apache.hadoop.conf.Configuration config) |
public List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context) throws IOException, InterruptedException
getSplits in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,com.thinkaurelius.titan.hadoop.FaunusVertex>IOExceptionInterruptedExceptionpublic static void configure(org.apache.hadoop.mapreduce.Job job)
public void setConf(org.apache.hadoop.conf.Configuration config)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.NullWritable,com.thinkaurelius.titan.hadoop.FaunusVertex> createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
throws IOException,
InterruptedException
createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,com.thinkaurelius.titan.hadoop.FaunusVertex>IOExceptionInterruptedExceptionCopyright © 2014–2016. All rights reserved.