Interface FileOutputFormatBuilder.PathParams<T>
-
- All Known Implementing Classes:
FileOutputFormatBuilderImpl
- Enclosing interface:
- FileOutputFormatBuilder
public static interface FileOutputFormatBuilder.PathParams<T>
Required params for builder- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileOutputFormatBuilder.OutputOptions<T>
outputPath(org.apache.hadoop.fs.Path path)
Set the Path of the output directory for the map-reduce job.
-
-
-
Method Detail
-
outputPath
FileOutputFormatBuilder.OutputOptions<T> outputPath(org.apache.hadoop.fs.Path path)
Set the Path of the output directory for the map-reduce job.
-
-