Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-20448

Document how FileInputDStream works with object storage

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.1.0
    • 2.3.0
    • Documentation
    • 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

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: