Sign inSign up

ikats/hbase

By ikats

Updated over 7 years ago

Hbase component for IKATS sandbox product

Image
0

1.6K

ikats/hbase repository overview

Hbase image

This repository handles the hbase image used in IKATS sandbox product.

Build the image

docker build . -t ikats/hbase:latest

RUN the image

docker run -it \
  -e CLUSTER_MODE=${CLUSTER_MODE} \
  -e ZK_QUORUM_URI=${uri_to_zookeeper} \
  -e ZK_QUORUM_URI=${uri_to_zookeeper} \
  -e HDFS_URI=${uri_to_hdfs} \
  -v ${hbase_volume}:/data/hbase \
  ikats/hbase:latest

where

  • CLUSTER_MODE set to false when running docker-compose, true when running on kubernetes cluster
  • uri_to_zookeeper is the URI to zookeper service (only when CLUSTER_MODE is set to true)
  • uri_to_hdfs is the URI to HDFS name node (only when CLUSTER_MODE is set to true)

Tag summary

Content type

Image

Digest

Size

400.4 MB

Last updated

over 7 years ago

docker pull ikats/hbase