HBASE-2378 Bulk insert with multiple reducers broken due to improper ImmutableBytesWritable comparator
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc0e68b5cb
commit
3e02fe03d6
|
@ -15,6 +15,8 @@ Release 0.21.0 - Unreleased
|
||||||
HBASE-2099 Move build to Maven (Paul Smith via Stack)
|
HBASE-2099 Move build to Maven (Paul Smith via Stack)
|
||||||
HBASE-2260 Remove all traces of Ant and Ivy (Lars Francke via Stack)
|
HBASE-2260 Remove all traces of Ant and Ivy (Lars Francke via Stack)
|
||||||
HBASE-2255 take trunk back to hadoop 0.20
|
HBASE-2255 take trunk back to hadoop 0.20
|
||||||
|
HBASE-2378 Bulk insert with multiple reducers broken due to improper
|
||||||
|
ImmutableBytesWritable comparator (Todd Lipcon via Stack)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew
|
HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew
|
||||||
|
@ -254,8 +256,6 @@ Release 0.21.0 - Unreleased
|
||||||
HBASE-2358 Store doReconstructionLog will fail if oldlogfile.log is empty
|
HBASE-2358 Store doReconstructionLog will fail if oldlogfile.log is empty
|
||||||
and won't load region (Cosmin Lehene via Stack)
|
and won't load region (Cosmin Lehene via Stack)
|
||||||
HBASE-2370 saveVersion.sh doesnt properly grab the git revision
|
HBASE-2370 saveVersion.sh doesnt properly grab the git revision
|
||||||
HBASE-2378 Bulk insert with multiple reducers broken due to improper
|
|
||||||
ImmutableBytesWritable comparator (Todd Lipcon via Stack)
|
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-1760 Cleanup TODOs in HTable
|
HBASE-1760 Cleanup TODOs in HTable
|
||||||
|
|
Loading…
Reference in New Issue