|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputFormat | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapred.join | |
org.apache.hadoop.mapred.lib | |
org.apache.hadoop.mapred.lib.db |
Uses of InputFormat in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement InputFormat | |
---|---|
class |
FileInputFormat<K,V>
Deprecated. Use FileInputFormat
instead. |
class |
KeyValueTextInputFormat
Deprecated. Use KeyValueTextInputFormat
instead |
class |
MultiFileInputFormat<K,V>
Deprecated. Use CombineFileInputFormat instead |
class |
SequenceFileAsBinaryInputFormat
Deprecated. Use SequenceFileAsBinaryInputFormat
instead |
class |
SequenceFileAsTextInputFormat
Deprecated. Use SequenceFileAsTextInputFormat
instead |
class |
SequenceFileInputFilter<K,V>
Deprecated. Use SequenceFileInputFilter
instead |
class |
SequenceFileInputFormat<K,V>
Deprecated. Use SequenceFileInputFormat
instead. |
class |
TextInputFormat
Deprecated. Use TextInputFormat
instead. |
Methods in org.apache.hadoop.mapred that return InputFormat | |
---|---|
InputFormat |
JobConf.getInputFormat()
Deprecated. 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)
Deprecated. Set the InputFormat implementation for the map-reduce job. |
Uses of InputFormat in org.apache.hadoop.mapred.join |
---|
Subinterfaces of InputFormat in org.apache.hadoop.mapred.join | |
---|---|
interface |
ComposableInputFormat<K extends WritableComparable,V extends Writable>
Deprecated. Use ComposableInputFormat instead |
Classes in org.apache.hadoop.mapred.join that implement InputFormat | |
---|---|
class |
CompositeInputFormat<K extends WritableComparable>
Deprecated. Use CompositeInputFormat instead |
static class |
Parser.Node
Deprecated. |
Method parameters in org.apache.hadoop.mapred.join with type arguments of type InputFormat | |
---|---|
static String |
CompositeInputFormat.compose(Class<? extends InputFormat> inf,
String path)
Deprecated. Convenience method for constructing composite formats. |
static String |
CompositeInputFormat.compose(String op,
Class<? extends InputFormat> inf,
Path... path)
Deprecated. Convenience method for constructing composite formats. |
static String |
CompositeInputFormat.compose(String op,
Class<? extends InputFormat> inf,
String... path)
Deprecated. Convenience method for constructing composite formats. |
Uses of InputFormat in org.apache.hadoop.mapred.lib |
---|
Classes in org.apache.hadoop.mapred.lib that implement InputFormat | |
---|---|
class |
CombineFileInputFormat<K,V>
Deprecated. Use CombineFileInputFormat |
class |
NLineInputFormat
Deprecated. Use NLineInputFormat instead |
Method parameters in org.apache.hadoop.mapred.lib with type arguments of type InputFormat | |
---|---|
static void |
MultipleInputs.addInputPath(JobConf conf,
Path path,
Class<? extends InputFormat> inputFormatClass)
Deprecated. Add a Path with a custom InputFormat to the list of
inputs for the map-reduce job. |
static void |
MultipleInputs.addInputPath(JobConf conf,
Path path,
Class<? extends InputFormat> inputFormatClass,
Class<? extends Mapper> mapperClass)
Deprecated. Add a Path with a custom InputFormat and
Mapper to the list of inputs for the map-reduce job. |
Uses of InputFormat in org.apache.hadoop.mapred.lib.db |
---|
Classes in org.apache.hadoop.mapred.lib.db that implement InputFormat | |
---|---|
class |
DBInputFormat<T extends DBWritable>
Deprecated. Use DBInputFormat instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |