Package | Description |
---|---|
org.kitesdk.data.mapreduce |
Provides helper classes for working with datasets using MapReduce.
|
Modifier and Type | Method and Description |
---|---|
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.appendTo(String uri)
Adds configuration for
DatasetKeyOutputFormat to append to the
given dataset or view URI, leaving any existing data intact. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.appendTo(URI uri)
Adds configuration for
DatasetKeyOutputFormat to append to the
given dataset or view URI, leaving any existing data intact. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.appendTo(View<?> view)
Adds configuration for
DatasetKeyOutputFormat to append to the
given dataset or view URI, leaving any existing data intact. |
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.overwrite(String uri)
Adds configuration for
DatasetKeyOutputFormat to write to the
given dataset or view URI string after removing any existing data. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.overwrite(URI uri)
Adds configuration for
DatasetKeyOutputFormat to write to the
given dataset or view URI after removing any existing data. |
DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.overwrite(View<?> view)
|
<E> DatasetKeyOutputFormat.ConfigBuilder |
DatasetKeyOutputFormat.ConfigBuilder.withType(Class<E> type)
Sets the entity Class that will be output by the Job.
|
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)
|
Copyright © 2013–2015. All rights reserved.