In the docs, I see that subdirectories are not supported by Spark StreamingContext.fileStream() . Has anyone found any workaround for this?
StreamingContext.fileStream()
streamingContext.fileStream[KeyClass, ValueClass, InputFormatClass](dataDirectory)
Link: Streaming-Programming-guide
Reference to SPARK-1795
Reference to SPARK-3586
No one has answered this question yet.
See similar questions:
or similar: