|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputFormat | |
---|---|
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 InputFormat in org.apache.hadoop.hbase.mapred |
---|
Classes in org.apache.hadoop.hbase.mapred that implement InputFormat | |
---|---|
class |
TableInputFormat
Convert HBase tabular data into a format that is consumable by Map/Reduce |
Uses of InputFormat in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return InputFormat | |
---|---|
InputFormat |
JobConf.getInputFormat()
Get the InputFormat implementation for the map-reduce job,
defaults to TextInputFormat if not specified explicity. |
Method parameters in org.apache.hadoop.mapred with type arguments of type InputFormat | |
---|---|
void |
JobConf.setInputFormat(Class<? extends InputFormat> theClass)
Set the InputFormat implementation for the map-reduce job. |
Uses of InputFormat in org.apache.hadoop.streaming |
---|
Classes in org.apache.hadoop.streaming that implement InputFormat | |
---|---|
class |
StreamInputFormat
An input format that selects a RecordReader based on a JobConf property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |