[
https://issues.apache.org/jira/browse/TWILL-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027396#comment-16027396
]
Terence Yim commented on TWILL-234:
-----------------------------------
Hi, the setUser is deprecated. The user for the YARN application is based on
the Hadoop UserGroupInformation of the current user.
> Twill submit yarn job does not support set User
> ------------------------------------------------
>
> Key: TWILL-234
> URL: https://issues.apache.org/jira/browse/TWILL-234
> Project: Apache Twill
> Issue Type: Bug
> Reporter: Hongyuan Li
>
> Twill submit yarn job does not support set User , code in YarnTwillPreparer
> below:
> {code}
> @Override
> public TwillPreparer setUser(String user) {
> return this;
> }
> {code}.
> From the code, the user set is not suported.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)