sankarh commented on a change in pull request #536: HIVE-21260 : Hive 3 
(onprem) -> 4(onprem): Hive replication failed due to postgres sql execution 
issue
URL: https://github.com/apache/hive/pull/536#discussion_r257177860
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/WarehouseInstance.java
 ##########
 @@ -154,6 +154,32 @@ private void initialize(String cmRoot, String 
externalTableWarehouseRoot, String
 
     MetaStoreTestUtils.startMetaStoreWithRetry(hiveConf, true);
 
+    // Add the below mentioned dependency in metastore/pom.xml file. For 
postgres need to copy postgresql-42.2.1.jar to
+    // 
.m2//repository/postgresql/postgresql/9.3-1102.jdbc41/postgresql-9.3-1102.jdbc41.jar.
+    /*
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>8.0.15</version>
+    </dependency>
+
+    <dependency>
 
 Review comment:
   Remove these irrelevant comments.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to