miklosgergely commented on a change in pull request #732: HIVE-22010 - Clean up 
ShowCreateTableOperation
URL: https://github.com/apache/hive/pull/732#discussion_r306674705
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
 ##########
 @@ -186,6 +186,8 @@ static void internalBeforeClassSetup(Map<String, String> 
additionalProperties, b
     });
 
     MetaStoreTestUtils.startMetaStoreWithRetry(hconf);
+    // re set the WAREHOUSE property to the test dir, as the previous command 
added a random port to it
+    hconf.set(MetastoreConf.ConfVars.WAREHOUSE.getVarname(), 
System.getProperty("test.warehouse.dir", "/tmp"));
 
 Review comment:
   Agree, fixed.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to