HBase Tutorial
- HBase - Client APIThis chapter describes the java client API for HBase that is used to perform CRUD operations on HBase tables. HBase is written in Java and has a Java Native API. Therefore it provides programmatic access to Data Manipulation Language (DML).
- HBase - Describe & AlterThis command returns the description of the table. Its syntax is as follows:
- HBase - General CommandsThe general commands in HBase are status, version, table_help, and whoami. This chapter explains these commands.
- HBase - ArchitectureIn HBase, tables are split into regions and are served by the region servers. Regions are vertically divided by column families into Stores. Stores are saved as files in HDFS. Shown below is the architecture of HBase.
- HBase - Quick GuideSince 1970, RDBMS is the solution for data storage and maintenance related problems. After the advent of big data, companies realized the benefit of processing big data and started opting for solutions like Hadoop.
- HBase - Useful ResourcesThe following resources contain additional information on HBase. Please use them to get more in-depth knowledge on this topic.
Page 1 / 6Next