docker-hbase
docker-hbase copied to clipboard
Apache HBase docker image based on alpine
Thanks for providing the container! After pulling the image we notice that `hbase.regionserver.thrift.framed` is set to `False` in `hbase-default.xml`. However, the HBase [official document](https://hbase.apache.org/book.html#hbase.regionserver.thrift.framed) and Cloudera [troubleshooting page](https://www.cloudera.com/documentation/enterprise/5-2-x/topics/cdh_ig_hbase_troubleshooting.html) recommends to...
e.g. The graph dabatase JanusGraph uses hbase as one of its backends, and it can use this docker-compose by some simple steps.
Hello @smizy, Thanks for sharing! The `volume_from` is not supported in docker-compose 3.x version. I tried to replace `volume_from` : ``` namenode-1: container_name: namenode-1 networks: ["vnet"] hostname: namenode-1.vnet image: smizy/hadoop-base:2.7.3-alpine...