Sign inSign up

oddpoet/hbase-local

By oddpoet

Updated over 11 years ago

HBase (CHD-5.2.0) : pseudo-distributed mode

Image
1

3.1K

oddpoet/hbase-local repository overview

###########################################################
    HBase (CHD-5.2.0) : pseudo-distributed mode
###########################################################

Usage: docker run DOCKER_OPTS oddpoet/hbase-local:cdh5.2 OPTIONS

Environment vars:
  --ZK_HOSTS=localhost                   hbase.zookeeper.quorum.
                                         If you use default value(localhost), local zookeeper-server will be run.
  --MASTER_PORT=60000                    hbase.master.port
  --MASTER_INFO_PORT=60010               hbase.master.info.port
  --REGIONSERVER_PORT=60000              hbase.regionserver.port
  --REGIONSERVER_INFO_PORT=60010         hbase.regionserver.info.port

Options:
  -h,  --help                            help message
  shell                                  execute shell. should run docker with '-i -t'. (service will not be started)

Example:
    docker run \
         -d -h hbase \
         -p 65000:65000 -p 65010:65010 \
         -p 65020:65020 -p 65030:65030 \
         -p 2181:2181 \
         -e MASTER_PORT=65000 \
         -e MASTER_INFO_PORT=65010 \
         -e REGIONSERVER_PORT=65020 \
         -e REGIONSERVER_INFO_PORT=65030 \
         oddpoet/hbase-local:cdh5.2

Tag summary

Content type

Image

Digest

sha256:e8327706e

Size

579.5 MB

Last updated

over 11 years ago

docker pull oddpoet/hbase-local