public class SpatialJoin extends SpatialJoin
Partitioning is required to perform the spatial join. A spatial join can be executed as follows:
SpatialJoin instancepreprocess(Job)configure(Job)SpatialJoin.preprocess(JobConf).| Constructor and Description |
|---|
SpatialJoin() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Job job)
Validates and adds the current parameters to the job configuration
|
static void |
main(java.lang.String[] args) |
boolean |
preprocess(Job job)
Checks whether partitioning is required and if so, it runs the partitioning process.
|
int |
run(java.lang.String[] args) |
getCmdOptions, getCurrentCmdArgs, getOutput, getPartitioningResultPath, getSamplingRatio, getSpatialOperationConfig, processArgs, setPartitioningResultPath, setSamplingRatio, setSpatialOperationConfigaddInputDataSet, getInputs, getMultipleInputDataSetsParams, removeInputDataSet, setInputDataSetsgetCmdOptionsWithInputDataSets, getCurrentCmdArgsAsString, getInput, getInputDataSet, getInputFormatClass, getJarClass, getRecordInfoProviderClass, getSpatialConfig, setInput, setInputDataSet, setInputFormatClass, setJarClass, setOutput, setRecordInfoProviderClass, setSpatialConfig
public void configure(Job job)
throws java.lang.Exception
BaseJobconfigure in class SpatialJoinjob - a job instancejava.lang.Exception
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
public boolean preprocess(Job job)
throws java.lang.Exception
SpatialJoinpreprocess in class SpatialJoinjob - the job configurationjava.lang.Exception
public int run(java.lang.String[] args)
throws java.lang.Exception
run in class SpatialJoinjava.lang.ExceptionCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.