Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 128 (0.275s).
Loading phrases to help you
refine your search...
[MAPREDUCE-3533] have the service interface extend Closeable and use close() as its shutdown operation - MapReduce - [issue]
...This is probably going be marked down as a wontfix on the basis that it is (almost) encoded in the interfaces, but it may not be too late.If the service interface interface extended Closeabl...
http://issues.apache.org/jira/browse/MAPREDUCE-3533    Author: Steve Loughran, 2012-03-26, 14:00
[MAPREDUCE-4023] Make Yarn Client service shutdown operations robust - MapReduce - [issue]
...Make the yarn client services more robust against being shut down while not started, or shutdown more than once, by null-checking fields before closing them, setting to null afterwards to pr...
http://issues.apache.org/jira/browse/MAPREDUCE-4023    Author: Steve Loughran, 2012-03-16, 15:37
[MAPREDUCE-4022] Make Yarn Node Manager services robust against shutdown - MapReduce - [issue]
...Add the nodemanager bits of MAPREDUCE-3502 to shut down the Nodemanager services. This is done by checking for fields being non-null before shutting down/closing etc, and setting the fields ...
http://issues.apache.org/jira/browse/MAPREDUCE-4022    Author: Steve Loughran, 2012-03-16, 15:33
[MAPREDUCE-4021] Make yarn Resource Manager services robust against shutdown - MapReduce - [issue]
...Split MAPREDUCE-3502 patches to make the RM code more resilient to being stopped more than once, or before started.This depends on MAPREDUCE-4014....
http://issues.apache.org/jira/browse/MAPREDUCE-4021    Author: Steve Loughran, 2012-03-16, 15:25
[MAPREDUCE-4015] Yarn services to throw a YarnException on invalid state changs - MapReduce - [issue]
...the EnsureCurrentState() checks of services throw an IllegalStateException  if the state is wrong. If this was changed to YarnException. wrapper services such as CompositeService could ...
http://issues.apache.org/jira/browse/MAPREDUCE-4015    Author: Steve Loughran, 2012-03-15, 16:41
[MAPREDUCE-4016] CompositeService should clone the Configurations it passes to children - MapReduce - [issue]
...CompositeService.init(Configuration) saves the configuration passed in and passes the same instance down to all managed services. This means a change in the configuration of one child could ...
http://issues.apache.org/jira/browse/MAPREDUCE-4016    Author: Steve Loughran, 2012-03-15, 16:36
[MAPREDUCE-3995] Add support for  static service lifecycle listeners . - MapReduce - [issue]
...Add support to AbstractService that allow callers to register listeners for all instances. The existing listener interface could be used. This allows management tools to hook into the events...
http://issues.apache.org/jira/browse/MAPREDUCE-3995    Author: Steve Loughran, 2012-03-15, 15:10
[MAPREDUCE-3965] JobConf.findContainingJar NPEs if it can't find the classloader of a class - MapReduce - [issue]
...I never knew that classes may not have classloaders, but it turns out they can -in which case Object.getClass().getClassLoader() will be null "This method will return null in such implementa...
http://issues.apache.org/jira/browse/MAPREDUCE-3965    Author: Steve Loughran, 2012-03-03, 14:31
[MAPREDUCE-1332] Ant tasks for job submission - MapReduce - [issue]
...Ant tasks to make it easy to work with hadoop filesystem and submit jobs. <submit> : uploads JAR, submits job as user, with various settingsfilesystem operations: mkdir, copyin, copyou...
http://issues.apache.org/jira/browse/MAPREDUCE-1332    Author: Steve Loughran, 2012-02-18, 16:24
[MAPREDUCE-593] org.apache.hadoop.streaming.TestUlimit fails on JRockit 64-bit; not enough memory - MapReduce - [issue]
...the testUlimit test sets a memory limit that is too small for Java to start. So it fails with a -1 response instead, which breaks the test....
http://issues.apache.org/jira/browse/MAPREDUCE-593    Author: Steve Loughran, 2011-12-22, 18:17
Sort:
project
Hadoop (933)
MapReduce (128)
HDFS (37)
Pig (2)
Avro (1)
type
issue (57)
mail # user (47)
mail # dev (24)
date
last 7 days (1)
last 30 days (4)
last 90 days (7)
last 6 months (14)
last 9 months (128)
author
Harsh J (1047)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Steve Loughran