[
https://issues.apache.org/jira/browse/SPARK-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Or updated SPARK-3586:
-----------------------------
Labels: (was: patch)
> Support nested directories in Spark Streaming
> ---------------------------------------------
>
> Key: SPARK-3586
> URL: https://issues.apache.org/jira/browse/SPARK-3586
> Project: Spark
> Issue Type: Improvement
> Components: Streaming
> Affects Versions: 1.1.0
> Reporter: XiaoJing wang
> Priority: Minor
>
> For text files, the method streamingContext.textFileStream(dataDirectory).
> Spark Streaming will monitor the directory dataDirectory and process any
> files created in that directory.but files written in nested directories not
> supported
> eg
> streamingContext.textFileStream(/test).
> Look at the direction contents:
> /test/file1
> /test/file2
> /test/dr/file1
> In this mothod the "textFileStream" can only read file:
> /test/file1
> /test/file2
> /test/dr/
> but the file: /test/dr/file1 is not.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]