Skip to content

Commit

Permalink
HIVE-26740: HS2 makes direct connections to HMS backend DB due to Com…
Browse files Browse the repository at this point in the history
…paction/StatsUpdater (#3765) (Adam Szita, reviewed by Zhihua Deng)
  • Loading branch information
szlta committed Nov 16, 2022
1 parent 72488e4 commit ccb4236
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -74,7 +74,6 @@ public void gatherStats(CompactionInfo ci, HiveConf conf, String userName, Strin
}
sb.append(" compute statistics");
LOG.info(ci + ": running '" + sb + "'");
statusUpdaterConf.setVar(HiveConf.ConfVars.METASTOREURIS, "");
if (compactionQueueName != null && compactionQueueName.length() > 0) {
statusUpdaterConf.set(TezConfiguration.TEZ_QUEUE_NAME, compactionQueueName);
}
Expand Down

0 comments on commit ccb4236

Please sign in to comment.