Skip to content

Commit

Permalink
expose hbase region server port 16020 to fix /HariSekhon/issues/43/
Browse files Browse the repository at this point in the history
  • Loading branch information
bosko authored and bosko committed Jan 28, 2021
1 parent b05e08e commit 3353450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ COPY profile.d/java.sh /etc/profile.d/
# Thrift 9090 / 9095
# HMaster 16000 / 16010
# RS 16201 / 16301
EXPOSE 2181 8080 8085 9090 9095 16000 16010 16030 16201 16301
EXPOSE 2181 8080 8085 9090 9095 16000 16010 16020 16030 16201 16301

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 3353450

Please sign in to comment.