[jira] [Created] (MAPREDUCE-4145) ConcurrentModificationException in TT if any one of the local dirs is invalid

2012-04-12 Thread Steve Loughran (Created) (JIRA)
ConcurrentModificationException in TT if any one of the local dirs is invalid - Key: MAPREDUCE-4145 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4145 Project: Hadoop M

[jira] [Created] (MAPREDUCE-4023) Make Yarn Client service shutdown operations robust

2012-03-16 Thread Steve Loughran (Created) (JIRA)
Make Yarn Client service shutdown operations robust --- Key: MAPREDUCE-4023 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4023 Project: Hadoop Map/Reduce Issue Type: Sub-task C

[jira] [Created] (MAPREDUCE-4022) Make Yarn Node Manager services robust against shutdown

2012-03-16 Thread Steve Loughran (Created) (JIRA)
Make Yarn Node Manager services robust against shutdown --- Key: MAPREDUCE-4022 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4022 Project: Hadoop Map/Reduce Issue Type: Sub-task

[jira] [Created] (MAPREDUCE-4021) Make yarn Resource Manager services robust against shutdown

2012-03-16 Thread Steve Loughran (Created) (JIRA)
Make yarn Resource Manager services robust against shutdown --- Key: MAPREDUCE-4021 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4021 Project: Hadoop Map/Reduce Issue Type: Sub-

[jira] [Created] (MAPREDUCE-4016) CompositeService should clone the Configurations it passes to children

2012-03-15 Thread Steve Loughran (Created) (JIRA)
CompositeService should clone the Configurations it passes to children -- Key: MAPREDUCE-4016 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4016 Project: Hadoop Map/Reduce

[jira] [Created] (MAPREDUCE-4015) Yarn services to throw a YarnException on invalid state changs

2012-03-15 Thread Steve Loughran (Created) (JIRA)
Yarn services to throw a YarnException on invalid state changs -- Key: MAPREDUCE-4015 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4015 Project: Hadoop Map/Reduce Issue Type

[jira] [Created] (MAPREDUCE-4014) Make yarn-common services robust

2012-03-15 Thread Steve Loughran (Created) (JIRA)
Make yarn-common services robust Key: MAPREDUCE-4014 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4014 Project: Hadoop Map/Reduce Issue Type: Sub-task Components: mrv2 Affects Versions:

[jira] [Created] (MAPREDUCE-3995) Add support for static service lifecycle listeners .

2012-03-09 Thread Steve Loughran (Created) (JIRA)
Add support for static service lifecycle listeners . - Key: MAPREDUCE-3995 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3995 Project: Hadoop Map/Reduce Issue Type: Sub-task

[jira] [Created] (MAPREDUCE-3970) Add ServiceOperations class to aid working with Services

2012-03-05 Thread Steve Loughran (Created) (JIRA)
Add ServiceOperations class to aid working with Services Key: MAPREDUCE-3970 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3970 Project: Hadoop Map/Reduce Issue Type: Sub-task

[jira] [Created] (MAPREDUCE-3965) JobConf.findContainingJar NPEs if it can't find the classloader of a class

2012-03-03 Thread Steve Loughran (Created) (JIRA)
JobConf.findContainingJar NPEs if it can't find the classloader of a class -- Key: MAPREDUCE-3965 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3965 Project: Hadoop Map/Red

[jira] [Created] (MAPREDUCE-3939) Enhance YARN service model

2012-02-29 Thread Steve Loughran (Created) (JIRA)
Enhance YARN service model -- Key: MAPREDUCE-3939 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3939 Project: Hadoop Map/Reduce Issue Type: Improvement Components: mrv2 Affects Versions: 0.24.0, 0

[jira] [Created] (MAPREDUCE-3909) javadoc the ServiceStateChangeListener callback

2012-02-24 Thread Steve Loughran (Created) (JIRA)
javadoc the ServiceStateChangeListener callback --- Key: MAPREDUCE-3909 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3909 Project: Hadoop Map/Reduce Issue Type: Improvement Compon

[jira] [Created] (MAPREDUCE-3886) add shutdown hook to shutdown a service; services to invoke

2012-02-21 Thread Steve Loughran (Created) (JIRA)
add shutdown hook to shutdown a service; services to invoke --- Key: MAPREDUCE-3886 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3886 Project: Hadoop Map/Reduce Issue Type: Impr

[jira] [Created] (MAPREDUCE-3877) Add a test to formalise the current state transitions of the yarn lifecycle

2012-02-17 Thread Steve Loughran (Created) (JIRA)
Add a test to formalise the current state transitions of the yarn lifecycle --- Key: MAPREDUCE-3877 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3877 Project: Hadoop Map/R

[jira] [Created] (MAPREDUCE-3848) RM to issue slots on a specific machine to users with admin rights

2012-02-10 Thread Steve Loughran (Created) (JIRA)
RM to issue slots on a specific machine to users with admin rights -- Key: MAPREDUCE-3848 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3848 Project: Hadoop Map/Reduce Is

[jira] [Created] (MAPREDUCE-3536) consider whether the same instance of a ServiceStateChangeListener should be allowed to listen to events

2011-12-12 Thread Steve Loughran (Created) (JIRA)
consider whether the same instance of a ServiceStateChangeListener should be allowed to listen to events Key: MAPREDUCE-3536 URL: https://issues.apache.org/ji

[jira] [Created] (MAPREDUCE-3535) Yarn service subclasses don't check for service state before executing their state change operations

2011-12-12 Thread Steve Loughran (Created) (JIRA)
Yarn service subclasses don't check for service state before executing their state change operations Key: MAPREDUCE-3535 URL: https://issues.apache.org/jira/brows

[jira] [Created] (MAPREDUCE-3533) have the service interface extend Closeable and use close() as its shutdown operation

2011-12-12 Thread Steve Loughran (Created) (JIRA)
have the service interface extend Closeable and use close() as its shutdown operation - Key: MAPREDUCE-3533 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3533

[jira] [Created] (MAPREDUCE-3502) Review all Service.stop() operations and make sure that they work before a service is started

2011-12-02 Thread Steve Loughran (Created) (JIRA)
Review all Service.stop() operations and make sure that they work before a service is started - Key: MAPREDUCE-3502 URL: https://issues.apache.org/jira/browse/MAPREDUCE-35

[jira] [Created] (MAPREDUCE-3431) NPE in Resource Manager shutdown

2011-11-18 Thread Steve Loughran (Created) (JIRA)
NPE in Resource Manager shutdown Key: MAPREDUCE-3431 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3431 Project: Hadoop Map/Reduce Issue Type: Bug Components: resourcemanager Affects Vers

[jira] [Created] (MAPREDUCE-3430) Shell variable expansions in yarn shell scripts should be quoted

2011-11-18 Thread Steve Loughran (Created) (JIRA)
Shell variable expansions in yarn shell scripts should be quoted Key: MAPREDUCE-3430 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3430 Project: Hadoop Map/Reduce Issue