# docker-hbase **Repository Path**: xiaoliuping/docker-hbase ## Basic Information - **Project Name**: docker-hbase - **Description**: No description available - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-19 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/big-data-europe/Lobby) # docker-hbase # Standalone To run standalone hbase: ``` docker-compose -f docker-compose-standalone.yml up -d ``` The deployment is the same as in [quickstart HBase documentation](https://hbase.apache.org/book.html#quickstart). Can be used for testing/development, connected to Hadoop cluster. # Local distributed To run local distributed hbase: ``` docker-compose -f docker-compose-distributed-local.yml up -d ``` This deployment will start Zookeeper, HMaster and HRegionserver in separate containers. # Distributed To run distributed hbase on docker swarm see this [doc](./distributed/README.md):