Class HadoopInputFormat<K,​V>

    • Constructor Detail

      • HadoopInputFormat

        public HadoopInputFormat​(org.apache.hadoop.mapred.InputFormat<K,​V> mapredInputFormat,
                                 Class<K> key,
                                 Class<V> value,
                                 org.apache.hadoop.mapred.JobConf job)
      • HadoopInputFormat

        public HadoopInputFormat​(org.apache.hadoop.mapred.InputFormat<K,​V> mapredInputFormat,
                                 Class<K> key,
                                 Class<V> value)