aasha commented on a change in pull request #883: HIVE-22736 Support multiple 
encryption zones in replication
URL: https://github.com/apache/hive/pull/883#discussion_r371604799
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCachedStoreUpdateUsingEvents.java
 ##########
 @@ -48,6 +48,8 @@ public void setUp() throws Exception {
     MetastoreConf.setBoolVar(conf, ConfVars.METASTORE_CACHE_CAN_USE_EVENT, 
true);
     MetastoreConf.setBoolVar(conf, ConfVars.HIVE_TXN_STATS_ENABLED, true);
     MetastoreConf.setBoolVar(conf, ConfVars.AGGREGATE_STATS_CACHE_ENABLED, 
false);
+    MetastoreConf.setBoolVar(conf, ConfVars.REPLCMENABLED, true);
+    MetastoreConf.setVar(conf, ConfVars.REPLCMDIR, "cmroot");
 
 Review comment:
   REPLCMDIR default value is /user/${system:user.name}/repl/functions/
   UTs are not able to resolve ${system:user.name}

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