[
https://issues.apache.org/jira/browse/FLINK-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038776#comment-14038776
]
ASF GitHub Bot commented on FLINK-777:
--------------------------------------
GitHub user twalthr opened a pull request:
https://github.com/apache/incubator-flink/pull/31
Fixes a bug ContextClassloder bug
Fixes a bug where Thread.currentThread().getContextClassloader() does not
return the user code class loader within object deserialization.
Code has been tested successfully on cluster with FLINK-777.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twalthr/incubator-flink ClassloaderFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/31.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 #31
----
commit c59c3deb3b0c6c5c819a32021ae11942fd7151a9
Author: twalthr <[email protected]>
Date: 2014-06-20T13:19:43Z
Fixes a bug where Thread.currentThread().getContextClassLoader() does not
return the user code class loader within object deserialization.
----
> The Hadoop Compatibility has been refactored and extended to support the new
> Java API.
> --------------------------------------------------------------------------------------
>
> Key: FLINK-777
> URL: https://issues.apache.org/jira/browse/FLINK-777
> Project: Flink
> Issue Type: Improvement
> Reporter: GitHub Import
> Labels: github-import
> Fix For: pre-apache
>
> Attachments: pull-request-777-1982443400253945209.patch
>
>
> This PR requires
> ([#776|https://github.com/stratosphere/stratosphere/issues/776] |
> [FLINK-776|https://issues.apache.org/jira/browse/FLINK-776]). A description
> can be found in
> ([#611|https://github.com/stratosphere/stratosphere/issues/611] |
> [FLINK-611|https://issues.apache.org/jira/browse/FLINK-611]).
> The complete hadoop-compatibility package has been refactored and adapted to
> the new Java API. Record specific classes are in a separate ```record```
> package which can be thrown out later.
> A new Word Count example shows how to use Input and Output formats. A test
> case uses the Word Count example for testing the implementation.
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/pull/777
> Created by: [twalthr|https://github.com/twalthr]
> Labels: enhancement, java api, user satisfaction,
> Milestone: Release 0.6 (unplanned)
> Created at: Thu May 08 20:37:28 CEST 2014
> State: open
--
This message was sent by Atlassian JIRA
(v6.2#6252)