Go to file
GeorryHuang 3895919e10 HBASE-23859 Modify "Block locality" of RegionServer Web UI to human readable percentage (#1176)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-02-18 10:09:01 +08:00
.idea HBASE-23707 Add IntelliJ check style plugin configuration (#1064) (#1092) 2020-01-27 10:45:27 -08:00
bin HBASE-23165 [hbtop] Some modifications from HBASE-22988 (#987) 2020-01-11 21:22:14 +09:00
conf HBASE-23165 [hbtop] Some modifications from HBASE-22988 (#987) 2020-01-11 21:22:14 +09:00
dev-support HBASE-23779 Up the default fork count to make builds complete faster; make count relative to CPU count 2020-02-07 16:00:50 -08:00
hbase-annotations
hbase-archetypes HBASE-23813 Get surefire version from parent pom rather than define it in hbase-archetypes (#1145) 2020-02-08 09:14:57 -08:00
hbase-assembly HBASE-23156 start-hbase.sh failed with ClassNotFoundException when build with hadoop3 (#1067) 2020-01-20 13:24:27 +08:00
hbase-build-configuration HBASE-23675 Move to Apache parent POM version 22 2020-01-11 11:19:24 +01:00
hbase-checkstyle HBASE-23686 Revert binary incompatible change in ByteRangeUtils and removed reflections in CommonFSUtils 2020-01-24 20:28:01 +01:00
hbase-client Revert "HBASE-23304: RPCs needed for client meta information lookup (apache#904) (#1098)" 2020-02-04 16:31:24 -08:00
hbase-common HBASE-23789 [Flakey Tests] ERROR [Time-limited test] balancer.HeterogeneousRegionCountCostFunction(199): cannot read rules file located at ' /tmp/hbase-balancer.rules ' 2020-02-04 16:37:56 -08:00
hbase-endpoint
hbase-examples HBASE-23347 Allow custom authentication methods for RPCs 2020-01-16 11:04:08 -05:00
hbase-external-blockcache
hbase-hadoop-compat
hbase-hadoop2-compat
hbase-hbtop HBASE-23165 [hbtop] Some modifications from HBASE-22988 (#987) 2020-01-11 21:22:14 +09:00
hbase-http HBASE-23783: Address tests writing and reading SSL/Security files in a common location. (#1116) 2020-02-04 14:40:52 -08:00
hbase-it
hbase-mapreduce HBASE-23838 Adding debug logging to a few ExportSnapshot tests 2020-02-17 17:17:40 -08:00
hbase-metrics
hbase-metrics-api
hbase-procedure HBASE-23682 Fix NPE when disable DeadServerMetricRegionChore (#1026) (#1151) 2020-02-08 21:18:05 -08:00
hbase-protocol
hbase-protocol-shaded Revert "HBASE-23304: RPCs needed for client meta information lookup (apache#904) (#1098)" 2020-02-04 16:31:24 -08:00
hbase-replication
hbase-resource-bundle
hbase-rest HBASE-23661 Reduced number of Checkstyle violations in hbase-rest 2020-01-19 18:17:14 +01:00
hbase-rsgroup HBASE-23809 The RSGroup shell test is missing (#1142) 2020-02-08 22:51:03 +08:00
hbase-server HBASE-23859 Modify "Block locality" of RegionServer Web UI to human readable percentage (#1176) 2020-02-18 10:09:01 +08:00
hbase-shaded
hbase-shell HBASE-23809 The RSGroup shell test is missing (#1142) 2020-02-08 22:51:03 +08:00
hbase-testing-util
hbase-thrift
hbase-zookeeper Revert "HBASE-23304: RPCs needed for client meta information lookup (apache#904) (#1098)" 2020-02-04 16:31:24 -08:00
src HBASE-23779 Up the default fork count; make count relative to CPU count (#1108) 2020-02-04 20:47:02 -08:00
.editorconfig
.gitattributes
.gitignore
.pylintrc
.rubocop.yml
CHANGES.txt
LICENSE.txt
NOTICE.txt
README.txt
pom.xml HBASE-23779 Up the default fork count; make count relative to CPU count (#1108) 2020-02-04 20:47:02 -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.cgi/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