public abstract class NoSQLInputDataSetConfigurator extends java.lang.Object implements InputDataSetConfigurator
NoSQLInputDataSet
Constructor and Description |
---|
NoSQLInputDataSetConfigurator() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsDataSet(AbstractInputDataSet dataSet)
Returns true if the current configurator can configure the given data set
|
void |
configure(AbstractInputDataSet dataSet, Configuration conf)
Setups the given data set using the given job's configuration
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseInputFormatClass
public boolean acceptsDataSet(AbstractInputDataSet dataSet)
DataSetConfigurator
acceptsDataSet
in interface DataSetConfigurator<AbstractInputDataSet>
dataSet
- a data setpublic void configure(AbstractInputDataSet dataSet, Configuration conf) throws java.lang.Exception
DataSetConfigurator
configure
in interface DataSetConfigurator<AbstractInputDataSet>
dataSet
- a data setconf
- a job configurationjava.lang.Exception
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.