deniskuzZ commented on code in PR #5912:
URL: https://github.com/apache/hive/pull/5912#discussion_r2176623804


##########
standalone-metastore/metastore-server/src/main/resources/metastore-site.xml:
##########
@@ -24,11 +24,33 @@ likely need to add a number of new values. -->
     <description>Thrift URI for the remote metastore. Used by metastore client 
to connect to remote metastore.</description>
   </property>
   <property>
-    <name>metastore.task.threads.always</name>
-    <value>org.apache.hadoop.hive.metastore.events.EventCleanerTask</value>
+    <name>metastore.warehouse.dir</name>
+    <value>/opt/hive/data/warehouse</value>
   </property>
   <property>
-    <name>metastore.expression.proxy</name>
-    
<value>org.apache.hadoop.hive.metastore.DefaultPartitionExpressionProxy</value>

Review Comment:
   need to keep since we don't package ql
   ````
   The basic implementation of PartitionExpressionProxy that uses ql package 
classes
   ````



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to