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

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

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.

> Refactor Flink on YARN configuration with relavent overlay classes to make 
> hadoop user name env configurable
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-13694
>                 URL: https://issues.apache.org/jira/browse/FLINK-13694
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / YARN
>            Reporter: vinoyang
>            Priority: Major
>              Labels: stale-major
>
> Our platform needs to provide a centralized submitter. We need to provide a 
> customized env variable {{HADOOP_USER_NAME}}, it is hardcoded in 
> {{ApplicationYarnClusterDescriptor}} :
> {code:java}
> appMasterEnv.put(YarnConfigKeys.ENV_HADOOP_USER_NAME, 
> UserGroupInformation.getCurrentUser().getUserName());
> {code}
>  
> There is an abstract layer beyond special deployment named 
> {{ContainerOverlay}}. 
> However, currently, only Flink on Mesos used this mechanism. Flink on YARN 
> still used some trivial configuration items in 
> {{AbstractYarnClusterDescriptor}}. IMO we need to use container overlay to 
> refactor Flink on YARN related implementation. 



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

Reply via email to