|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatasetKeyOutputFormat.ConfigBuilder | |
---|---|
org.kitesdk.data.mapreduce | Provides helper classes for working with datasets using MapReduce. |
Uses of DatasetKeyOutputFormat.ConfigBuilder in org.kitesdk.data.mapreduce |
---|
Methods in org.kitesdk.data.mapreduce that return DatasetKeyOutputFormat.ConfigBuilder | |
---|---|
static DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.configure(Configuration conf)
Returns a helper to add output options to the given Configuration . |
static DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.configure(Job job)
Configures the Job to use the DatasetKeyOutputFormat and
returns a helper to add further configuration. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.writeTo(String uri)
Adds configuration for DatasetKeyOutputFormat to write to the
given dataset or view URI string. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.writeTo(URI uri)
Adds configuration for DatasetKeyOutputFormat to write to the
given dataset or view URI. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.writeTo(View<?> view)
Adds configuration for DatasetKeyOutputFormat to write to the
given Dataset or View instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |