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

Jeff Zhang updated FLINK-12222:
-------------------------------
    Description: If user use `flink run` to submit flink jars, he could build 
uber jar to include all its dependencies, but in flink scala-shell, there's no 
way to ship custom jars.  Currently `start-scala-shell -a <jars>` only put the 
jars on the classpath of client side, but doesn't ship it to yarn container. 
This make it impossible to use these jars in flink tasks.  (was: If user use 
`flink run` to submit flink jars, he could build uber jar to include all its 
dependencies, but flink scala-shell, there's no way to ship custom jars.  
Currently `start-scala-shell -a <jars>` only put the jars on the classpath of 
client side, but doesn't ship it to yarn container. This make it impossible to 
use these jars in flink tasks.)

> 'start-scala-shell -a <jars>' doesn't ship jars to yarn container
> -----------------------------------------------------------------
>
>                 Key: FLINK-12222
>                 URL: https://issues.apache.org/jira/browse/FLINK-12222
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN
>    Affects Versions: 1.8.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>            Priority: Major
>
> If user use `flink run` to submit flink jars, he could build uber jar to 
> include all its dependencies, but in flink scala-shell, there's no way to 
> ship custom jars.  Currently `start-scala-shell -a <jars>` only put the jars 
> on the classpath of client side, but doesn't ship it to yarn container. This 
> make it impossible to use these jars in flink tasks.



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

Reply via email to