HadoopDataSink(org.apache.hadoop.mapred.OutputFormat<K,V> hadoopFormat,
org.apache.hadoop.mapred.JobConf jobConf,
String name,
List<eu.stratosphere.api.common.operators.Operator<eu.stratosphere.types.Record>> input,
StratosphereTypeConverter<K,V> conv,
Class<K> keyClass,
Class<V> valueClass) |
HadoopDataSink(org.apache.hadoop.mapred.OutputFormat<K,V> hadoopFormat,
org.apache.hadoop.mapred.JobConf jobConf,
String name,
eu.stratosphere.api.common.operators.Operator<eu.stratosphere.types.Record> input,
StratosphereTypeConverter<K,V> conv,
Class<K> keyClass,
Class<V> valueClass) |
HadoopOutputFormatWrapper(org.apache.hadoop.mapred.OutputFormat<K,V> hadoopFormat,
org.apache.hadoop.mapred.JobConf job,
StratosphereTypeConverter<K,V> conv) |