@@ -463,6 +463,8 @@ Release 0.19.0 - Unreleased
HADOOP-4105. Add forrest documentation for libhdfs.
(Pete Wyckoff via cutting)
+ HADOOP-4510. Make getTaskOutputPath public. (Chris Wensel via omalley)
+
OPTIMIZATIONS
HADOOP-3556. Removed lock contention in MD5Hash by changing the
@@ -211,7 +211,7 @@ public abstract class FileOutputFormat<K, V> implements OutputFormat<K, V> {
* @return path to the task's temporary output file
* @throws IOException
*/
- protected static Path getTaskOutputPath(JobConf conf, String name)
+ public static Path getTaskOutputPath(JobConf conf, String name)
throws IOException {
// ${mapred.out.dir}
Path outputPath = getOutputPath(conf);