Generated by
JDiff

Class org.kitesdk.data.mapreduce.DatasetKeyOutputFormat

Added Methods
ConfigBuilder configure(Configuration) Returns a helper to add output options to the given {@code Configuration}.
ConfigBuilder configure(Job) Configures the {@code Job} to use the {@code DatasetKeyOutputFormat} and returns a helper to add further configuration.
 

Changed Methods
void setDatasetName(Job, String) Now deprecated.
will be removed in 0.16.0; use {@link #configure(Job)} instead
void setRepositoryUri(Job, URI) Now deprecated.
will be removed in 0.16.0; use {@link #configure(Job)} instead
void setView(Configuration, View<E>) Now deprecated.
will be removed in 0.16.0; use {@link #configure(Configuration)}
void setView(Job, View<E>) Now deprecated.
will be removed in 0.16.0; use {@link #configure(Job)} instead
 

Added Fields
String KITE_OUTPUT_URI  
String KITE_TYPE