Skip to content

Commit

Permalink
refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwenlau committed Jun 16, 2016
1 parent 09bbb14 commit 5c58349
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
##Run Hadoop Custer within Docker Containers

博客: [基于Docker搭建Hadoop集群之升级版](http://kiwenlau.com/2016/06/12/160612-hadoop-cluster-docker-update/)


![alt tag](https://raw.githubusercontent.com/kiwenlau/hadoop-cluster-docker/master/hadoop-cluster-docker.png)


Expand All @@ -17,16 +20,14 @@ sudo docker pull kiwenlau/hadoop:1.0
git clone https://github.com/kiwenlau/hadoop-cluster-docker
```

####3. create hadoop network
#####3. create hadoop network

```
sudo docker network create --driver=bridge hadoop
```

#####4. start container



```
cd hadoop-cluster-docker
sudo ./start-container.sh
Expand All @@ -49,7 +50,6 @@ root@hadoop-master:~#
./start-hadoop.sh
```


#####6. run wordcount

```
Expand Down Expand Up @@ -82,7 +82,6 @@ do 1~2 like section A
```
./resize-cluster.sh 5
```

- specify parameter > 1: 2, 3..


Expand Down

0 comments on commit 5c58349

Please sign in to comment.