Apache HBase is an open-source, distributed, scalable NoSQL big-data store that provides random, real-time read/write access to massive tables. This image runs HBase 2.5 in standalone mode on Ubuntu 24.04 LTS, hardened and fully patched, with the services bound to loopback, the Master status UI on port 80 behind authentication, a unique per-VM password generated on first boot, and data on a dedicated disk. Maintained by cloudimg.
## Apache HBase on Ubuntu 24.04 LTS
Apache HBase is a distributed, column-oriented NoSQL database modeled on Google's Bigtable, delivering low-latency random access to billions of rows on top of the Hadoop data model. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Browse to the VM's public IP for the Master status UI (sign in with `sudo cat /root/hbase-credentials.txt`), or use the HBase shell locally: `hbase shell`, then `create 'demo','cf'`. The deployment guide on cloudimg.co.uk covers table design, the shell, and day-2 operations.