[SPARK-3586][streaming]Support nested directories in Spark Streaming - #6588
[SPARK-3586][streaming]Support nested directories in Spark Streaming#6588zsxwing wants to merge 29 commits into
Conversation
|
Test build #33990 has finished for PR 6588 at commit
|
|
Test build #36271 has finished for PR 6588 at commit
|
|
@zsxwing Do you have any further plan about this PR ? When is it going to be merged? Thanks. |
There was a problem hiding this comment.
This (and the other recursive call on l.203 above) may blow up the call stack in very deep hierarchies (think Maildir++, etc). I realise there's a depth limit set, but users may precisely want to set it extremely high for some of those cases.
How about making the exploration using a @tailrec auxiliary function, with a queue of yet-to-be-explored directories in arguments ?
|
@tdas : any update on this PR? Is there anything that should be done yet? |
|
@zsxwing : your solution is not going to work on S3, since |
|
Good point! |
|
@zsxwing is this stalled now? It doesn't look like this will proceed. |
|
Let me just close it. Maybe visit later. |
|
Is there a plan to support nested directory streaming with latest versions of spark? |
Closes #2765