public abstract class MultipleInputsJob extends BaseJob<java.lang.Object,java.lang.Object>
Constructor and Description |
---|
MultipleInputsJob()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
addInputDataSet(InputDataSet input) |
java.util.List<InputDataSet> |
getInputs() |
static java.lang.String[][] |
getMultipleInputDataSetsParams(java.lang.String inputDataSetListStr) |
void |
processArgs(java.lang.String[] args, Configuration conf)
Extracts and validates arguments from the command line
|
boolean |
removeInputDataSet(InputDataSet input) |
void |
setInputDataSets(java.util.List<InputDataSet> inputs) |
configure, configure, getCmdOptions, getCmdOptionsWithInputDataSets, getCurrentCmdArgs, getCurrentCmdArgsAsString, getInput, getInputDataSet, getInputFormatClass, getJarClass, getOutput, getRecordInfoProviderClass, getSpatialConfig, setInput, setInputDataSet, setInputFormatClass, setJarClass, setOutput, setRecordInfoProviderClass, setSpatialConfig
public void addInputDataSet(InputDataSet input)
public java.util.List<InputDataSet> getInputs()
public static java.lang.String[][] getMultipleInputDataSetsParams(java.lang.String inputDataSetListStr)
public void processArgs(java.lang.String[] args, Configuration conf) throws java.lang.Exception
BaseJob
processArgs
in class BaseJob<java.lang.Object,java.lang.Object>
args
- arguments from the command lineconf
- the job configurationjava.lang.Exception
public boolean removeInputDataSet(InputDataSet input)
public void setInputDataSets(java.util.List<InputDataSet> inputs)
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.