Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noteax committed Jun 25, 2017
1 parent aa79313 commit ca8fe1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hbase-standalone-docker
# hbase-standalone
This is the simplified version of HBase for development purposes that uses the local filesystem and embedded zookeeper.

# Supported tags and respective `Dockerfile` links
Expand All @@ -24,7 +24,7 @@ Use Apache HBase™ when you need random, realtime read/write access to your Big

## Connect to HBase container with line client

$ docker run -it some-hbase hbase shell
$ docker exec -it some-hbase bin/hbase shell

## Where to store data

Expand Down

0 comments on commit ca8fe1f

Please sign in to comment.