Package | Description |
---|---|
org.kitesdk.data.mapreduce |
Provides helper classes for working with datasets using MapReduce.
|
Modifier and Type | Method and Description |
---|---|
static DatasetKeyInputFormat.ConfigBuilder |
DatasetKeyInputFormat.configure(Configuration conf)
Adds settings to
Configuration to use DatasetKeyInputFormat
and returns a helper to add further 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)
|
<E> DatasetKeyInputFormat.ConfigBuilder |
DatasetKeyInputFormat.ConfigBuilder.withType(Class<E> type)
Sets the entity Class that the input Dataset should produce.
|
Copyright © 2013–2015. All rights reserved.