Created 07-11-2016 07:57 AM
Created 07-11-2016 08:08 AM
You can find hive-site.xml in /etc/hive/conf/, but if you're using Ambari to manage your cluster then do the modification in Ambari so it can deploy it to every host.
Created 07-11-2016 08:08 AM
You can find hive-site.xml in /etc/hive/conf/, but if you're using Ambari to manage your cluster then do the modification in Ambari so it can deploy it to every host.
Created 07-11-2016 02:24 PM
Thanks @Laurent Edel
I have updated the value as follows
<property> <name>hive.metastore.warehouse.dir</name> <value>/user/hive/warehouse</value> </property>
But still Database object is created in the default path as shown
/apps/hive/warehouse
Regards
Abhishek
Created 07-11-2016 04:00 PM
As Laurent says, you need to make this change in Ambari if you are using it to manage your cluster otherwise the value in the file will be overridden. Also when you have made your change be sure to restart the affected services.