[
https://issues.apache.org/jira/browse/FLINK-9267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460019#comment-16460019
]
Chesnay Schepler commented on FLINK-9267:
-----------------------------------------
Please add the following to your {{maven-shade-plugin}} configuration:
{code}
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>reference.conf</resource>
</transformer>
</transformers>
</configuration>
{code}
Source:
https://stackoverflow.com/questions/31011243/no-configuration-setting-found-for-key-akka-version
> Classloading issues when using RemoteEnvironment ...
> ----------------------------------------------------
>
> Key: FLINK-9267
> URL: https://issues.apache.org/jira/browse/FLINK-9267
> Project: Flink
> Issue Type: Bug
> Components: Job-Submission
> Affects Versions: 1.4.2
> Environment: I have tried with Flink 1.3.3, Flink 1.4.2 and Flink
> 1.6.0-SNAPSHOT.
> Oracle JDK 1.8.0_161 on Mac with a local cluster containing one JM and one TM.
> Reporter: Kedar Mhaswade
> Priority: Major
>
> See these two threads:
> * [Nov
> 2017|http://mail-archives.apache.org/mod_mbox/flink-user/201711.mbox/%[email protected]%3E]
> * [April
> 2018|http://mail-archives.apache.org/mod_mbox/flink-user/201804.mbox/%3CCABzSAw_sQ149F8%2BS2Mpg%3DCH75F_7PuUx3hQYjdnLmOUL5O23oQ%40mail.gmail.com%3E]
> Both these threads show the classloading problems with using the
> {{RemoteEnvironment}}. The instructions to [reproduce are
> here|http://mail-archives.apache.org/mod_mbox/flink-user/201804.mbox/%3ccabzsaw_0qw_44xvjdtwz9y+s-pfgg2+cfx2c46gwqqngjj0...@mail.gmail.com%3E].
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)