This repository handles the hbase image used in IKATS sandbox product.
docker build . -t ikats/hbase:latest
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 clusteruri_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)Content type
Image
Digest
Size
400.4 MB
Last updated
over 7 years ago
docker pull ikats/hbase