[
https://issues.apache.org/jira/browse/YARN-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916692#comment-13916692
]
Zhijie Shen commented on YARN-1756:
-----------------------------------
Hm... If I understand correctly, you want to get a timestamp when
ApplicationClientProtocol#getNewApplication, which happens before copying jar
into HDFS for MR job. Therefore, you can have a delta metrics to measure how
long it takes to complete a submission, right?
> capture the time when newApplication is called in RM
> ----------------------------------------------------
>
> Key: YARN-1756
> URL: https://issues.apache.org/jira/browse/YARN-1756
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Ming Ma
>
> The application submission time ( when submitApplication is called) is
> collected by RM and application history server. But it doesn't capture when
> the client calls newApplication method. The delta between newApplication and
> submitApplication could be useful if the client submits large jar files. This
> metric will be useful for https://issues.apache.org/jira/browse/YARN-1492.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)