File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- FROM anair /hadoop_base_alpine
2
- MAINTAINER anair
1
+ FROM anoopnair /hadoop_base_alpine
2
+ MAINTAINER Anoop Nair<anoopnair.it@gmail.com>
3
3
4
4
LABEL description="Build docker hbase 1.1.2 and Phoenix 4.7.0 image"
5
5
Original file line number Diff line number Diff line change 1
1
# 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.
3
3
4
4
## Version
5
5
- Hbase: 1.1.2
@@ -12,7 +12,7 @@ Build a hbase docker image on Alpine Linux distro. Also install Apache Phoenix.
12
12
- HBase Regionserver web UI: 60030
13
13
14
14
## Building the image
15
- `` ./ build.sh ``
15
+ - `` docker build -t anoopnair/hbase_alpine:1.1.2 . ``
16
16
17
17
## Usage
18
18
Start a cluster with zookeeper and hbase:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ##zookeeper
2
2
zookeeper :
3
- image : anair /zookeeper_alpine:3.4.6
3
+ image : anoopnair /zookeeper_alpine:3.4.6
4
4
container_name : zookeeper
5
5
hostname : zk
6
6
ports :
7
7
- " 2181:2181"
8
8
9
9
# ##hbase
10
10
hbase :
11
- image : anair /hbase_alpine:1.1.2
11
+ image : anoopnair /hbase_alpine:1.1.2
12
12
container_name : hbase
13
13
hostname : hbase
14
14
ports :
You can’t perform that action at this time.
0 commit comments