Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 128 (0.108s).
Loading phrases to help you
refine your search...
[MAPREDUCE-3535] Yarn service subclasses don't check for service state before executing their state change operations - MapReduce - [issue]
...Although there are checks in the lifecycle state change methods (start, stop, ...), they only get checked in the superclass. The subclasses don't check it; they don't exit the start() method...
http://issues.apache.org/jira/browse/MAPREDUCE-3535    Author: Steve Loughran, 2011-12-12, 19:41
[MAPREDUCE-3536] consider whether the same instance of a ServiceStateChangeListener should be allowed to listen to events - MapReduce - [issue]
...Currently there is no limit on the number of times a listener can register for events; it's a simple list. A service must unregister the same number of times that it registers.Is this the de...
http://issues.apache.org/jira/browse/MAPREDUCE-3536    Author: Steve Loughran, 2011-12-12, 16:40
[MAPREDUCE-3430] Shell variable expansions in yarn shell scripts should be quoted - MapReduce - [issue]
...The various yarn shell scripts assume that JAVA_HOME, HADOOP_COMMON_HOME, YARN_CONFIG_DIR etc are all in directories without spaces. This likely to break on windows, where JAVA_HOME is often...
http://issues.apache.org/jira/browse/MAPREDUCE-3430    Author: Steve Loughran, 2011-11-18, 16:03
[MAPREDUCE-587] Stream test TestStreamingExitStatus fails with Out of Memory - MapReduce - [issue]
...contrib/streaming tests are failing a test with an Out of Memory error on an OS/X Mac -same problem does not surface on Linux....
http://issues.apache.org/jira/browse/MAPREDUCE-587    Author: Steve Loughran, 2011-11-15, 00:49
Re: 0.23 & trunk tars, we'll we publishing 1 tar per component or a single tar? What about source tar? - MapReduce - [mail # dev]
...+1 for 4  A separate "source tree" JAR could include all the source tree without  any JARs.  also, in the M2 repositories, all JARs with src JARs and no  log4.properties ...
   Author: Steve Loughran, 2011-10-13, 12:52
Re: Regarding 'branch-0.20-security' - MapReduce - [mail # dev]
...On 28/09/11 15:25, Robert Evans wrote:  That said. the new MR engine in 0.23 means that changes to the mapreduce  classes can't be backported from trunk to 0.20.x. Changes there sh...
   Author: Steve Loughran, 2011-09-28, 15:36
[MAPREDUCE-2824] MiniMRCluster should have an idempotent shutdown - MapReduce - [issue]
...It looks on a quick skim-through that the org.apache.hadoop.mapred.MiniMRCluster class has nothing to stop a caller calling shutdown() more than once, with possible adverse consequences. Thi...
http://issues.apache.org/jira/browse/MAPREDUCE-2824    Author: Steve Loughran, 2011-08-11, 18:30
[MAPREDUCE-2822] TaskTracker.offerService could handle IO and Remote Exceptions better - MapReduce - [issue]
...The core offerService() loop has a try/catch wrapper that catches and processes exceptions. Most cause offerService() to return, which then triggers a sleep and restart in the main loop. But...
http://issues.apache.org/jira/browse/MAPREDUCE-2822    Author: Steve Loughran, 2011-08-11, 18:27
[MAPREDUCE-2819] extend JobClient.runJob(JobConf) with the ability to take a timeout, so fail better during test runs - MapReduce - [issue]
...Tests that submit jobs via JobClient hang until they are killed if something goes wrong in the back end -JobClient does not impose limits on how long runs should take, but JUnit does. If we ...
http://issues.apache.org/jira/browse/MAPREDUCE-2819    Author: Steve Loughran, 2011-08-11, 18:23
[MAPREDUCE-436] NPE in TaskRunner.run if hadoop.log.dir not set - MapReduce - [issue]
...I'm getting an NPE in TaskRunner.run, looks like it happens when the system property hadoop.log.dir is unset...
http://issues.apache.org/jira/browse/MAPREDUCE-436    Author: Steve Loughran, 2011-08-08, 16:06
Sort:
project
Hadoop (930)
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 (8)
last 6 months (14)
last 9 months (128)
author
Harsh J (1040)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Thomas Graves (175)
Mohammad Tariq (174)
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