[ 
https://issues.apache.org/jira/browse/FLINK-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328800#comment-17328800
 ] 

Flink Jira Bot commented on FLINK-6202:
---------------------------------------

This major issue is unassigned and itself and all of its Sub-Tasks have not 
been updated for 30 days. So, it has been labeled "stale-major". If this ticket 
is indeed "major", please either assign yourself or give an update. Afterwards, 
please remove the label. In 7 days the issue will be deprioritized.

> YarnSessionCli couldn't submit jobs when using -z option
> --------------------------------------------------------
>
>                 Key: FLINK-6202
>                 URL: https://issues.apache.org/jira/browse/FLINK-6202
>             Project: Flink
>          Issue Type: Bug
>          Components: Command Line Client
>    Affects Versions: 1.2.0
>            Reporter: Syinchwun Leo
>            Priority: Major
>              Labels: stale-major
>
> (1)When using the following command:    
> bin/yarn-session.sh -n 3 -z YARN1
> to point out zookeeper namespace and then using bin/flink run to submit a job 
> like this: 
> bin/flink run examples/streaming/WindowJoin.jar   
> the job could not find the JobManager.  
> when using "flink run" and detect there is a properites file existing, user 
> gets a FlinkYarnSessionCli, and when "retrieveCluster()" using 
> FlinkYarnSessionCi, zkNamespace is set value accroding to "yz" option or 
> application ID. If user doesn't using -yz, zkNamespace is set to application 
> ID, and there is no information in Zookeeper under the fold "application 
> ID"(already set according to -z in yarn-session.sh). 
> (2)But when using -yz, FlinkYarnSessionCli's isActive() will return false 
> because of loadYarnPropertiesFile() method seems to only allow using DETACHED 
> option. User will get a standlone client
> (3)When using -z, FlinkYarnSessionCli will not recognize the option because 
> that CliFrontend has already set FlinkYarnsessionCli's shortPrefix to "y" and 
> only recognizes "-y*" options



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to