Managing Apache HBase
Starting and stopping HBase using Cloudera Manager
Start HBase
Stop HBase
Graceful HBase shutdown
Gracefully shut down an HBase RegionServer
Gracefully shut down the HBase service
Importing data into HBase
Choose the right import method
Use snapshots
Use CopyTable
Use BulkLoad
Use cases for BulkLoad
Use cluster replication
Use Sqoop
Use Spark
Use a custom MapReduce job
Use HashTable and SyncTable Tool
HashTable/SyncTable tool configuration
Synchronize table data using HashTable/SyncTable tool
Writing data to HBase
Variations on Put
Versions
Deletion
Examples
Reading data from HBase
Perform scans using HBase Shell
HBase filtering
Dynamically loading a custom filter
Logical operators, comparison operators and comparators
Compound operators
Filter types
HBase Shell example
Java API example
HBase online merge
Move HBase Master Role to another host
Expose HBase metrics to a Ganglia server
Using the HBase-Spark connector
Example: Using the HBase-Spark connector