Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8605] Exclude files in StreamingContext. textFileStream - #20683
[SPARK-8605] Exclude files in StreamingContext. textFileStream#20683ConcurrencyPractitioner wants to merge 2 commits into
Conversation
ConcurrencyPractitioner
commented
Feb 27, 2018
Jenkins test this please |
AmplabJenkins
commented
Feb 27, 2018
Can one of the admins verify this patch? |
jerryshao
commented
Feb 28, 2018
Can you please explain what's the meaning of "if a regex was present"? Seems the fix is not so necessary. If you want to filter out some temp files, you can write your own |
ConcurrencyPractitioner
commented
Mar 11, 2018
@jerryshao In Spark Streaming, I think |
gaborgsomogyi
commented
Mar 16, 2018
Don't really understand the issue itself. Which filesystem used this case? Why is it not possible to use Hadoop-compatible filesystem like HDFS for instance? This supports atomic rename. See here |
Closesapache#20458Closesapache#20530Closesapache#20557Closesapache#20966Closesapache#20857Closesapache#19694Closesapache#18227Closesapache#20683Closesapache#20881Closesapache#20347Closesapache#20825Closesapache#20078Closesapache#21281Closesapache#19951Closesapache#20905Closesapache#20635 Author: Sean Owen <srowen@gmail.com> Closesapache#21303 from srowen/ClosePRs.
What changes were proposed in this pull request?
In this PR, a extra boolean expression was added to test if a regex was present. If returned true, then we exclude the file.
How was this patch tested?
No tests were added.