Skip to content

Commit

Permalink
Expose Hive metastore debug port in Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jun 16, 2021
1 parent f2837d6 commit 8ed1f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void extendEnvironment(Environment.Builder builder)

builder.configureContainer(HADOOP, container -> {
portBinder.exposePort(container, 1180); // socks proxy
// TODO portBinder.exposePort(container, 5006); // debug port
portBinder.exposePort(container, 5006); // debug port, exposed for manual use
portBinder.exposePort(container, 8020);
portBinder.exposePort(container, 8042);
portBinder.exposePort(container, 8088);
Expand Down

0 comments on commit 8ed1f44

Please sign in to comment.