n3nash commented on a change in pull request #1100:
URL: https://github.com/apache/hudi/pull/1100#discussion_r441245591



##########
File path: 
hudi-hive-sync/src/test/java/org/apache/hudi/hive/testutils/HiveTestService.java
##########
@@ -90,7 +89,7 @@ public HiveServer2 start() throws IOException {
     Objects.requireNonNull(workDir, "The work dir must be set before starting 
cluster.");
 
     if (hadoopConf == null) {
-      hadoopConf = HoodieTestUtils.getDefaultHadoopConf();
+      hadoopConf = new Configuration();

Review comment:
       This was probably a side effect of merging, fixed it.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to