public class FileOutputFormatUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | setOutputPath(org.apache.hadoop.mapreduce.Job job,
             org.apache.hadoop.fs.Path outputDir)Set the Path of the output directory for the map-reduce job. | 
public static void setOutputPath(org.apache.hadoop.mapreduce.Job job,
                                 org.apache.hadoop.fs.Path outputDir)
job - The job to modifyoutputDir - the Path of the output directory for the map-reduce job.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.