Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 22 (0.104s).
Loading phrases to help you
refine your search...
[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-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-16, 05:35
[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-16, 04:48
[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
[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-14, 19:04
[MAPREDUCE-5237] ClusterStatus incompatiblity issues with MR1 - MapReduce - [issue]
...The three functions are:Collection<String> getGraylistedTrackerNames()int getGraylistedTrackers()State getJobTrackerState()The're tracker related, such that they are no longer used in ...
http://issues.apache.org/jira/browse/MAPREDUCE-5237    Author: Zhijie Shen, 2013-05-14, 01:06
[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-14, 00:08
[MAPREDUCE-5230] createFileSplit is removed from NLineInputFormat of mapred - MapReduce - [issue]
...createFileSplit is removed from NLineInputFormat of mapred, because it's no longer used in the new getSplit implementation. However, since function is protected before, there is still the po...
http://issues.apache.org/jira/browse/MAPREDUCE-5230    Author: Zhijie Shen, 2013-05-14, 00:07
[MAPREDUCE-5245] A number of public static variables are removed from JobConf - MapReduce - [issue]
...A number of public static variables are removed from JobConf:boolean DEFAULT_MAPREDUCE_RECOVER_JOB String MAPREDUCE_RECOVER_JOB String WORKFLOW_ADJACENCY_PREFIX_PATTERN String WORKFLOW_...
http://issues.apache.org/jira/browse/MAPREDUCE-5245    Author: Zhijie Shen, 2013-05-14, 00: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-14, 00:03
Sort:
project
MapReduce (22)
Pig (8)
Hadoop (4)
Hive (1)
type
issue (20)
mail # dev (2)
date
last 7 days (12)
last 30 days (18)
last 90 days (20)
last 6 months (22)
last 9 months (22)
author
Harsh J (1036)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (282)
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 (146)
Tom White (138)
Aaron Kimball (131)
Zhijie Shen