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