Hello,
I noticed the following behaviour:
1. I have set the following:
<property>
<name>hive.metastore.kerberos.keytab.file</name>
<value>/etc/hive/conf/hive.keytab</value>
</property>
2. I have generated and placed the hive.keytab in both MetaStoreServer and HS2 nodes
Now, each time I restart Hive these files are deleted as the whole /etc/hive/conf directory is re-created.
Am I doing something wrong?