Go to file
Peter Somogyi 5c209f2cec HBASE-21479 Individual tests in TestHRegionReplayEvents class are failing
Signed-off-by: Michael Stack <stack@apache.org>
2018-12-01 09:36:10 +01:00
bin HBASE-21215 Figure how to invoke hbck2; make it easy to find 2018-10-24 20:46:28 -07:00
conf HBASE-21328 add HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP switch to hbase-env.sh 2018-11-06 08:38:55 -06:00
dev-support HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors 2018-11-08 08:50:03 -06:00
hbase-annotations
hbase-archetypes
hbase-assembly HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors 2018-11-07 08:24:51 -08:00
hbase-backup HBASE-21523 Avoid extra logging when the backup system table already exists 2018-11-29 11:40:28 -05:00
hbase-build-configuration
hbase-build-support
hbase-checkstyle
hbase-client HBASE-21524 Fix logging in ConnectionImplementation.isTableAvailable() 2018-11-29 11:40:06 -05:00
hbase-common HBASE-21154 Remove hbase:namespace table; fold it into hbase:meta 2018-11-26 14:51:56 +08:00
hbase-endpoint HBASE-21281 Upgrade bouncycastle to latest - addendum adds test dependency 2018-10-20 09:23:42 -07:00
hbase-examples HBASE-21318 Make RefreshHFilesClient runnable 2018-10-24 10:17:12 -07:00
hbase-external-blockcache
hbase-hadoop-compat HBASE-18549 Add metrics for failed replication queue recovery 2018-10-01 18:38:55 -07:00
hbase-hadoop2-compat HBASE-18549 Add metrics for failed replication queue recovery 2018-10-01 18:38:55 -07:00
hbase-http HBASE-21281 Upgrade bouncycastle to latest 2018-10-11 11:02:32 -04:00
hbase-it HBASE-21256 Improve IntegrationTestBigLinkedList for testing huge data 2018-10-12 10:59:35 +08:00
hbase-mapreduce HBASE-21492 CellCodec Written To WAL Before It's Verified 2018-11-27 08:57:06 -08:00
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-procedure HBASE-21490 WALProcedure may remove proc wal files still with active procedures 2018-11-19 08:21:28 -08:00
hbase-protocol HBASE-21204 NPE when scan raw DELETE_FAMILY_VERSION and codec is not set 2018-09-20 06:57:50 -07:00
hbase-protocol-shaded HBASE-21486 The current replication implementation for peer in STANDBY state breaks serial replication 2018-12-01 12:15:18 +08:00
hbase-replication HBASE-21420 Use procedure event to wake up the SyncReplicationReplayWALProcedures which wait for worker 2018-11-05 21:43:18 +08:00
hbase-resource-bundle HBASE-21371. Hbase unable to compile against Hadoop trunk (3.3.0-SNAPSHOT) due to license error 2018-10-29 14:39:37 -07:00
hbase-rest HBASE-21174 [REST] Failed to parse empty qualifier in TableResource#getScanResource 2018-09-12 10:31:35 +08:00
hbase-rsgroup HBASE-21154 Remove hbase:namespace table; fold it into hbase:meta 2018-11-26 14:51:56 +08:00
hbase-server HBASE-21479 Individual tests in TestHRegionReplayEvents class are failing 2018-12-01 09:36:10 +01:00
hbase-shaded HBASE-13468 hbase.zookeeper.quorum supports ipv6 address 2018-11-10 06:09:29 -08:00
hbase-shell HBASE-21034 Add new throttle type: read/write capacity unit 2018-11-21 09:46:49 +08:00
hbase-testing-util
hbase-thrift HBASE-21040 Replace call to printStackTrace() with proper logger call 2018-08-15 08:29:54 -07:00
hbase-zookeeper HBASE-13468 hbase.zookeeper.quorum supports ipv6 address 2018-11-10 06:09:29 -08:00
src HBASE-21493 update downloads page for HBase 1.2.9 release. 2018-11-27 09:07:00 -06:00
.gitattributes
.gitignore
.pylintrc
CHANGES.txt
LICENSE.txt
NOTICE.txt
README.txt
pom.xml add Jingyun Tian as a committer to the pom file 2018-11-13 15:09:16 +08:00

README.txt

Apache HBase [1] is an open-source, distributed, versioned, column-oriented
store modeled after Google' Bigtable: A Distributed Storage System for
Structured Data by Chang et al.[2]  Just as Bigtable leverages the distributed
data storage provided by the Google File System, HBase provides Bigtable-like
capabilities on top of Apache Hadoop [3].

To get started using HBase, the full documentation for this release can be
found under the doc/ directory that accompanies this README.  Using a browser,
open the docs/index.html to view the project home page (or browse to [1]).
The hbase 'book' at http://hbase.apache.org/book.html has a 'quick start'
section and is where you should being your exploration of the hbase project.

The latest HBase can be downloaded from an Apache Mirror [4].

The source code can be found at [5]

The HBase issue tracker is at [6]

Apache HBase is made available under the Apache License, version 2.0 [7]

The HBase mailing lists and archives are listed here [8].

The HBase distribution includes cryptographic software. See the export control
notice here [9].

1. http://hbase.apache.org
2. http://research.google.com/archive/bigtable.html
3. http://hadoop.apache.org
4. http://www.apache.org/dyn/closer.lua/hbase/
5. https://hbase.apache.org/source-repository.html
6. https://hbase.apache.org/issue-tracking.html
7. http://hbase.apache.org/license.html
8. http://hbase.apache.org/mail-lists.html
9. https://hbase.apache.org/export_control.html