Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.3, 2.0.2-alpha, 3.0.0-alpha1
-
None
Description
SortValidator tries to write to jobConf.get("hadoop.tmp.dir", "/tmp"), but it is not intended to be an HDFS directory. it should just be /tmp.
Attachments
Attachments
Issue Links
- is broken by
-
MAPREDUCE-4234 SortValidator.java is incompatible with multi-user or parallel use (due to a /tmp file with static name)
- Resolved