Interface FileOutputFormatBuilder.PathParams<T>
- Enclosing interface:
- FileOutputFormatBuilder
public static interface FileOutputFormatBuilder.PathParams<T>
Required params for builder
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionoutputPath
(org.apache.hadoop.fs.Path path) Set the Path of the output directory for the map-reduce job.
-
Method Details
-
outputPath
Set the Path of the output directory for the map-reduce job.
-