Skip to content

Commit

Permalink
Added namenode ipc ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Matyas committed Dec 30, 2015
1 parent 4ad4be5 commit 18d968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN service sshd start && $HADOOP_PREFIX/etc/hadoop/hadoop-env.sh && $HADOOP_PRE
CMD ["/etc/bootstrap.sh", "-d"]

# Hdfs ports
EXPOSE 50010 50020 50070 50075 50090
EXPOSE 50010 50020 50070 50075 50090 8020 9000
# Mapred ports
EXPOSE 19888
#Yarn ports
Expand Down

0 comments on commit 18d968c

Please sign in to comment.