HBase# HBase Overview Why HBase HBase Data Model HBase Commands HBase and HDFS HBase and RDBMS References HBase Architecture Region server References HBase Installation Pre-Installation Setup Installing HBase Installing HBase in Standalone Mode Configuring HBase in Standalone Mode Installing HBase in Pseudo-Distributed Mode Starting HBase Checking the HBase Directory in HDFS Starting and Stopping a Master Starting and Stopping RegionServers Starting HBaseShell HBase Web Interface Setting the Classpath References HBase Shell General Commands Data Definition Language Data Manipulation Language Starting HBase Shell Results References HBase Admin API Class HBaseAdmin Class Descriptor Constructors Methods and Description Shutting Down Stopping HBase Using Java API References HBase Table Create Table Creating a Table using HBase Shell Creating a Table Using java API Tips Listing Table Listing a Table using HBase Shell Listing Tables Using Java API Disabling a Table Disabling a Table using HBase Shell Disable a Table Using Java API Enabling a Table Enabling a Table using HBase Shell Enable a Table Using Java API Describe & Alter describe alter Adding a Column Family Using Java API Deleting a Column Family Using Java API Exists Existence of Table using HBase Shell Verifying the Existence of Table Using Java API Drop a Table Dropping a Table using HBase Shell Deleting a Table Using Java API References HBase Client API Class HBase Configuration Class HTable Class Put Class Get Class Delete Class Result HBase Data Create Data Inserting Data using HBase Shell Inserting Data Using Java API Update Data Updating Data using HBase Shell Updating Data Using Java API Read Data Reading Data using HBase Shell Reading a Specific Column Reading Data Using Java API Delete Data Deleting a Specific Cell in a Table Deleting All Cells in a Table Deleting Data Using Java API Scan Scaning using HBase Shell Scanning Using Java API Count & Truncate count truncate Security grant revoke user_permission References