Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
Object stores work differently from filesystems: intermediate writes not visible, renames are really O(data) copies, not O(1) transactions.
This makes working with them as DStreams fundamentally different: you can write straight into the destination.
1. Document how FileinputDStreams scan directories for changes
2. Document how object stores behave differently, and the implications
for users.
Attachments
Issue Links
- relates to
-
SPARK-17159 Improve FileInputDStream.findNewFiles list performance
- Resolved
- links to