Sign inSign up

cogniteev/hbase-standalone

By cogniteev

Updated almost 11 years ago

Image
0

1.6K

cogniteev/hbase-standalone repository overview

Docker HBase Standalone Dockerfile

This repository contains Dockerfile of Hbase 0.98.10 for Docker automated build published to the public Docker Hub Registry.

Base Docker Image
Installation
  1. Install Docker

  2. Download automated build: docker pull cogniteev/hbase-standalone

Usage
docker run -d -p 2181:2181 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 cogniteev/hbase-standalone

Open http://docker.ip.add.ress:60010 in a browser

Attach persistent/shared directories

Create a mountable data directory on the host.

Start the container with the following volume:

docker run -d -p 9200:9200 -p 9300:9300 -v <data-dir>:/home/hbase/data
Notes

This container runs the exact version distributed by Apache.

Tag summary

Content type

Image

Digest

sha256:b88e8c2e9

Size

383.6 MB

Last updated

almost 11 years ago

docker pull cogniteev/hbase-standalone