HBase Overview
Originals of Slides and Source Code for Examples: http://www.coreservlets.com/hadoop-tutorial/ Customized Java EE Training: http://courses.coreservlets.com/
Hadoop, Java, JSF 2, PrimeFaces, Servlets, JSP, Ajax, jQuery, Spring, Hibernate, RESTful Web Services, Android.
Developed and taught by well-known author and developer. At public venues or onsite at your location.
© 2012 coreservlets.com and Dima May
For live Hadoop training, please see courses at http://courses.coreservlets.com/.
Taught by the author of this Hadoop tutorial. Available at public venues, or customized versions can be held on-site at your organization.
• Courses developed and taught by Marty Hall
– JSF 2, PrimeFaces, servlets/JSP, Ajax, jQuery, Android development, Java 6 or 7 programming, custom mix of topics
– Ajax courses can concentrate on 1EE library (jQuery, Prototype/Scriptaculous,
Ext-JS, Dojo, etc.) or survey several
Customized
Java
Training:
http://courses.coreservlets.com/
• Courses developed and taught by coreservlets.com experts (edited by Marty)
Hadoop, –Java,
JSF 2, PrimeFaces, Servlets, JSP, Ajax, jQuery, Spring, Hibernate, RESTful Web Services, Android.
Hadoop, Spring, Hibernate/JPA, GWT, SOAP-based and RESTful Web Services
Contact
hall@coreservlets.com for details
Developed and taught by well-known author and developer. At public venues or onsite at your location.
Agenda
•
•
•
•
Overview
Data Model
Architecture
Resources
4
HBase
• Column-Oriented data store, known as
“Hadoop Database”
• Supports random real-time CRUD operations (unlike HDFS)
• Distributed – designed to serve large tables
– Billions of rows and millions of columns
• Runs on a cluster of commodity hardware
– Server hardware, not laptop/desktops
• Open-source, written in Java
• Type of “NoSQL” DB
5
– Does not provide a SQL based access
– Does not adhere to Relational Model for