Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

hbase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

docker run -d -h docker-hbase
-p 2181:2181
-p 8080:8080
-p 8085:8085
-p 9090:9090
-p 9000:9000
-p 9095:9095
-p 16000:16000
-p 16010:16010
-p 16201:16201
-p 16301:16301
-p 16020:16020
--name hbase
harisekhon/hbase

docker exec -it hbase /bin/bash

hbase shell

info为列簇,不建议有过多列簇

create 'user','info'

给 hosts 添加
docker-hbase 你的docker地址