Skip to content

Commit

Permalink
Trying to disable Web UI again
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitucci committed Feb 5, 2021
1 parent 05cfab3 commit 6047621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hotels/beeju/core/BeejuCore.java
Expand Up @@ -125,7 +125,7 @@ public BeejuCore(String databaseName, Map<String, String> preConfiguration, Map<
// Override default port as some of our test environments claim it is in use.
// This should not be equal to 0 as this would actually disable the WebUI and potentially
// cause errors.
conf.setInt(HIVE_SERVER2_WEBUI_PORT.varname, 20002); // ConfVars.HIVE_SERVER2_WEBUI_PORT
conf.setInt(HIVE_SERVER2_WEBUI_PORT.varname, 0); // ConfVars.HIVE_SERVER2_WEBUI_PORT

// TODO: check if necessary or not
// setMetastoreAndSystemProperty(HIVE_IN_TEST, "true");
Expand Down

0 comments on commit 6047621

Please sign in to comment.