hbase-docker
hbase-docker copied to clipboard
HBase running in Docker
Thanks for providing the container! After pulling the image we notice that `hbase.regionserver.thrift.framed` is set to `False` in the configuration file. 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)...
Currently(08/03/2022) when pulling from Dockerhub the image is pulled with AMD architecture requiring the user to locally build the image. In the config-hbase.sh line:14 it is necessary to change the...
I've been working on getting hbase-docker to run on both Windows 10 and CentOS 7 and I think I have it working on both. On Windows, I wasn't able to...
Low performance? Process Thread Dump: Thread dump because: Master not initialized after 200000ms 202 active threads Thread 233 (AsyncFSWAL-0): State: WAITING Blocked count: 0 Waited count: 1 Waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@69d6a7cd...
Rather a question: Can this image be used for making a dynamic cluster of Hbase? I would like to use it in swarm mode in order to autoscale the number...
Not an issue - just a question: are you sure you need to make changes to /etc/hosts to be able to connect to hbase in container? I created an hbase...
* Use HBase version 1.2.6 * Use dispatcher to get closest mirror site * Base on openjdk:8-jre-alpine image * GPG download authentication
As specified in the [HBase Book](http://hbase.apache.org/book.html), since version `hbase-0.96.0` there's no need to change the `/etc/hosts` file. Also, to access the the container ports from your machine, you should expose...
Following issue seen in the container log, what does it indicate and how it could be resolved? ``` hbase-docker_1 | 2016-12-12 10:34:45,115 WARN [ProcedureExecutor-2] master.SplitLogManager: Returning success without actually splitting...
Running on CentOS 7 Docker version 17.06.2-ce, build cec0b72 The image doesn't get built if the `rm -rf /build` is included [here](https://github.com/dajobe/hbase-docker/blob/master/Dockerfile#L16). If I remove that command, the image builds....