Apache spark 在Spark Streaming中有没有一种方法可以从嵌套目录中流式传输文件?

Apache spark 在Spark Streaming中有没有一种方法可以从嵌套目录中流式传输文件?,apache-spark,spark-streaming,Apache Spark,Spark Streaming,我在文档中看到Spark的StreamingContext.fileStream()stream不支持嵌套目录。是否有人找到了解决方法 streamingContext.fileStream[KeyClass, ValueClass, InputFormatClass](dataDirectory) 链接: ,这可能会有所帮助。

我在文档中看到Spark的
StreamingContext.fileStream()
stream不支持嵌套目录。是否有人找到了解决方法

 streamingContext.fileStream[KeyClass, ValueClass, InputFormatClass](dataDirectory)
链接:

,这可能会有所帮助。