You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "yinhua.dai (JIRA)" <ji...@apache.org> on 2018/10/12 07:04:00 UTC

[jira] [Updated] (FLINK-10535) User jar is present in the flink job manager's class path

     [ https://issues.apache.org/jira/browse/FLINK-10535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yinhua.dai updated FLINK-10535:
-------------------------------
    Description: 
Run flink on yarn with attach and per-job mode, i.e. 
{code:java}
flink run -m yarn-cluster -yn 1 *** user.jar
{code}
The user.jar will not be present in flink job manager's class path, but as we observed that in flink 1.3 it will by default put to the beginning of flink job manager's class path.

 

cc [~GJL] [~twalthr]

  was:
Run flink on yarn with attach and per-job mode, i.e. 
{code:java}
flink run -m yarn-cluster -yn 1 *** user.jar
{code}
The user.jar will not be present in flink job manager's class path, but as we observed that in flink 1.3 it will by default put to the beginning of flink job manager's class path.


> User jar is present in the flink job manager's class path
> ---------------------------------------------------------
>
>                 Key: FLINK-10535
>                 URL: https://issues.apache.org/jira/browse/FLINK-10535
>             Project: Flink
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 1.5.0
>            Reporter: yinhua.dai
>            Priority: Major
>
> Run flink on yarn with attach and per-job mode, i.e. 
> {code:java}
> flink run -m yarn-cluster -yn 1 *** user.jar
> {code}
> The user.jar will not be present in flink job manager's class path, but as we observed that in flink 1.3 it will by default put to the beginning of flink job manager's class path.
>  
> cc [~GJL] [~twalthr]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)