Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 8 from 8 (0.209s).
Loading phrases to help you
refine your search...
[MAPREDUCE-4978] Add a updateJobWithSplit() method for new-api job - MapReduce - [issue]
...HADOOP-1230 adds a method updateJobWithSplit(), which only works for old-api job. It's better to add another method for new-api job....
http://issues.apache.org/jira/browse/MAPREDUCE-4978    Author: Liyin Liang, 2013-05-06, 08:04
[MAPREDUCE-4478] TaskTracker's heartbeat is out of control - MapReduce - [issue]
http://issues.apache.org/jira/browse/MAPREDUCE-4478    Author: Liyin Liang, 2013-03-06, 09:55
[MAPREDUCE-2209] TaskTracker's heartbeat hang for several minutes when copying large job.jar from HDFS - MapReduce - [issue]
...If a job's jar file is very large, e.g 200m+, the TaskTracker's heartbeat hang for several minutes when localizing the job. The jstack of related threads are as follows:"TaskLauncher for tas...
http://issues.apache.org/jira/browse/MAPREDUCE-2209    Author: Liyin Liang, 2012-07-07, 13:09
[MAPREDUCE-3619] Change streaming code to use new mapreduce api. - MapReduce - [issue]
...If we run a streaming job with following python script as mapper or reducer, the job will throws NullPointerException.#!/usr/bin/pythonimport sys,osclass MyTask:  def __init__(self...
http://issues.apache.org/jira/browse/MAPREDUCE-3619    Author: Liyin Liang, 2012-01-09, 14:43
[MAPREDUCE-3598] Old combiner doesn't support counter, progress - MapReduce - [issue]
...After HADOOP-5382, old combiner's reduce is invoked with Reporter.NULL. So all the features in Reporter, e.g. counter, progress are not supported any more. The related code is as follows:whi...
http://issues.apache.org/jira/browse/MAPREDUCE-3598    Author: Liyin Liang, 2011-12-26, 08:37
[MAPREDUCE-2714] When a job is retired by the same user's another job, its jobconf file is not deleted from the log directory of the JobTracker - MapReduce - [issue]
...After MAPREDUCE-130, the job's conf copy will be deleted from the log directory of the JobTracker when the job is retired. However, it just works if the job is retired by RetireJobs thread o...
http://issues.apache.org/jira/browse/MAPREDUCE-2714    Author: Liyin Liang, 2011-11-11, 06:26
[MAPREDUCE-2510] TaskTracker throw OutOfMemoryError after upgrade to jetty6 - MapReduce - [issue]
...Our product cluster's TaskTracker sometimes throw OutOfMemoryError after upgrade to jetty6. The exception in TT's log is as follows:2011-05-17 19:16:40,756 ERROR org.mortbay.log: Error for /...
http://issues.apache.org/jira/browse/MAPREDUCE-2510    Author: Liyin Liang, 2011-07-20, 13:57
[MAPREDUCE-2168] We should  implement limits on shuffle connections to TaskTracker per job - MapReduce - [issue]
...As trailing map tasks will be attacked by all reduces simultaneously, all the worker threads that for the http server of a TaskTracker may be occupied  by one job's reduce tasks to fetc...
http://issues.apache.org/jira/browse/MAPREDUCE-2168    Author: Liyin Liang, 2010-11-01, 16:03
Sort:
project
MapReduce (8)
Hadoop (2)
type
issue (8)
date
last 7 days (0)
last 30 days (1)
last 90 days (2)
last 6 months (2)
last 9 months (8)
author
Harsh J (1036)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (282)
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 (146)
Tom White (138)
Aaron Kimball (131)
Liyin Liang