-
- Downloads
[SPARK-2672] support compressed file in wholeTextFile
The wholeFile() can not read compressed files, it should be, just like textFile(). Author: Davies Liu <davies@databricks.com> Closes #3005 from davies/whole and squashes the following commits: a43fcfb [Davies Liu] remove semicolon c83571a [Davies Liu] remove = if return type is Unit 83c844f [Davies Liu] Merge branch 'master' of github.com:apache/spark into whole 22e8b3e [Davies Liu] support compressed file in wholeTextFile
Showing
- core/src/main/scala/org/apache/spark/input/WholeTextFileInputFormat.scala 13 additions, 7 deletions...ala/org/apache/spark/input/WholeTextFileInputFormat.scala
- core/src/main/scala/org/apache/spark/input/WholeTextFileRecordReader.scala 49 additions, 3 deletions...la/org/apache/spark/input/WholeTextFileRecordReader.scala
- core/src/test/scala/org/apache/spark/input/WholeTextFileRecordReaderSuite.scala 41 additions, 3 deletions...g/apache/spark/input/WholeTextFileRecordReaderSuite.scala
Loading
Please register or sign in to comment