Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In SORT example, org.apache.hadoop.mapred.lib.InputSampler.Sampler is used in hadoop-1. However, after upgrading to hadoop-2, org.apache.hadoop.mapred.lib.InputSampler is modified to extend org.apache.hadoop.mapreduce.lib.partition.InputSampler, and the inner class, Sampler, has been moved to the superclass. Therefore, hadoop-1 SORT can not find Sampler when it runs with hadoop-2 framework.
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-5156 Hadoop-examples-1.x.x.jar cannot run on Yarn
- Closed
- duplicates
-
MAPREDUCE-4251 API Incompatibility - Sampler
- Resolved
- is related to
-
MAPREDUCE-5225 SplitSampler in mapreduce.lib should use a SPLIT_STEP to jump around splits
- Patch Available