Small, standalone HBase for development. With REST and Thrift servers.
2.0K
Small, standalone HBase for development. With REST and Thrift servers.
You can mount volume for data at /data.
HBase will store its data at /data/hbase, ZooKeeper at /data/zookeeper.
Pull it:
docker pull olegfedoseev/hbase-standalone
Run it:
docker run -it \
-p 8080:8080 \
-p 8085:8085 \
-p 9090:9090 \
-p 9095:9095 \
-p 16010:16010 \
-p 2181:2181 \
olegfedoseev/hbase-standalone
Content type
Image
Digest
Size
119.8 MB
Last updated
about 10 years ago
docker pull olegfedoseev/hbase-standalone