docker-hbase icon indicating copy to clipboard operation
docker-hbase copied to clipboard

Results 12 docker-hbase issues
Sort by recently updated
recently updated
newest added

updated to hbase 2.2.5 on hadoop 3.2.1

I ought to add ports 16000( hbase-master) and 16020(hbase-regionserver) for compatibility with Hortonwork shc-core Connector(hortonworks-spark/shc) in the case for Spark is running outside the Docker (i/e/ in embedded mode from...

Thanks for providing the containers! The HBase manual page guides to configure passwordless SSH access from master servers to region servers, (https://hbase.apache.org/book.html#quickstart_fully_distributed) but the containers do not seem to do...

I use this project to make Hadoop cluster, since I want to bigger this cluster what should I do (beside adding new datanode or Hbase region in docker compose file)...

![image](https://user-images.githubusercontent.com/11850956/49413013-7d636600-f7a9-11e8-9bd1-c189749e622f.png)

How should I connect a client using the java API?. I'm using this at the moment ```java Configuration config = HBaseConfiguration.create(); config.set("hbase.zookeeper.quorum", "localhost"); config.set("hbase.zookeeper.property.clientPort", "2181"); HBaseAdmin.available(config); ``` Returns ```java org.apache.hadoop.hbase.MasterNotRunningException:...

when running `hbase backup` by: ```bash docker exec hbase hbase backup ``` ```bash Error: Could not find or load main class backup Caused by: java.lang.ClassNotFoundException: backup ```

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)...

The Hbase [official configuration file](https://github.com/apache/hbase/blob/master/hbase-common/src/main/resources/hbase-default.xml) recommends to change the default value of **hbase.rootdir** and **hbase.tmp.dir** to another location such as 'hbase://...', or else all data will be lost on machine...