Hi all,

 

I am running Hive Server2 & Hive Metastore in the same machine.
hive-site.xml is updated to enable Hive Metastore & Hive Server2 metric

However, in Hiveserver2 Web conf, the final value is not updated
<property>

<name>hive.metastore.metrics.enabled</name>

<value>true</value>

<final>false</final>

<source>file:/hive/conf/hive-site.xml</source>

</property>

<property>

<name>hive.server2.metrics.enabled</name>

<value>true</value>

<final>false</final>

<source>file:/hive/conf/hive-site.xml</source>

</property>

 

Wondering if there is anything wrong

Reply via email to