パッケージ | 説明 |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapred.join | |
org.apache.hadoop.mapred.lib | |
org.apache.hadoop.mapred.lib.db |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
InputSplitWithLocationInfo |
修飾子とタイプ | クラスと説明 |
---|---|
class |
FileSplit
A section of an input file.
|
class |
MultiFileSplit
A sub-collection of input files.
|
修飾子とタイプ | メソッドと説明 |
---|---|
InputSplit |
Reporter.getInputSplit()
Get the
InputSplit object for a map. |
InputSplit[] |
MultiFileInputFormat.getSplits(JobConf job,
int numSplits) |
InputSplit[] |
FileInputFormat.getSplits(JobConf job,
int numSplits)
Splits files returned by
FileInputFormat.listStatus(JobConf) when
they're too big. |
InputSplit[] |
InputFormat.getSplits(JobConf job,
int numSplits)
Logically split the set of input files for the job.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CompositeInputSplit
This InputSplit contains a set of child InputSplits.
|
修飾子とタイプ | メソッドと説明 |
---|---|
InputSplit |
CompositeInputSplit.get(int i)
Get ith child InputSplit.
|
InputSplit[] |
CompositeInputFormat.getSplits(JobConf job,
int numSplits)
Build a CompositeInputSplit from the child InputFormats by assigning the
ith split from each child to the ith composite split.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompositeInputSplit.add(InputSplit s)
Add an InputSplit to this collection.
|
ComposableRecordReader<K,TupleWritable> |
CompositeInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
Construct a CompositeRecordReader for the children of this InputFormat
as defined in the init expression.
|
ComposableRecordReader<K,V> |
ComposableInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
修飾子とタイプ | クラスと説明 |
---|---|
class |
CombineFileSplit |
修飾子とタイプ | メソッドと説明 |
---|---|
InputSplit[] |
NLineInputFormat.getSplits(JobConf job,
int numSplits)
Logically splits the set of input files for the job, splits N lines
of the input as one split.
|
InputSplit[] |
CombineFileInputFormat.getSplits(JobConf job,
int numSplits) |
修飾子とタイプ | メソッドと説明 |
---|---|
RecordReader<LongWritable,Text> |
NLineInputFormat.getRecordReader(InputSplit genericSplit,
JobConf job,
Reporter reporter) |
RecordReader<LongWritable,Text> |
CombineTextInputFormat.getRecordReader(InputSplit split,
JobConf conf,
Reporter reporter) |
abstract RecordReader<K,V> |
CombineFileInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
This is not implemented yet.
|
RecordReader<K,V> |
CombineSequenceFileInputFormat.getRecordReader(InputSplit split,
JobConf conf,
Reporter reporter) |
修飾子とタイプ | メソッドと説明 |
---|---|
InputSplit[] |
DBInputFormat.getSplits(JobConf job,
int chunks)
Logically split the set of input files for the job.
|
修飾子とタイプ | メソッドと説明 |
---|---|
RecordReader<LongWritable,T> |
DBInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
Get the
RecordReader for the given InputSplit . |
Copyright © 2016 Apache Software Foundation. All rights reserved.