[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-05-03 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Attachment: MAPREDUCE-3958-3.patch

refreshing patch after latest pull.

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958-1.patch, MAPREDUCE-3958-2.patch, 
 MAPREDUCE-3958-3.patch, MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-19 Thread Robert Joseph Evans (Updated) (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-3958:
---

Status: Open  (was: Patch Available)

Could you please upmerge, the patch is out of date.

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958-1.patch, MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-19 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Attachment: MAPREDUCE-3958-2.patch

Done

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958-1.patch, MAPREDUCE-3958-2.patch, 
 MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-10 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Status: Patch Available  (was: Open)

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-10 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Attachment: MAPREDUCE-3958.patch

Patch replaces RMNodeState with NodeState. A few other unneeded imports have 
also been cleaned up.

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-10 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Status: Open  (was: Patch Available)

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-10 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Attachment: MAPREDUCE-3958-1.patch

The test failures are unrelated/hiccups and pass on my machine. Except for 
TestRMWebServicesNodes which was expecting the full package name of 
RMNodeState. I have replaced it with the full package name of NodeState.

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958-1.patch, MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-04-10 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Status: Patch Available  (was: Open)

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
Assignee: Bikas Saha
 Fix For: 0.23.2

 Attachments: MAPREDUCE-3958-1.patch, MAPREDUCE-3958.patch


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3958) RM: Remove RMNodeState and replace it with NodeState

2012-03-01 Thread Bikas Saha (Updated) (JIRA)

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

Bikas Saha updated MAPREDUCE-3958:
--

Summary: RM: Remove RMNodeState and replace it with NodeState  (was: Remove 
RMNodeState and replace it with NodeState)

 RM: Remove RMNodeState and replace it with NodeState
 

 Key: MAPREDUCE-3958
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3958
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Bikas Saha
 Fix For: 0.23.2


 RMNodeState is being sent over the wire after MAPREDUCE-3353. This has been 
 done by cloning the enum into NodeState in yarn protocol records.
 That makes RMNodeState redundant and it should be replaced with NodeState.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira