Apache Hive is an open-source data warehouse that brings SQL (HiveQL) and a managed metastore to large-scale data on Hadoop. This image runs Hive 4.0 with Hadoop and a MariaDB metastore on Ubuntu 24.04 LTS, hardened and fully patched, with HiveServer2 and its web UI on port 80 behind authentication, a unique per-VM password generated on first boot, and the warehouse on a dedicated disk. Maintained by cloudimg.
## Apache Hive on Ubuntu 24.04 LTS
Apache Hive is a data warehouse system that lets you query and manage large datasets with a familiar SQL dialect (HiveQL), backed by a relational metastore. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base — sparing you the notoriously fiddly Hadoop + metastore + HiveServer2 wiring.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/hive-credentials.txt`, then connect with beeline: `beeline -u 'jdbc:hive2://127.0.0.1:10000/default' -n hive -p