[jira] [Updated] (MAPREDUCE-3485) DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS

2011-12-22 Thread Vinod Kumar Vavilapalli (Updated) (JIRA)

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

Vinod Kumar Vavilapalli updated MAPREDUCE-3485:
---

Issue Type: Sub-task  (was: Bug)
Parent: MAPREDUCE-3121

> DISKS_FAILED -101 error code should be defined in same location as 
> ABORTED_CONTAINER_EXIT_STATUS
> 
>
> Key: MAPREDUCE-3485
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3485
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: mrv2
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Hitesh Shah
>Assignee: Ravi Gummadi
> Fix For: 0.23.1
>
> Attachments: 3485.patch, 3485.v1.patch
>
>
> With MAPREDUCE-3121, it is defined in ContainerExecutor as part of 
> yarn-nodemanager which would be a problem for client-side code if it needs to 
> understand the exit code. 
> A short term fix would be to move it into YarnConfiguration where 
> ABORTED_CONTAINER_EXIT_STATUS is defined. A longer term fix would be to find 
> a more formal and extensible approach for new yarn framework error codes to 
> be added and be easily accessible to client-side code or other AMs. 

--
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-3485) DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS

2011-12-04 Thread Mahadev konar (Updated) (JIRA)

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

Mahadev konar updated MAPREDUCE-3485:
-

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

I just committed this. Thanks Ravi!

> DISKS_FAILED -101 error code should be defined in same location as 
> ABORTED_CONTAINER_EXIT_STATUS
> 
>
> Key: MAPREDUCE-3485
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3485
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Hitesh Shah
>Assignee: Ravi Gummadi
> Fix For: 0.23.1
>
> Attachments: 3485.patch, 3485.v1.patch
>
>
> With MAPREDUCE-3121, it is defined in ContainerExecutor as part of 
> yarn-nodemanager which would be a problem for client-side code if it needs to 
> understand the exit code. 
> A short term fix would be to move it into YarnConfiguration where 
> ABORTED_CONTAINER_EXIT_STATUS is defined. A longer term fix would be to find 
> a more formal and extensible approach for new yarn framework error codes to 
> be added and be easily accessible to client-side code or other AMs. 

--
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-3485) DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS

2011-12-01 Thread Ravi Gummadi (Updated) (JIRA)

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

Ravi Gummadi updated MAPREDUCE-3485:


Attachment: 3485.v1.patch

Attaching new patch adding some documentation.

> DISKS_FAILED -101 error code should be defined in same location as 
> ABORTED_CONTAINER_EXIT_STATUS
> 
>
> Key: MAPREDUCE-3485
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3485
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Hitesh Shah
>Assignee: Ravi Gummadi
> Fix For: 0.23.1
>
> Attachments: 3485.patch, 3485.v1.patch
>
>
> With MAPREDUCE-3121, it is defined in ContainerExecutor as part of 
> yarn-nodemanager which would be a problem for client-side code if it needs to 
> understand the exit code. 
> A short term fix would be to move it into YarnConfiguration where 
> ABORTED_CONTAINER_EXIT_STATUS is defined. A longer term fix would be to find 
> a more formal and extensible approach for new yarn framework error codes to 
> be added and be easily accessible to client-side code or other AMs. 

--
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-3485) DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS

2011-12-01 Thread Ravi Gummadi (Updated) (JIRA)

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

Ravi Gummadi updated MAPREDUCE-3485:


Status: Patch Available  (was: Open)

> DISKS_FAILED -101 error code should be defined in same location as 
> ABORTED_CONTAINER_EXIT_STATUS
> 
>
> Key: MAPREDUCE-3485
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3485
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Hitesh Shah
>Assignee: Ravi Gummadi
> Fix For: 0.23.1
>
> Attachments: 3485.patch, 3485.v1.patch
>
>
> With MAPREDUCE-3121, it is defined in ContainerExecutor as part of 
> yarn-nodemanager which would be a problem for client-side code if it needs to 
> understand the exit code. 
> A short term fix would be to move it into YarnConfiguration where 
> ABORTED_CONTAINER_EXIT_STATUS is defined. A longer term fix would be to find 
> a more formal and extensible approach for new yarn framework error codes to 
> be added and be easily accessible to client-side code or other AMs. 

--
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-3485) DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS

2011-11-30 Thread Ravi Gummadi (Updated) (JIRA)

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

Ravi Gummadi updated MAPREDUCE-3485:


Attachment: 3485.patch

Attaching patch with the suggested temporary code change.

> DISKS_FAILED -101 error code should be defined in same location as 
> ABORTED_CONTAINER_EXIT_STATUS
> 
>
> Key: MAPREDUCE-3485
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3485
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Hitesh Shah
>Assignee: Ravi Gummadi
> Fix For: 0.23.1
>
> Attachments: 3485.patch
>
>
> With MAPREDUCE-3121, it is defined in ContainerExecutor as part of 
> yarn-nodemanager which would be a problem for client-side code if it needs to 
> understand the exit code. 
> A short term fix would be to move it into YarnConfiguration where 
> ABORTED_CONTAINER_EXIT_STATUS is defined. A longer term fix would be to find 
> a more formal and extensible approach for new yarn framework error codes to 
> be added and be easily accessible to client-side code or other AMs. 

--
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