forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2.1 KiB
2.1 KiB
Where Can I View Hive Metadata?
- If Hive metadata is stored in GaussDB of an MRS cluster, log in to the master DBServer node of the cluster, switch to user omm, and run the gsql -p 20051 -U {USER} -W {PASSWD} -d hivemeta command to view the metadata.
- If Hive metadata is stored in an external relational database, perform the following steps:
- On the cluster Dashboard page, click Manage on the right of Data Connection.
- On the displayed page, obtain the value of Data Connection ID.
- On the MRS console, click Data Connections.
- In the data connection list, locate the data connection based on the data connection ID obtained in 2.
- Click Edit in the Operation column of the data connection.
The RDS Instance and Database indicate the relational database in which the Hive metadata is stored.
Parent topic: Metadata Management