All Projects → big-data-europe → Docker Hbase

big-data-europe / Docker Hbase

Labels

Projects that are alternatives of or similar to Docker Hbase

Android Libjpeg Turbo
Standalone Android.mk configuration for libjpeg-turbo.
Stars: ✭ 145 (-8.23%)
Mutual labels:  makefile
Gitmagic
A guide to using Git
Stars: ✭ 1,852 (+1072.15%)
Mutual labels:  makefile
Esp Open Sdk
Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
Stars: ✭ 1,884 (+1092.41%)
Mutual labels:  makefile
Ansibleplaybook Rancher
Ansible playbook to keep a Rancher container running on a docker host
Stars: ✭ 146 (-7.59%)
Mutual labels:  makefile
Sd Maskrcnn
Code for SD Mask R-CNN Project
Stars: ✭ 150 (-5.06%)
Mutual labels:  makefile
Arduino Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
Stars: ✭ 1,893 (+1098.1%)
Mutual labels:  makefile
Proprietary vendor motorola
Stars: ✭ 143 (-9.49%)
Mutual labels:  makefile
Openwrt
Mercer's OpenWrt source tree
Stars: ✭ 158 (+0%)
Mutual labels:  makefile
Kube Yarn
Running YARN on Kubernetes with PetSet controller.
Stars: ✭ 150 (-5.06%)
Mutual labels:  makefile
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-1.9%)
Mutual labels:  makefile
Securekubernetes
Attacking and Defending Kubernetes Clusters: A Guided Tour
Stars: ✭ 146 (-7.59%)
Mutual labels:  makefile
Real World Kubernetes
disaster recovery, security, and high-availability setups for kubernetes tutorials
Stars: ✭ 149 (-5.7%)
Mutual labels:  makefile
Device essential mata
Essential PH-1 device
Stars: ✭ 153 (-3.16%)
Mutual labels:  makefile
Keyboard Pcbs
Keyboard PCBs
Stars: ✭ 146 (-7.59%)
Mutual labels:  makefile
Benchmarks
Some benchmarks of different languages
Stars: ✭ 2,108 (+1234.18%)
Mutual labels:  makefile
Smarchglasses public
Stars: ✭ 143 (-9.49%)
Mutual labels:  makefile
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-3.8%)
Mutual labels:  makefile
Dockerfiles
Dockerfiles for various pandoc images
Stars: ✭ 158 (+0%)
Mutual labels:  makefile
Sfml Vscode Boilerplate
A cross-platform SFML 2.5.1 & C++17 build environment for Visual Studio Code
Stars: ✭ 156 (-1.27%)
Mutual labels:  makefile
Lpic1book
Stars: ✭ 155 (-1.9%)
Mutual labels:  makefile

Gitter chat

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].