heamon7 / docker-ubuntu-hbase

Dockerfile for running HBase on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ubuntu-hbase

Dockerfile for running HBase on Ubuntu

What is HBase?

Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al.

https://hbase.apache.org/

Base Docker image

How to use this image?

Starting the container

docker run -d --name hbase-master -h hbase-master -p 16010:16010 -v /hostdirectory/docker-volumes/hbase-master:/data gelog/hbase

Accessing the web interface

http://hostIP:16010

About

Dockerfile for running HBase on Ubuntu

License:Apache License 2.0