GitHub user LosD opened a pull request:

    https://github.com/apache/metamodel/pull/37

    Adds ability to read folders from FileResource and HdfsResource

    This will allow FileResource and HdfsResource to use a folder as a complete 
resource. It will skip any subfolder and only use files in the folder. Before 
opening files, they will be sorted them alphabetically by name (actually it 
uses the natural ordering of the File/FileStatus object, but that is the 
pathname/url sorted alphabetically).
    
    Fixes METAMODEL-163

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

    $ git pull https://github.com/LosD/metamodel 
feature/METAMODEL-163-folder-resource

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

    https://github.com/apache/metamodel/pull/37.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 #37
    
----
commit f11f9607055ce931601cf417d9de009461efddcf
Author: Dennis Du Krøger <[email protected]>
Date:   2015-08-07T07:45:15Z

    Adds ability to read folders from FileResource and HdfsResource
    
    This will allow FileResource and HdfsResource to use a folder as a complete 
resource. It will skip any subfolder and only use files in the folder. Before 
opening files, they will be sorted them alphabetically by name (actually it 
uses the natural ordering of the File/FileStatus object, but that is the 
pathname/url sorted alphabetically).

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to