Sign inSign up

ilpan/apache-hbase

By ilpan

Updated over 8 years ago

Apache-HBase Fully Distributed cluster, 1 HMaster and three RegionServers

Image
0

313

ilpan/apache-hbase repository overview

pandocker

How to use

First of all: clone this repo
Recommends$ docker pull ilpan/base-javabefore you run the following clusters

usage example ( flume+kafka+spark+hbase+zookeeper )
  1. run zookeeper
    $ cd apache-zookeeper/compose && ./compose.sh -i
  2. run kafka
    $ cd apache-kafka/compose && ./compose.sh -i
  3. run flume
    $ cd apache-flume/compose && ./compose.sh -i
  4. run spark
    $ cd apache-spark/compose && ./compose.sh -i
  5. run hbase
    $ cd apache-hbase/compose && ./compose.sh -i

if it's not your first time to run these cluster, you can replace '-i' with '-s'

And you can enter $ ./compose.sh -h for more usage about compose.sh.


running results

$ dokcer ps
docker_ps $ ping
ping_info


HOW TO STOP THESE CLUSTERS
  1. stop spark
    $ cd apache-spark && ./compose.sh -S
  2. stop flume
    $ cd apache-flume && ./compose.sh -S
  3. stop kafka
    $ cd apache-kafka && ./compose.sh -S
  4. stop hbase
    $ cd apache-hbase && ./compose.sh -S
  5. stop zookeeper
    $ cd apache-zookeeper && ./compose.sh -S

have fun!

Tag summary

Content type

Image

Digest

Size

577.2 MB

Last updated

over 8 years ago

docker pull ilpan/apache-hbase