Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 6, 2024
1 parent 921fe16 commit 6b0ac45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hadoop/datanode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ VOLUME /hadoop/dfs/data
ADD run.sh /run.sh
RUN chmod a+x /run.sh

EXPOSE 9864
EXPOSE 9864 50010

CMD ["/run.sh"]
2 changes: 1 addition & 1 deletion hadoop/namenode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ VOLUME /hadoop/dfs/name
ADD run.sh /run.sh
RUN chmod a+x /run.sh

EXPOSE 9870
EXPOSE 9870 9000

CMD ["/run.sh"]
2 changes: 1 addition & 1 deletion hadoop/nodemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ VOLUME /hadoop/dfs/data
ADD run.sh /run.sh
RUN chmod a+x /run.sh

EXPOSE 9864
EXPOSE 9864 8042

CMD ["/run.sh"]
2 changes: 1 addition & 1 deletion hadoop/resourcemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ VOLUME /hadoop/dfs/data
ADD run.sh /run.sh
RUN chmod a+x /run.sh

EXPOSE 9864
EXPOSE 9864 8088

CMD ["/run.sh"]

0 comments on commit 6b0ac45

Please sign in to comment.