本文共 516 字,大约阅读时间需要 1 分钟。
- hive 的服务端配置
- hive 的客户端连接
cd /home/hadoop/yangyang/hive/conf vim hive-site.xml
hive.server2.thrift.port 10000 hive.server2.thrift.bind.host namenode01.hadoop.com 推出配置执行命令:$ bin/hive --service hiveserver2 & hive.server2.long.polling.timeout 5000
bin/beeline!connect jdbc:hive2://namenode01.hadoop.com:10000
转载于:https://blog.51cto.com/flyfish225/2097257