| Package | Description |
|---|---|
| eu.stratosphere.hadoopcompatibility | |
| eu.stratosphere.hadoopcompatibility.datatypes |
| Modifier and Type | Field and Description |
|---|---|
HadoopTypeConverter<K,V> |
HadoopInputFormatWrapper.converter |
| Constructor and Description |
|---|
HadoopDataSource(org.apache.hadoop.mapred.InputFormat<K,V> hadoopFormat,
org.apache.hadoop.mapred.JobConf jobConf,
String name,
HadoopTypeConverter<K,V> conv) |
HadoopInputFormatWrapper(org.apache.hadoop.mapred.InputFormat<K,V> hadoopInputFormat,
org.apache.hadoop.mapred.JobConf job,
HadoopTypeConverter<K,V> conv) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHadoopTypeConverter<K,V>
Converter for the default hadoop writables.
|
class |
WritableWrapperConverter<K extends WritableComparable,V extends Writable> |
Copyright © 2013–2014. All rights reserved.