Skip to content

Commit

Permalink
Merge pull request big-data-europe#36 from JakeRowsell89/patch-1
Browse files Browse the repository at this point in the history
Expose namenode locally
  • Loading branch information
gmouchakis authored May 27, 2019
2 parents c4d756e + 0cfe7a4 commit 41928f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
namenode:
image: bde2020/hadoop-namenode:2.0.0-hadoop3.1.1-java8
container_name: namenode
ports:
- 9870:9870
volumes:
- hadoop_namenode:/hadoop/dfs/name
environment:
Expand Down

0 comments on commit 41928f5

Please sign in to comment.