23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
HBase Change Log
|
|
|
|
|
|
Trunk (unreleased changes)
|
|
|
|
1. HADOOP-1384. HBase omnibus patch. (jimk, Vuk Ercegovac, and Michael Stack)
|
|
2. HADOOP-1402. Fix javadoc warnings in hbase contrib. (Michael Stack)
|
|
3. HADOOP-1404. HBase command-line shutdown failing (Michael Stack)
|
|
4. HADOOP-1397. Replace custom hbase locking with
|
|
java.util.concurrent.locks.ReentrantLock (Michael Stack)
|
|
5. HADOOP-1403. HBase reliability - make master and region server more fault
|
|
tolerant.
|
|
6. HADOOP-1418. HBase miscellaneous: unit test for HClient, client to do
|
|
'Performance Evaluation', etc.
|
|
7. HADOOP-1420, HADOOP-1423. Findbugs changes, remove reference to removed
|
|
class HLocking.
|
|
8. HADOOP-1424. TestHBaseCluster fails with IllegalMonitorStateException. Fix
|
|
regression introduced by HADOOP-1397.
|
|
9. HADOOP-1426. Make hbase scripts executable + add test classes to CLASSPATH.
|
|
10. HADOOP-1430. HBase shutdown leaves regionservers up.
|
|
11. HADOOP-1392. Part1: includes create/delete table; enable/disable table;
|
|
add/remove column.
|