Skip to content

imedvedko/hbase-standalone-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Run HBase

docker run -i -t --rm \
           --name hbase \
           imedvedko/hbase-standalone

Open HBase Shell

docker exec -i -t hbase hbase shell