Package | Description |
---|---|
oracle.spatial.hadoop.vector.mapreduce.output |
Contains OutputFormat and OutputCommitter implementations (Hadoop new API).
|
Modifier and Type | Method and Description |
---|---|
WrapperOutputCommitter |
WrapperOutputFormat.getWrapperOutputCommitter(OutputCommitter intOutCom, JobContext context)
Gets an instance of the
WrapperOutputCommitter |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends WrapperOutputCommitter> |
WrapperOutputFormat.getWrapperOutputCommitterClass(Configuration conf)
Gets the
WrapperOutputCommitter that contains the final output committer |
Modifier and Type | Method and Description |
---|---|
static void |
WrapperOutputFormat.setWrapperOutputCommitterClass(Configuration conf, java.lang.Class<? extends WrapperOutputCommitter> outComClass)
Sets the
WrapperOutputCommitter that contains the final output committer |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.