Hbase Versions Save

Apache HBase

rel/2.5.8

1 month ago

The HBase team is happy to announce the immediate availability of HBase 2.5.8.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.8 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.5.8-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/3.0.0-beta-1

3 months ago

The HBase team is happy to announce the immediate availability of HBase 3.0.0-beta-1.

Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 3.0.0-beta-1 is the first beta release in the HBase 3.x line, which is the fifth release of our next major release line. It includes roughly 4000+ resolved issues since 2.0.0.

A beta release usually means that there will be no new big feature for 3.0.0 release line any more, and the release is much stabler than the alpha releases before, as we have passed several 1B ITBLL runs and one 10B ITBLL run. So you can try it in more critical environments, but still need to use it with caution, and report back everything you find unusual.

Notable new features include: Synchronous Replication OpenTelemetry Tracing Distributed MOB Compaction Backup and Restore Decouple region replication and general replication framework, and also make region replication can work when SKIP_WAL is used A new file system based replication peer storage Use hbase table instead of zookeeper for tracking hbase replication queue

For other important changes: We do not support hadoop 2.x any more Move RSGroup balancer to core Reimplement sync client on async client CPEPs on shaded proto Move the logging framework from log4j to log4j2 Yield SCP and TRSP to improve MTTR when restarting large cluster

The full list of issues and release notes can be found here:

CHANGELOG: https://downloads.apache.org/hbase/3.0.0-beta-1/CHANGES.md RELEASENOTES: https://downloads.apache.org/hbase/3.0.0-beta-1/RELEASENOTES.md

or via our issue tracker:

https://issues.apache.org/jira/projects/HBASE/versions/12353291 https://issues.apache.org/jira/projects/HBASE/versions/12351845 https://issues.apache.org/jira/projects/HBASE/versions/12350942 https://issues.apache.org/jira/projects/HBASE/versions/12350250 https://issues.apache.org/jira/projects/HBASE/versions/12332342

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at:

[email protected] [email protected] [email protected]

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.5.7

4 months ago

The HBase team is happy to announce the immediate availability of HBase 2.5.7.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.7 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.5.7-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.5.6

6 months ago

The HBase team is happy to announce the immediate availability of HBase 2.5.6.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.6 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.5.6-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.5.5

10 months ago

The HBase team is happy to announce the immediate availability of HBase 2.5.5.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.5 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.5.5-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/3.0.0-alpha-4

11 months ago

The HBase team is happy to announce the immediate availability of HBase 3.0.0-alpha-4.

Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 3.0.0-alpha-4 is the fourth alpha release in the HBase 3.x line, which is the fourth release of our next major release line. It includes roughly 4000+ resolved issues since 2.0.0.

HBase 3.0.0-alpha-4 release will mark the final alpha version for the HBase 3.x line. This indicates that the major features for 3.x have been finalized. The subsequent release, 3.0.0-beta-1, will prioritize improving stability and cleaning up the API.

Notice that this is not a production ready release. It is used to let our users try and test the new major release, to get feedback before the final GA release is out. So please do NOT use it in production. Just try it and report back everything you find unusual.

Notable new features include: Synchronous Replication OpenTelemetry Tracing Distributed MOB Compaction Backup and Restore Decouple region replication and general replication framework, and also make region replication can work when SKIP_WAL is used A new file system based replication peer storage Use hbase table instead of zookeeper for tracking hbase replication queue

For other important changes: We do not support hadoop 2.x any more Move RSGroup balancer to core Reimplement sync client on async client CPEPs on shaded proto Move the logging framework from log4j to log4j2

The full list of issues and release notes can be found here:

CHANGELOG: https://downloads.apache.org/hbase/3.0.0-alpha-4/CHANGES.md RELEASENOTES: https://downloads.apache.org/hbase/3.0.0-alpha-4/RELEASENOTES.md

or via our issue tracker:

https://issues.apache.org/jira/projects/HBASE/versions/12351845 https://issues.apache.org/jira/projects/HBASE/versions/12350942 https://issues.apache.org/jira/projects/HBASE/versions/12350250 https://issues.apache.org/jira/projects/HBASE/versions/12332342

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at:

[email protected] [email protected] [email protected]

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.5.4

1 year ago

The HBase team is happy to announce the immediate availability of HBase 2.5.4.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.4 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.5.4-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.4.17

1 year ago

The HBase team is happy to announce the immediate availability of HBase 2.4.17.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.4.17 is the latest patch release in the HBase 2.4.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.4.17-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.5.3

1 year ago

The HBase team is happy to announce the immediate availability of HBase 2.5.3.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.5.3 is the latest patch release in the HBase 2.5.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/hbase-2.5.3-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Notice that, since 2.5.2, we publish dists and maven artifacts which are built against hadoop3. You can download the hadoop3 dists from the download page which has 'hadoop3-' prefix. And for maven artifacts, please use 2.5.3-hadoop3 as the version of the hbase dependencies in your pom.

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team

rel/2.4.16

1 year ago

The HBase team is happy to announce the immediate availability of HBase 2.4.16.

Apache HBase™ is an open-source, distributed, versioned, non-relational database.

Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/.

HBase 2.4.16 is the latest patch release in the HBase 2.4.x line. The full list of issues can be found in the included CHANGES and RELEASENOTES, or via our issue tracker:

https://s.apache.org/2.4.16-jira

To download please follow the links and instructions on our website:

https://hbase.apache.org/downloads.html

Questions, comments, and problems are always welcome at: [email protected].

Thanks to all who contributed and made this release possible.

Cheers, The HBase Dev Team