Location of metastore directory

Hi @abhinavsingh , @sandeepgiri
What was the value of the “hive.metastore.warehouse.dir” when the hive was installed ? I want to know the path of the metastore.
Are metastore and the warehouse the same thing ?
I wish to get the information about my table from the metastore.

@utkarsh_rathor,

Try below command in Hive Shell:

set hive.metastore.warehouse.dir;

The output will be:

hive.metastore.warehouse.dir=/apps/hive/warehouse

1 Like