hive常见配置
查看当前配置
1 | 查看所有的配置 |
配置的方式
配置文件方式
默认配置文件 hive-default.xml
自定义配置文件 hive-site.xml
命令行启动方式
在命令行添加-hiveconf param=value(仅对此次hive连接有效)
1 | bin/hive -hiveconf hive.metastore.uris=thrift://localhost:9083; |
hive中set配置
仅对此次hive连接有效
1 | set hive.metastore.uris=thrift://localhost:9083; |
常用配置
打印当前库
1 | <property> |