Skip to content

Commit bf800b9

Browse files
author
Davies Liu
committed
update doc for WholeCombineFileRecordReader
1 parent 45ce327 commit bf800b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/scala/org/apache/spark/input/WholeTextFileRecordReader.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ private[spark] class WholeTextFileRecordReader(
8787

8888

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

0 commit comments

Comments
 (0)