|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSplit | |
---|---|
org.apache.hadoop.hbase.mapred | |
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.streaming | Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. |
Uses of InputSplit in org.apache.hadoop.hbase.mapred |
---|
Classes in org.apache.hadoop.hbase.mapred that implement InputSplit | |
---|---|
class |
TableSplit
A table split corresponds to a key range [low, high) |
Methods in org.apache.hadoop.hbase.mapred that return InputSplit | |
---|---|
InputSplit[] |
TableInputFormat.getSplits(JobConf job,
int numSplits)
A split will be created for each HRegion of the input table |
Methods in org.apache.hadoop.hbase.mapred with parameters of type InputSplit | |
---|---|
RecordReader<HStoreKey,MapWritable> |
TableInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
Get the RecordReader for the given InputSplit . |
Uses of InputSplit in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement InputSplit | |
---|---|
class |
FileSplit
A section of an input file. |
class |
MultiFileSplit
A sub-collection of input files. |
Methods in org.apache.hadoop.mapred that return InputSplit | |
---|---|
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.listPaths(JobConf) when
they're too big. |
InputSplit[] |
InputFormat.getSplits(JobConf job,
int numSplits)
Logically split the set of input files for the job. |
Methods in org.apache.hadoop.mapred with parameters of type InputSplit | |
---|---|
RecordReader<LongWritable,Text> |
TextInputFormat.getRecordReader(InputSplit genericSplit,
JobConf job,
Reporter reporter)
|
RecordReader<K,V> |
SequenceFileInputFilter.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
Create a record reader for the given split |
RecordReader<K,V> |
SequenceFileInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
|
RecordReader<Text,Text> |
SequenceFileAsTextInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
|
abstract RecordReader<K,V> |
MultiFileInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
|
RecordReader<Text,Text> |
KeyValueTextInputFormat.getRecordReader(InputSplit genericSplit,
JobConf job,
Reporter reporter)
|
abstract RecordReader<K,V> |
FileInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
|
RecordReader<K,V> |
InputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
Get the RecordReader for the given InputSplit . |
Uses of InputSplit in org.apache.hadoop.streaming |
---|
Methods in org.apache.hadoop.streaming with parameters of type InputSplit | |
---|---|
RecordReader<Text,Text> |
StreamInputFormat.getRecordReader(InputSplit genericSplit,
JobConf job,
Reporter reporter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |