Skip to content

Commit

Permalink
up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
reissaavedra committed Feb 11, 2021
1 parent 8414e2b commit ca3b8ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 115 deletions.
110 changes: 0 additions & 110 deletions docker-compose-v3.yml

This file was deleted.

10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
namenode:
image: bde2020/hadoop-namenode:2.0.0-hadoop3.2.1-java8
image: bde2020/hadoop-namenode:latest
container_name: namenode
restart: always
ports:
Expand All @@ -16,7 +16,7 @@ services:
- ./hadoop.env

datanode:
image: bde2020/hadoop-datanode:2.0.0-hadoop3.2.1-java8
image: bde2020/hadoop-datanode:latest
container_name: datanode
restart: always
volumes:
Expand All @@ -27,7 +27,7 @@ services:
- ./hadoop.env

resourcemanager:
image: bde2020/hadoop-resourcemanager:2.0.0-hadoop3.2.1-java8
image: bde2020/hadoop-resourcemanager:latest
container_name: resourcemanager
restart: always
environment:
Expand All @@ -36,7 +36,7 @@ services:
- ./hadoop.env

nodemanager1:
image: bde2020/hadoop-nodemanager:2.0.0-hadoop3.2.1-java8
image: bde2020/hadoop-nodemanager:latest
container_name: nodemanager
restart: always
environment:
Expand All @@ -45,7 +45,7 @@ services:
- ./hadoop.env

historyserver:
image: bde2020/hadoop-historyserver:2.0.0-hadoop3.2.1-java8
image: bde2020/hadoop-historyserver:latest
container_name: historyserver
restart: always
environment:
Expand Down

1 comment on commit ca3b8ad

@reissaavedra
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files updated

Please sign in to comment.