GitHub user ehiggs opened a pull request:

    https://github.com/apache/spark/pull/4204

    SPARK-5300 Add LocalFileSystem which will return file parts in the corre...

    ...ct order.
    
    We override listLocatedStatus and slurp up the iterator from the Hadoop
    LocalFileSystem version, sort the results, and expose an iterator to the new
    results.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ehiggs/spark SPARK-5300-localfilesystem-sorted

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4204.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4204
    
----
commit 37d7943dce832feb60bfd9848a708fcd7011139e
Author: Ewan Higgs <ewan.hi...@ugent.be>
Date:   2015-01-26T09:15:05Z

    SPARK-5300 Add LocalFileSystem which will return file parts in the correct
    order.
    
    We override listLocatedStatus and slurp up the iterator from the Hadoop
    LocalFileSystem version, sort the results, and expose an iterator to the new
    results.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to