|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSDataInputStream | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.streaming |
Uses of FSDataInputStream in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return FSDataInputStream | |
---|---|
FSDataInputStream |
FileSystem.open(Path f)
Opens an FSDataInputStream at the indicated Path. |
FSDataInputStream |
FileSystem.open(Path f,
int bufferSize)
Opens an FSDataInputStream at the indicated Path. |
Uses of FSDataInputStream in org.apache.hadoop.streaming |
---|
Constructors in org.apache.hadoop.streaming with parameters of type FSDataInputStream | |
---|---|
StreamBaseRecordReader(FSDataInputStream in,
FileSplit split,
Reporter reporter,
JobConf job,
FileSystem fs)
|
|
StreamLineRecordReader(FSDataInputStream in,
FileSplit split,
Reporter reporter,
JobConf job,
FileSystem fs)
|
|
StreamSequenceRecordReader(FSDataInputStream in,
FileSplit split,
Reporter reporter,
JobConf job,
FileSystem fs)
|
|
StreamXmlRecordReader(FSDataInputStream in,
FileSplit split,
Reporter reporter,
JobConf job,
FileSystem fs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |