Class and Description |
---|
org.apache.hadoop.hbase.mapreduce.Import.KeyValueImporter
Use
Import.CellImporter . Will be removed from 3.0 onwards |
org.apache.hadoop.hbase.mapreduce.Import.KeyValueReducer
Use
Import.CellReducer . Will be removed from 3.0 onwards |
org.apache.hadoop.hbase.mapreduce.Import.KeyValueSortImporter
Use
Import.CellSortImporter . Will be removed from 3.0 onwards |
org.apache.hadoop.hbase.mapreduce.Import.KeyValueWritableComparablePartitioner
Use
Import.CellWritableComparablePartitioner . Will be removed
from 3.0 onwards |
org.apache.hadoop.hbase.mapreduce.KeyValueSerialization
Use
CellSerialization . Will be
removed from 3.0 onwards |
org.apache.hadoop.hbase.mapreduce.KeyValueSortReducer
Use
CellSortReducer . Will be removed from
3.0 onwards |
Field and Description |
---|
org.apache.hadoop.hbase.mapreduce.SimpleTotalOrderPartitioner.END
since 0.90.0
|
org.apache.hadoop.hbase.mapreduce.TableSplit.LOG
LOG variable would be made private. fix in hbase 3.0
|
org.apache.hadoop.hbase.mapreduce.SimpleTotalOrderPartitioner.START
since 0.90.0
|
Constructor and Description |
---|
org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter(BufferedMutator)
since 2.0.0 and will be removed in 3.0.0. Please use
#TableRecordWriter(JobConf) instead. This version does not clean up connections and
will leak connections (removed in 2.0). |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.