Skip to content

Commit

Permalink
update doc for WholeCombineFileRecordReader
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Nov 17, 2014
1 parent 45ce327 commit bf800b9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ private[spark] class WholeTextFileRecordReader(


/**
* A [[org.apache.hadoop.mapreduce.RecordReader RecordReader]] for reading a single whole text file
* out in a key-value pair, where the key is the file path and the value is the entire content of
* the file.
* A [[org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader CombineFileRecordReader]]
* that could pass Hadoop configuration to WholeTextFileRecordReader.
*/
private[spark] class WholeCombineFileRecordReader(
split: InputSplit,
Expand Down

0 comments on commit bf800b9

Please sign in to comment.