Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 24 (0.065s).
Loading phrases to help you
refine your search...
[MAPREDUCE-5233] Functions are changed or removed from Job in jobcontrol - MapReduce - [issue]
...The functions are removed from Job in jobcontrol:1. setMapredJobID(String)2. setState(int)The function signatures are changed:1. addDependingJob(ControlledJob)2. getMapredJobID()...
http://issues.apache.org/jira/browse/MAPREDUCE-5233    Author: Zhijie Shen, 2013-05-23, 00:25
[MAPREDUCE-5156] Hadoop-examples-1.x.x.jar cannot run on Yarn - MapReduce - [issue]
...M/R examples are run through ProgramDriver.driver. ProgramDriver.driver returns void in hadoop-1, while it returns int in hadoop-2. Therefore, the function signatures in the example jar and ...
http://issues.apache.org/jira/browse/MAPREDUCE-5156    Author: Zhijie Shen, 2013-05-22, 15:07
[MAPREDUCE-5235] mapred.Counters incompatiblity issues with MR1 - MapReduce - [issue]
...MAX_GROUP_LIMIT is removed from Counters in mapred in MR2. Though it seems not to be the variable that will be referred by the user code. It was actually configurable value MR1. We should in...
http://issues.apache.org/jira/browse/MAPREDUCE-5235    Author: Zhijie Shen, 2013-05-22, 15:07
[MAPREDUCE-5228] Enum Counter is removed from FileInputFormat and FileOutputFormat of both mapred and mapreduce - MapReduce - [issue]
...The enum was used by findCounter(Enum key) to find a specific counter object. Now it seems to be replaced by FileInputFormatCounter and FileOutputFormatCounter. Now the enum seems to be only...
http://issues.apache.org/jira/browse/MAPREDUCE-5228    Author: Zhijie Shen, 2013-05-22, 07:40
[MAPREDUCE-5231] Constructor of DBInputFormat.DBRecordReader in mapred is changed - MapReduce - [issue]
...The constructor of DBInputFormat.DBRecordReader in mapred is changed from MR1 to RM2. Though MAPREDUCE-716 tried to deal with the API difference. However, if DBInputFormat.DBRecordReader is ...
http://issues.apache.org/jira/browse/MAPREDUCE-5231    Author: Zhijie Shen, 2013-05-22, 01:04
[MAPREDUCE-5229] TEMP_DIR_NAME is removed from of FileOutputCommitter of mapreduce - MapReduce - [issue]
...TEMP_DIR_NAME is removed from of FileOutputCommitter of mapreduce. As FileOutputFormat and FileOutputCommitter may be extend by users, and the extended user classes can configured to use. Th...
http://issues.apache.org/jira/browse/MAPREDUCE-5229    Author: Zhijie Shen, 2013-05-21, 23:24
[MAPREDUCE-5263] filecache.DistributedCache incompatiblity issues with MR1 - MapReduce - [issue]
...A couple of methods and variables have been removed....
http://issues.apache.org/jira/browse/MAPREDUCE-5263    Author: Zhijie Shen, 2013-05-21, 19:58
Re: [VOTE] Plan to create release candidate for 0.23.8 - MapReduce - [mail # dev]
...+1 (non-binding)   On Sun, May 19, 2013 at 6:23 PM, Sandy Ryza  wrote:     Zhijie Shen Hortonworks Inc. http://hortonworks.com/...
   Author: Zhijie Shen, 2013-05-20, 06:50
[MAPREDUCE-5234] Signature changes for getTaskId of TaskReport in mapred - MapReduce - [issue]
...TaskReport in mapred of MR2 extends TaskReport in mapreduce, and inherits getTaskId, which return TaskID object. in MR1, this function returns String....
http://issues.apache.org/jira/browse/MAPREDUCE-5234    Author: Zhijie Shen, 2013-05-18, 14:36
[MAPREDUCE-5244] Two functions changed their visibility in JobStatus - MapReduce - [issue]
...Two functions change their visibility in JobStatus from public to protected:void setRunState(int)void setSchedulingInfo(String)...
http://issues.apache.org/jira/browse/MAPREDUCE-5244    Author: Zhijie Shen, 2013-05-15, 15:06
Sort:
project
MapReduce (24)
Pig (8)
Hadoop (4)
Hive (1)
type
issue (21)
mail # dev (3)
date
last 7 days (9)
last 30 days (20)
last 90 days (22)
last 6 months (24)
last 9 months (24)
author
Harsh J (1038)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (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)
Zhijie Shen