GitHub user sachingoel0101 opened a pull request:

    https://github.com/apache/flink/pull/970

    [FLINK-2458][FLINK-2449]Access distributed cache entries for 
CollectionExecution and in Iterative tasks.

    1. This PR adds support for accessing distributed cache entries when 
running iterations.
    2. Since there are several tests which execute on both Cluster and 
Collection modes, it seems logical to not fail a test on either if it passes on 
both. Distributed Cache files create one such case. There is nothing actually 
wrong with trying to access a distributed cache entry when running in 
collection environment. It just doesn't really make sense to do so.
    This takes care of that too.

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

    $ git pull https://github.com/sachingoel0101/flink iteration_cache_files

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

    https://github.com/apache/flink/pull/970.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 #970
    
----
commit c5b33898d1727cd196e7836becc2a30266641eec
Author: Sachin Goel <[email protected]>
Date:   2015-08-01T13:55:42Z

    [FLINK-2458][FLINK-2449]Access distributed cache entries for
    CollectionExecution and in Iterative tasks.

----


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