Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
Modifier and Type | Field and Description |
---|---|
private static Import.CellWritableComparable[] |
Import.CellWritableComparablePartitioner.START_KEYS |
Modifier and Type | Method and Description |
---|---|
int |
Import.CellWritableComparable.compareTo(Import.CellWritableComparable o) |
int |
Import.CellWritableComparablePartitioner.getPartition(Import.CellWritableComparable key,
Cell value,
int numPartitions) |
protected void |
Import.CellReducer.reduce(Import.CellWritableComparable row,
Iterable<Cell> kvs,
org.apache.hadoop.mapreduce.Reducer.Context context) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.