[jira] [Updated] (YARN-439) Flatten NodeHeartbeatResponse

2013-03-23 Thread Xuan Gong (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuan Gong updated YARN-439:
---

Attachment: YARN-439.5.patch

create new patch based on latest trunk version

> Flatten NodeHeartbeatResponse
> -
>
> Key: YARN-439
> URL: https://issues.apache.org/jira/browse/YARN-439
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Siddharth Seth
>Assignee: Xuan Gong
> Attachments: YARN-439.1.patch, YARN-439.2.patch, YARN-439.3.patch, 
> YARN-439.4.patch, YARN-439.5.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (YARN-439) Flatten NodeHeartbeatResponse

2013-03-22 Thread Xuan Gong (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuan Gong updated YARN-439:
---

Attachment: YARN-439.4.patch

fix the javadoc warning

> Flatten NodeHeartbeatResponse
> -
>
> Key: YARN-439
> URL: https://issues.apache.org/jira/browse/YARN-439
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Siddharth Seth
>Assignee: Xuan Gong
> Attachments: YARN-439.1.patch, YARN-439.2.patch, YARN-439.3.patch, 
> YARN-439.4.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (YARN-439) Flatten NodeHeartbeatResponse

2013-03-21 Thread Xuan Gong (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuan Gong updated YARN-439:
---

Attachment: YARN-439.3.patch

1.remove unnecessary methods from NodeHeartBeatResponse
2. change function names getContainersToCleanupList to getContainersToCleanup, 
getApplicationsToCleanupList to getApplicationsToCleanup

> Flatten NodeHeartbeatResponse
> -
>
> Key: YARN-439
> URL: https://issues.apache.org/jira/browse/YARN-439
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Siddharth Seth
>Assignee: Xuan Gong
> Attachments: YARN-439.1.patch, YARN-439.2.patch, YARN-439.3.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (YARN-439) Flatten NodeHeartbeatResponse

2013-03-21 Thread Xuan Gong (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuan Gong updated YARN-439:
---

Attachment: YARN-439.2.patch

> Flatten NodeHeartbeatResponse
> -
>
> Key: YARN-439
> URL: https://issues.apache.org/jira/browse/YARN-439
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Siddharth Seth
>Assignee: Xuan Gong
> Attachments: YARN-439.1.patch, YARN-439.2.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (YARN-439) Flatten NodeHeartbeatResponse

2013-03-15 Thread Xuan Gong (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuan Gong updated YARN-439:
---

Attachment: YARN-439.1.patch

Doing the following change:
1. remove the interface HeartbeatResponse, move all the contents into 
NodeHeartBeatResponse, remove the functions(set and get) of HeartBeatResponse.
2. change the .proto, remove HeartbeatResponseProto (including its pbImpl), 
move all the contents into NodeHeartbeatResponseProto (including change its 
pbImpl)
3. For all the java files and test files, use NodeHeartBeatResponse instead of 
HeartBeatResponse.
   a. NodeStatusUpdateImpl, ResourceTrackerService, RMNode, RMNodeImpl, 
RMNodeStatusEvent
   b. Related test files which used HeartBeatResponse

> Flatten NodeHeartbeatResponse
> -
>
> Key: YARN-439
> URL: https://issues.apache.org/jira/browse/YARN-439
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Siddharth Seth
>Assignee: Xuan Gong
> Attachments: YARN-439.1.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira