Skip to content

Commit 94daf08

Browse files
author
anair-it
committed
Updated hbase docker image name and READMEs
1 parent 17c6d59 commit 94daf08

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

debian-base/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

hbase/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM anair/hadoop_base_alpine
2-
MAINTAINER anair
1+
FROM anoopnair/hadoop_base_alpine
2+
MAINTAINER Anoop Nair<anoopnair.it@gmail.com>
33

44
LABEL description="Build docker hbase 1.1.2 and Phoenix 4.7.0 image"
55

hbase/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hbase docker image
2-
Build a hbase docker image on Alpine Linux distro. Also install Apache Phoenix.
2+
Build a hbase docker image on Alpine Linux. Also install Apache Phoenix.
33

44
## Version
55
- Hbase: 1.1.2
@@ -12,7 +12,7 @@ Build a hbase docker image on Alpine Linux distro. Also install Apache Phoenix.
1212
- HBase Regionserver web UI: 60030
1313

1414
## Building the image
15-
``./build.sh``
15+
- ``docker build -t anoopnair/hbase_alpine:1.1.2 .``
1616

1717
## Usage
1818
Start a cluster with zookeeper and hbase:

hbase/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

hbase/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
###zookeeper
22
zookeeper:
3-
image: anair/zookeeper_alpine:3.4.6
3+
image: anoopnair/zookeeper_alpine:3.4.6
44
container_name: zookeeper
55
hostname: zk
66
ports:
77
- "2181:2181"
88

99
###hbase
1010
hbase:
11-
image: anair/hbase_alpine:1.1.2
11+
image: anoopnair/hbase_alpine:1.1.2
1212
container_name: hbase
1313
hostname: hbase
1414
ports:

0 commit comments

Comments
 (0)