-
- Downloads
[SPARK-14976][STREAMING] make StreamingContext.textFileStream support wildcard
## What changes were proposed in this pull request? make StreamingContext.textFileStream support wildcard like /home/user/*/file ## How was this patch tested? I did manual test and added a new unit test case Author: mwws <wei.mao@intel.com> Author: unknown <maowei@maowei-MOBL.ccr.corp.intel.com> Closes #12752 from mwws/SPARK_FileStream.
Showing
- streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala 8 additions, 2 deletions...org/apache/spark/streaming/dstream/FileInputDStream.scala
- streaming/src/test/scala/org/apache/spark/streaming/InputStreamsSuite.scala 62 additions, 0 deletions.../scala/org/apache/spark/streaming/InputStreamsSuite.scala
Please register or sign in to comment