You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Prabhu Joseph (JIRA)" <ji...@apache.org> on 2017/05/17 11:05:04 UTC

[jira] [Created] (YARN-6616) YARN AHS shows submitTime for jobs same as startTime

Prabhu Joseph created YARN-6616:
-----------------------------------

             Summary: YARN AHS shows submitTime for jobs same as startTime
                 Key: YARN-6616
                 URL: https://issues.apache.org/jira/browse/YARN-6616
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 2.7.3
            Reporter: Prabhu Joseph
            Assignee: Prabhu Joseph
            Priority: Minor


YARN AHS returns startTime value for both submitTime and startTime for the jobs.  Looks the code sets the submitTime with startTime value. 

https://github.com/apache/hadoop/blob/branch-2.7.3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/dao/AppInfo.java#L80

{code}
curl --negotiate -u: http://prabhuzeppelin3.openstacklocal:8188/ws/v1/applicationhistory/apps
<submittedTime>1495015537574</submittedTime><startedTime>1495015537574</startedTime><finishedTime>1495016384084</finishedTime>
{code}





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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