GitHub user revprez opened a pull request:
https://github.com/apache/flink/pull/1507
Fix to class loader to ensure tasks receive the appropriate classpathâ¦
⦠(for the 0.9.1 release branch)
**Note**: This is a hotfix request for release-0.9.1 with the same change
as in pull request #1506. Not sure how you guys usually take these (if at
all), but this issue goes back as far as `FlinkUserCodeClassLoader` has been a
part of the project.
ClassNotFoundException thrown by task runners after Maven emits a fat-jar
instrumented with Spring Boot.
Here's a [gist](https://gist.github.com/revprez/2c1fb01c40e5d6790247), and
here's the [report, discussion and
solution](http://mail-archives.apache.org/mod_mbox/flink-user/201601.mbox/browser).
H/t to Stephan Ewen; I just did what he told me to do.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/OCForks/flink spring-classloading-fix-0.9.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1507.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 #1507
----
commit a403769a3b777e3ee5d1f6b64c780fc75933042b
Author: Prez Cannady <[email protected]>
Date: 2016-01-14T15:15:12Z
Fix to class loader to ensure tasks receive the appropriate classpath (for
the 0.9.1 release branch)
----
---
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.
---