[jira] [Commented] (YARN-4013) Publisher V2 should write the unmanaged AM flag and application priority

2015-08-19 Thread Sunil G (JIRA)

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

Sunil G commented on YARN-4013:
---

Yes [~Naganarasimha]
This was also depending on YARN-4023, hence was waiting for that to get 
committed. Meantime the rebase also happened and its been taken care in itself. 
I can close this ticket if you have already handled test cases in YARN-4058.

> Publisher V2 should write the unmanaged AM flag and application priority
> 
>
> Key: YARN-4013
> URL: https://issues.apache.org/jira/browse/YARN-4013
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Sunil G
>
> Upon rebase the branch, I find we need to redo the similar work for V2 
> publisher:
> https://issues.apache.org/jira/browse/YARN-3543
> Also Application priority can be published along with this. YARN-3948 for 
> reference.



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


[jira] [Commented] (YARN-4013) Publisher V2 should write the unmanaged AM flag and application priority

2015-08-19 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R commented on YARN-4013:
-

Hi [~sunilg],
Actually  this was reported by Vinod to be present even before the branch 
rebase in the mailing list, i thought this jira has gone in and test cases was 
missed hence raised  YARN-4058 with other small issues. I am already ready with 
the patch for test case failure and other issues reported in that jira !

> Publisher V2 should write the unmanaged AM flag and application priority
> 
>
> Key: YARN-4013
> URL: https://issues.apache.org/jira/browse/YARN-4013
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Sunil G
>
> Upon rebase the branch, I find we need to redo the similar work for V2 
> publisher:
> https://issues.apache.org/jira/browse/YARN-3543
> Also Application priority can be published along with this. YARN-3948 for 
> reference.



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


[jira] [Commented] (YARN-4013) Publisher V2 should write the unmanaged AM flag and application priority

2015-08-19 Thread Sunil G (JIRA)

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

Sunil G commented on YARN-4013:
---

After branch rebasing, I could see that Unmanaged AM flag and App priority is 
updated in {{TimelineServiceV2Publisher}} .
{code}
entityInfo.put(
  ApplicationMetricsConstants.UNMANAGED_APPLICATION_ENTITY_INFO,
  event.isUnmanagedApp());
entityInfo.put(ApplicationMetricsConstants.APPLICATION_PRIORITY_INFO,
  event.getApplicationPriority().getPriority());
{code}

But test cases were not added in TestSystemMetricsPublisherForV2. I could add 
that  here to verify the change. Pls suggest.

> Publisher V2 should write the unmanaged AM flag and application priority
> 
>
> Key: YARN-4013
> URL: https://issues.apache.org/jira/browse/YARN-4013
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Sunil G
>
> Upon rebase the branch, I find we need to redo the similar work for V2 
> publisher:
> https://issues.apache.org/jira/browse/YARN-3543
> Also Application priority can be published along with this. YARN-3948 for 
> reference.



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