Hi@akhtar,
Here you have to add the below properties in hive-site.xml file. I think hive server is not able to get the metastore warehouse directory.
<property>
<value>hive.metastore.local</value>
<name>true</name>
</property>
<property>
<name>hive.metastore.warehouse.dir</name>
<value>hdfs://path</value>
</property>
Add these properties and try again, hope it will work.
Thank You