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

Bilwa S T commented on YARN-10463:
----------------------------------

Hi [~zhuqi]

This is because app gets rejected as you are submitting with queue name 'q1' 
which doesn't exist. Instead use *"root.default"* as queuename
{quote}I have fixed your comments in the new patch, but how can we fill the 
appAttemptId to the RMApp in RMClientService. The test will failed in 
RMClientService: 
{quote}
Also attempt number should be 1 not 0 ie
{code:java}
ApplicationAttemptId appAttemptId =
            ApplicationAttemptId.newInstance(appId, 1);
{code}

> For Federation, we should support getApplicationAttemptReport.
> --------------------------------------------------------------
>
>                 Key: YARN-10463
>                 URL: https://issues.apache.org/jira/browse/YARN-10463
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>    Affects Versions: 3.3.0
>            Reporter: zhuqi
>            Assignee: zhuqi
>            Priority: Major
>         Attachments: YARN-10463.001.patch, YARN-10463.002.patch
>
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to