Go to file
Duo Zhang 6452396187
HBASE-24119 Polish the protobuf usage in hbase-examples (#1438)
Move the proto files only used by hbase-examples to hbase-examples, to show users how to make use of shaded hbase protos when implementing coprocessor.

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-04-06 22:14:55 +08:00
.idea
bin
conf
dev-support HBASE-24113 Upgrade the maven we use from 3.5.4 to 3.6.3 in nightlies (#1430) 2020-04-05 12:54:43 -07:00
hbase-annotations
hbase-archetypes
hbase-assembly HBASE-24084 Fix missing jdk8 dependencies in hbase-assembly/hadoop-two-compat 2020-04-02 09:51:08 -07:00
hbase-backup HBASE-23846 Removed deprecated setMaxVersions(int) from Scan 2020-03-31 10:18:27 +02:00
hbase-build-configuration
hbase-checkstyle
hbase-client HBASE-23843 Removed deprecated Scan(byte[]) from Scan 2020-04-02 11:44:34 +02:00
hbase-common HBASE-24086 Disable output stream capability enforcement when running on LocalFileSystem 2020-04-03 09:17:03 -07:00
hbase-endpoint HBASE-24056 Improve the layout of our proto files in hbase-protocol-shaded module (#1377) 2020-04-06 10:22:08 +08:00
hbase-examples HBASE-24119 Polish the protobuf usage in hbase-examples (#1438) 2020-04-06 22:14:55 +08:00
hbase-external-blockcache
hbase-hadoop-compat HBASE-24075: Fix a race between master shutdown and metrics (re)init 2020-03-31 16:36:31 -07:00
hbase-hadoop2-compat HBASE-24111 Enable CompactionTool executions on non-HDFS filesystems (#1427) 2020-04-06 11:54:19 +02:00
hbase-hbtop
hbase-http
hbase-it HBASE-23846 Removed deprecated setMaxVersions(int) from Scan 2020-03-31 10:18:27 +02:00
hbase-mapreduce HBASE-24111 Enable CompactionTool executions on non-HDFS filesystems (#1427) 2020-04-06 11:54:19 +02:00
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-procedure HBASE-24000 Simplify CommonFSUtils after upgrading to hadoop 2.10.0 (#1335) 2020-03-26 17:05:31 +08:00
hbase-protocol-shaded HBASE-24119 Polish the protobuf usage in hbase-examples (#1438) 2020-04-06 22:14:55 +08:00
hbase-replication
hbase-resource-bundle
hbase-rest HBASE-23843 Removed deprecated Scan(byte[]) from Scan 2020-04-02 11:44:34 +02:00
hbase-rsgroup/src/test/resources
hbase-server HBASE-24105 [Flakey Test] regionserver.TestRegionReplicas (#1425) 2020-04-05 13:20:23 -07:00
hbase-shaded
hbase-shell HBASE-23843 Removed deprecated Scan(byte[]) from Scan 2020-04-02 11:44:34 +02:00
hbase-testing-util HBASE-23798 Remove hbase-prototcol module (#1360) 2020-03-30 09:54:59 +08:00
hbase-thrift HBASE-24107 [Flakey Test] TestThriftServerCmdLine.testRunThriftServer NPEs if InfoServer port clash 2020-04-02 20:31:03 -07:00
hbase-zookeeper
src HBASE-23937 : Documentation for get_largelog_responses command (ADDENDUM) 2020-04-01 20:13:11 +05:30
.editorconfig
.gitattributes
.gitignore
.pylintrc
.rubocop.yml HBASE-23943 Updated Rubocop configuration to current version 2020-03-18 11:09:36 +01:00
CHANGES.txt
LICENSE.txt
NOTICE.txt
README.txt
pom.xml HBASE-24113 Upgrade the maven we use from 3.5.4 to 3.6.3 in nightlies (#1430) 2020-04-05 12:54:43 -07: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