Skip to content

Commit

Permalink
Merge pull request sequenceiq#34 from mhmxs/patch-2
Browse files Browse the repository at this point in the history
Group exposed ports by layer
  • Loading branch information
Janos Matyas committed May 16, 2015
2 parents e1aa792 + 0de3896 commit ae3c60c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ RUN service sshd start && $HADOOP_PREFIX/etc/hadoop/hadoop-env.sh && $HADOOP_PRE

CMD ["/etc/bootstrap.sh", "-d"]

EXPOSE 50020 50090 50070 50010 50075 8031 8032 8033 8040 8042 49707 2122 8088 8030 19888
# Hdfs ports
EXPOSE 50010 50020 50070 50075 50090
# Mapred ports
EXPOSE 19888
#Yarn ports
EXPOSE 8030 8031 8032 8033 8040 8042 8088
#Other ports
EXPOSE 49707 2122

0 comments on commit ae3c60c

Please sign in to comment.