Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 171 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 171 Bytes

Run HBase

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

Open HBase Shell

docker exec -i -t hbase hbase shell