We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ce327 commit bf800b9Copy full SHA for bf800b9
core/src/main/scala/org/apache/spark/input/WholeTextFileRecordReader.scala
@@ -87,9 +87,8 @@ private[spark] class WholeTextFileRecordReader(
87
88
89
/**
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.
+ * A [[org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader CombineFileRecordReader]]
+ * that could pass Hadoop configuration to WholeTextFileRecordReader.
93
*/
94
private[spark] class WholeCombineFileRecordReader(
95
split: InputSplit,
0 commit comments