public class MultiInputDataSetConfiguratorImpl extends MultiInputDataSetConfigurator
MultiInputDataSetConfigurator
for the old Hadoop APIConstructor and Description |
---|
MultiInputDataSetConfiguratorImpl(InputDataSetConfiguratorHandler configuratorHandler)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
createTaggedConf(org.apache.hadoop.conf.Configuration conf, java.lang.String tag, boolean untaggedSearch)
Returns a tagged version of the given job's configuration.
|
java.lang.Class<?> |
getBaseInputFormatClass()
Gets the InputFormat super class supported by this configurator.
|
acceptsDataSet, configure, getConfiguratorHandler, getGlobalSpatialConfig, setConfiguratorHandler
public MultiInputDataSetConfiguratorImpl(InputDataSetConfiguratorHandler configuratorHandler)
configuratorHandler
-public java.lang.Class<?> getBaseInputFormatClass()
InputDataSetConfigurator
protected org.apache.hadoop.conf.Configuration createTaggedConf(org.apache.hadoop.conf.Configuration conf, java.lang.String tag, boolean untaggedSearch)
MultiInputDataSetConfigurator
createTaggedConf
in class MultiInputDataSetConfigurator
conf
- a job configurationtag
- the tag to be used by the tagged configurationuntaggedSearch
- true if the tagged configuration should look without tag when a tagged property is not foundCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.