Class | Description |
---|---|
CommandLineParser |
Utility class that manages common configurations to all MR jobs.
|
KuduTableInputFormat |
This input format generates one split per tablet and the only location for each split is that
tablet's leader.
|
KuduTableMapReduceUtil |
Utility class to setup MR jobs that use Kudu as an input and/or output.
|
KuduTableOutputCommitter |
Small committer class that does not do anything.
|
KuduTableOutputFormat |
Use
KuduTableMapReduceUtil.TableOutputFormatConfigurator
to correctly setup this output format, then KuduTableMapReduceUtil.getTableFromContext(org.apache.hadoop.mapreduce.TaskInputOutputContext)
to get a KuduTable. |
TableReducer<KEYIN,VALUEIN,KEYOUT> |
Copyright © 2016 The Apache Software Foundation. All rights reserved.