public final class SourceInputFormatProvider extends Object implements co.cask.cdap.api.data.batch.InputFormatProvider
InputFormatProvider based on Configuration and input format class.| Constructor and Description |
|---|
SourceInputFormatProvider(Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass,
org.apache.hadoop.conf.Configuration hConf) |
SourceInputFormatProvider(String inputFormatClassName,
org.apache.hadoop.conf.Configuration hConf) |
public SourceInputFormatProvider(Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass, org.apache.hadoop.conf.Configuration hConf)
public SourceInputFormatProvider(String inputFormatClassName, org.apache.hadoop.conf.Configuration hConf)
public String getInputFormatClassName()
getInputFormatClassName in interface co.cask.cdap.api.data.batch.InputFormatProviderCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.