GitHub user zentol opened a pull request:

    https://github.com/apache/incubator-flink/pull/3

    DistCache: executable flag, dir support

    new features:
    - you can now distribute whole directories (this copies all files tracked 
by ``listStatus`` recursively)
    - when distributing single files they can be tagged as executable 
(automatically checked for local files)
    
    other changes:
    - the name/path scheme was changed to preserve the original name. all files 
are now stored in a job-specific folder, instead of having a job/identifier 
specific name.
    - the arguments passed when registering a file are abstracted away in its 
own data structure, making it easier to expand the DC the future. (there is no 
reason why one should have to change ``NepheleJobGraphGenerator`` or 
``TaskManager`` for this)
    - reworded/expanded some javadocs, and made it clear that local files can 
only be used when they are accessible form all workers

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

    $ git pull https://github.com/zentol/incubator-flink dist-cache-exdir

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

    https://github.com/apache/incubator-flink/pull/3.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 #3
    
----
commit a4e7ed6372701834d62802b0daccd8a5fd23230b
Author: zentol <[email protected]>
Date:   2014-06-10T19:17:09Z

    DistCache: executable flag, dir support

----


---
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