pvary commented on code in PR #3196:
URL: https://github.com/apache/hive/pull/3196#discussion_r847047102
##########
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java:
##########
@@ -240,6 +240,101 @@ public MiniLlapLocalCliConfig() {
}
}
+ public static class PostgresMetastoreCliConfig extends AbstractCliConfig {
+ public PostgresMetastoreCliConfig() {
+ super(CoreCliDriver.class);
+ try {
+ setQueryDir("ql/src/test/queries/clientpositive");
+ includesFrom(testConfigProps, "ms.postgres.query.files");
+ setResultsDir("ql/src/test/results/clientpositive/mspostgres");
+ setLogDir("itests/qtest/target/qfile-results/mspostgres");
+ setInitScript("q_test_init.sql");
+ setCleanupScript("q_test_cleanup.sql");
+ setHiveConfDir("data/conf/llap");
+ setClusterType(MiniClusterType.LLAP);
Review Comment:
Which is the least costly (wrt resources) cluster type?
Do we need to initialize LLAP for this?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]