@Override
protected void setup(
final Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveOutputKey, Object>.Context context )
throws IOException,
InterruptedException {
super.setup(context);
final ScopedJobConfiguration config = new ScopedJobConfiguration(
context.getConfiguration(),
InputToOutputKeyReducer.class,
LOGGER);
final ByteArrayId indexId = new ByteArrayId(
config.getString(
OutputParameters.Output.INDEX_ID,
"na"));
final List<ByteArrayId> indexIds = new ArrayList<ByteArrayId>();
indexIds.add(indexId);
outputKey = new GeoWaveOutputKey(
new ByteArrayId(
"na"),
indexIds);
}
InputToOutputKeyReducer.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:geowave
作者:
评论列表
文章目录