Software:Apache HBase
Original author(s) | Powerset |
---|---|
Developer(s) | Apache Software Foundation |
Initial release | 28 March 2008 |
Stable release | |
Preview release | 3.0.0-alpha-3
/ 27 June 2022[1] |
Repository | GitHub Repository, Gitbox Repository |
Written in | Java |
Operating system | Cross-platform |
Type | Distributed database |
License | Apache License 2.0 |
Website | hbase |
HBase is an open-source non-relational distributed database modeled after Google's Bigtable and written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed File System) or Alluxio, providing Bigtable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data (small amounts of information caught within a large collection of empty or unimportant data, such as finding the 50 largest items in a group of 2 billion records, or finding the non-zero items representing less than 0.1% of a huge collection).
HBase features compression, in-memory operation, and Bloom filters on a per-column basis as outlined in the original Bigtable paper.[2] Tables in HBase can serve as the input and output for MapReduce jobs run in Hadoop, and may be accessed through the Java API but also through REST, Avro or Thrift gateway APIs. HBase is a wide-column store and has been widely adopted because of its lineage with Hadoop and HDFS. HBase runs on top of HDFS and is well-suited for fast read and write operations on large datasets with high throughput and low input/output latency.
HBase is not a direct replacement for a classic SQL database, however Apache Phoenix project provides a SQL layer for HBase as well as JDBC driver that can be integrated with various analytics and business intelligence applications. The Apache Trafodion project provides a SQL query engine with ODBC and JDBC drivers and distributed ACID transaction protection across multiple statements, tables and rows that use HBase as a storage engine.
HBase is now serving several data-driven websites[3] but Facebook's Messaging Platform migrated from HBase to MyRocks in 2018.[4][5] Unlike relational and traditional databases, HBase does not support SQL scripting; instead the equivalent is written in Java, employing similarity with a MapReduce application.
In the parlance of Eric Brewer's CAP Theorem, HBase is a CP type system.
History
Apache HBase began as a project by the company Powerset out of a need to process massive amounts of data for the purposes of natural-language search. Since 2010 it is a top-level Apache project.
Facebook elected to implement its new messaging platform using HBase in November 2010, but migrated away from HBase in 2018.[4]
The 2.4.x series is the current stable release line, it supersedes earlier release lines.
Use cases & production deployments
Enterprises that use HBase
The following is a list of notable enterprises that have used or are using HBase:
- 23andMe
- Adobe
- Airbnb uses HBase as part of its AirStream realtime stream computation framework[6]
- Alibaba Group
- Amadeus IT Group, as its main long-term storage DB.
- Bloomberg, for time series data storage
- Facebook used HBase for its messaging platform between 2010 and 2018
- Flipkart uses HBase for its search index[7] and user insights.[8]
- Flurry
- HubSpot
- Imgur uses HBase to power its notifications system[9][10]
- Kakao[11]
- Netflix[12]
- Pinterest[13]
- Quicken Loans
- Rocket Fuel
- Salesforce.com[14]
- Sears
- Sophos, for some of their back-end systems.
- Spotify uses HBase as base for Hadoop and machine learning jobs.[15]
- Tuenti uses HBase for its messaging platform.[16][17]
- Xiaomi
- Yahoo!
See also
- NoSQL
- Wide column store
- Bigtable
- Apache Cassandra
- Oracle NOSQL
- Hypertable
- Apache Accumulo
- MongoDB
- Project Voldemort
- Riak
- Sqoop
- Elasticsearch
- Apache Phoenix
References
- ↑ 1.0 1.1 1.2 "Apache HBase – Apache HBase Downloads". https://hbase.apache.org/downloads.html.
- ↑ Chang, et al. (2006). Bigtable: A Distributed Storage System for Structured Data
- ↑ "Apache HBase – Powered By Apache HBase". http://hbase.apache.org/poweredbyhbase.html.
- ↑ 4.0 4.1 "Migrating Messenger storage to optimize performance". 26 June 2018. https://code.fb.com/data-infrastructure/migrating-messenger-storage-to-optimize-performance/.
- ↑ Facebook: Why our 'next-gen' comms ditched MySQL Retrieved: 17 December 2010
- ↑ HBaseCon (2 August 2016). "Apache HBase at Airbnb". http://www.slideshare.net/HBaseCon/apache-hbase-at-airbnb.
- ↑ "Near Real Time Search Indexing". https://link.medium.com/eVl4l3XRTvb.
- ↑ "Is data locality always out of the box in Hadoop?". https://link.medium.com/72m6gLvSTvb.
- ↑ "Why Imgur Dropped MySQL in Favor of HBase - DZone Database". https://dzone.com/articles/why-imgur-dropped-mysql-in-favor-of-hbase.
- ↑ "Tech Tuesday: Imgur Notifications: From MySQL to HBase - The Imgur Blog". http://blog.imgur.com/2015/09/15/tech-tuesday-imgur-notifications-from-mysql-to-hbase/.
- ↑ Doyung Yoon. "S2Graph : A Large-Scale Graph Database with HBase". http://apachebigdata2015.sched.org/event/de6abfbd8f0b9e66b1c03feb2b9e2078?iframe=yes&w=i:100;&sidebar=yes&bg=no.
- ↑ Cheolsoo Park and Ashwin Shankar. "Netflix: Integrating Spark at Petabyte Scale". http://apachebigdata2015.sched.org/event/2a65daf0baa4cfbc227a8cb74a9103a2?iframe=no&w=i:100;&sidebar=yes&bg=no.
- ↑ Engineering, Pinterest (2018-03-30). "Improving HBase backup efficiency at Pinterest" (in en). https://medium.com/pinterest-engineering/improving-hbase-backup-efficiency-at-pinterest-86159da4b954.
- ↑ "Hbase at Salesforce.com". https://www.slideshare.net/salesforceeng/hbase-at-salesforcecom.
- ↑ Josh Baer. "How Apache Drives Spotify's Music Recommendations". http://apachebigdata2015.sched.org/event/2a65daf0baa4cfbc227a8cb74a9103a2?iframe=no&w=i:100;&sidebar=yes&bg=no.
- ↑ "Tuenti Group Chat: Simple, yet complex". http://corporate.tuenti.com/en/dev/blog/tuenti-group-chat-simple-yet-complex.
- ↑ "Tuenti Asyncthrift". 6 November 2013. https://github.com/tuenti/asyncthrift.
Bibliography
- Dimiduk, Nick; Khurana, Amandeep (28 November 2012). HBase in Action (1st ed.). Manning Publications. p. 350. ISBN 978-1617290527.
- George, Lars (20 September 2011). HBase: The Definitive Guide (1st ed.). O'Reilly Media. p. 556. ISBN 978-1449396107. http://shop.oreilly.com/product/0636920014348.do.
- Jiang, Yifeng (16 August 2012). HBase Administration Cookbook (1st ed.). Packt Publishing. p. 332. ISBN 978-1849517140. http://www.packtpub.com/hbase-administration-for-optimum-database-performance-cookbook/book.
External links
Original source: https://en.wikipedia.org/wiki/Apache HBase.
Read more |