deniskuzZ commented on code in PR #5951: URL: https://github.com/apache/hive/pull/5951#discussion_r2197667233
########## ql/src/test/org/apache/hive/testutils/HiveTestEnvSetup.java: ########## @@ -150,7 +150,7 @@ public void beforeClass(HiveTestEnvContext ctx) throws Exception { FileUtils.copyDirectory(new File(DATA_DIR + "/conf/tez"), confFolder); HiveConf.setHiveSiteLocation(new File(confFolder, "hive-site.xml").toURI().toURL()); - HiveConf.setHivemetastoreSiteUrl(new File(confFolder, "hivemetastore-site.xml").toURI().toURL()); + HiveConf.setHivemetastoreSiteUrl(new File(confFolder, "metastore-site.xml").toURI().toURL()); // FIXME: hiveServer2SiteUrl is not settable? Review Comment: can we drop the comment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org