[
https://issues.apache.org/jira/browse/FLINK-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699318#comment-14699318
]
ASF GitHub Bot commented on FLINK-2448:
---------------------------------------
GitHub user sachingoel0101 opened a pull request:
https://github.com/apache/flink/pull/1031
[FLINK-2448]Clear cache file list in ExecutionEnvironment after program
plan creation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sachingoel0101/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1031.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 #1031
----
commit 199fa54cec1c6a9749fbbebf009267a997a7b275
Author: Sachin Goel <[email protected]>
Date: 2015-08-17T10:00:52Z
[FLINK-2448][hotfix]Clear cache file list in ExecutionEnvironment after
registering with Plan
----
> registerCacheFile fails with MultipleProgramsTestbase
> -----------------------------------------------------
>
> Key: FLINK-2448
> URL: https://issues.apache.org/jira/browse/FLINK-2448
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Chesnay Schepler
> Priority: Minor
>
> When trying to register a file using a constant name an expection is thrown
> saying the file was already cached.
> This is probably because the same environment is reused, and the cacheFile
> entries are not cleared between runs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)