No edit summary |
|||
Line 15: | Line 15: | ||
== Detailed Description == | == Detailed Description == | ||
Apache HBase is used when you need random, realtime read/write access to your Big Data. Apache HBase hosts very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is a distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS. | Apache HBase is used when you need random, realtime read/write access to your Big Data. Apache HBase hosts very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is a distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS. | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Apache HBase is the Big Data database used by many parts of the Hadoop Ecosystem. Including it in Fedora increases usefulness of the Apache Hadoop that is already in Fedora. | |||
== Scope == | == Scope == | ||
* Proposal owners: The [http://pkgs.fedoraproject.org/cgit/hbase.git Hbase] package has been accepted into Fedora and provides all the functionality from the upstream release. | |||
* Other developers: N/A (not a System Wide Change) | |||
* Proposal owners: | * Release engineering: N/A (not a System Wide Change) | ||
* Policies and guidelines: N/A (not a System Wide Change) | |||
* Other developers: N/A (not a System Wide Change) | |||
* Release engineering: N/A (not a System Wide Change) | |||
* Policies and guidelines: N/A (not a System Wide Change) | |||
== Upgrade/compatibility impact == | == Upgrade/compatibility impact == | ||
N/A (not a System Wide Change) | N/A (not a System Wide Change) | ||
== How To Test == | == How To Test == | ||
Basic shell exercises [http://hbase.apache.org/book/quickstart.html here] | |||
== User Experience == | == User Experience == | ||
Users should be able to write/run applications that use Apache HBase for their database. | |||
== Dependencies == | == Dependencies == | ||
[https://bugzilla.redhat.com/show_bug.cgi?id=1071456 Apache Oozie] | |||
== Contingency Plan == | == Contingency Plan == | ||
* Contingency mechanism: N/A (not a System Wide Change) | |||
* Contingency mechanism: | * Contingency deadline: N/A (not a System Wide Change) | ||
* Blocks release? N/A (not a System Wide Change) | |||
* Contingency deadline: N/A (not a System Wide Change) | * Blocks product? N/A | ||
* Blocks release? N/A (not a System Wide Change) | |||
* Blocks product? | |||
== Documentation == | == Documentation == | ||
N/A (not a System Wide Change) | N/A (not a System Wide Change) | ||
== Release Notes == | == Release Notes == | ||
Fedora 21 includes Apache HBase, the Hadoop database. | |||
[[Category: | [[Category:ChangeReadyForWrangler]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | ||
<!-- The Wrangler announces the Change to the devel-announce list and changes the category to Category:ChangeAnnounced (no action required) --> | <!-- The Wrangler announces the Change to the devel-announce list and changes the category to Category:ChangeAnnounced (no action required) --> | ||
<!-- After review, the Wrangler will move your page to Category:ChangeReadyForFesco... if it still needs more work it will move back to Category:ChangePageIncomplete--> | <!-- After review, the Wrangler will move your page to Category:ChangeReadyForFesco... if it still needs more work it will move back to Category:ChangePageIncomplete--> | ||
[[Category:SelfContainedChange]] | [[Category:SelfContainedChange]] | ||
Revision as of 18:05, 26 March 2014
Apache HBase
Summary
Apache HBase is a distributed database built on top of Apache Hadoop.
Owner
- Name: Robert Rati
- Email: rrati@redhat.com
- Release notes owner:
Current status
- Targeted release: Fedora 21
- Last updated: 26 March 2014
- Tracker bug: <will be assigned by the Wrangler>
Detailed Description
Apache HBase is used when you need random, realtime read/write access to your Big Data. Apache HBase hosts very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is a distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.
Benefit to Fedora
Apache HBase is the Big Data database used by many parts of the Hadoop Ecosystem. Including it in Fedora increases usefulness of the Apache Hadoop that is already in Fedora.
Scope
- Proposal owners: The Hbase package has been accepted into Fedora and provides all the functionality from the upstream release.
- Other developers: N/A (not a System Wide Change)
- Release engineering: N/A (not a System Wide Change)
- Policies and guidelines: N/A (not a System Wide Change)
Upgrade/compatibility impact
N/A (not a System Wide Change)
How To Test
Basic shell exercises here
User Experience
Users should be able to write/run applications that use Apache HBase for their database.
Dependencies
Contingency Plan
- Contingency mechanism: N/A (not a System Wide Change)
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change)
- Blocks product? N/A
Documentation
N/A (not a System Wide Change)
Release Notes
Fedora 21 includes Apache HBase, the Hadoop database.