You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Wangda Tan (JIRA)" <ji...@apache.org> on 2015/10/01 01:03:04 UTC

[jira] [Created] (YARN-4214) AppAttemptInfo should have ApplicationAttemptId

Wangda Tan created YARN-4214:
--------------------------------

             Summary: AppAttemptInfo should have ApplicationAttemptId
                 Key: YARN-4214
                 URL: https://issues.apache.org/jira/browse/YARN-4214
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Wangda Tan
            Assignee: Wangda Tan


Currently YARN RM REST API {{ws/v1/cluster/apps/application_1443559871354_0008/appattempts}} only returns int id for each attempts. 
Such as:
{code}
    "appAttempt": [
      {
        "id": "1",
        "startTime": "1443645213960",
        "containerId": "container_1443559871354_0008_01_000001",
        "nodeHttpAddress": "localhost:8042",
        "nodeId": "localhost:62978",
        "logsLink": "
http://localhost:8042/node/containerlogs/container_1443559871354_0008_01_000001/wtan
"
      },
{code}

It's better to have a string ApplicationAttemptId like: {{appattempt_1443649107010_0001_000001}} in REST API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)