Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

jaconi-io/hbase

Repository files navigation

This project is unmaintained!

hbase

A docker image for Apache HBase.

Included:

Configuration

Apache HBase is usually configured using a XML configuration files:

Mounting this into a container is tedious. Therefore we exclusively use environment variables to configure Apache HBase in this container.

If you want to set, for example, hbase.rootdir in hbase-site.xml you would set the environment variable HBASE_ROOTDIR instead.