Hive查看元数据MySQL
[toc]
# 查看方法
在 hive-site.xml
中查看javax.jdo.option.ConnectionURL
参数
hive-site.xml | javax.jdo.option.ConnectionURL | jdbc:mysql://10.16.0.13:3306/hivemetastore?useSSL=false&createDatabaseIfNotExist=true&characterEncoding=UTF-8 | metastore db连接url |
---|---|---|---|
hive-site.xml | javax.jdo.option.ConnectionUserName | root | jdbc连接用户名 |
hive-site.xml | javax.jdo.option.ConnectionDriverName | com.mysql.jdbc.Driver | 数据库驱动类 |
hive-site.xml | javax.jdo.option.ConnectionPassword | *********** | Password for Hive Metastore database |
上次更新: 2023/03/10, 20:58:04