标签:copy mys 修改 路径 没有 复制 内容 class The
首相要安装好hive
1.首先修改配置文件文件为hive 路径下的 conf/hive-sit.xml
将内容增加
<property> <name>hive.server2.thrift.port</name> <value>10000</value> <description>Port number of HiveServer2 Thrift interface. Can be overridden by setting $HIVE_SERVER2_THRIFT_PORT</description> </property> <property> <name>hive.server2.thrift.bind.host</name> <value>0.0.0.0</value> <description>Bind host on which to run the HiveServer2 Thrift interface. Can be overridden by setting $HIVE_SERVER2_THRIFT_BIND_HOST</description> </property>
这个是hiveserver2需要的端口等内容
2.进入hive目录执行
如果没有日志的话可能什么都不输出
然后打开新的终端输入
3.然后输入连接信息
执行命令
!connect jdbc:hive2://127.0.0.1:10000
然后输入之前设置的用户名密码(我的是mysql的用户名密码)
然后回车即连接成功。
可以输入sql进行测试
标签:copy mys 修改 路径 没有 复制 内容 class The
原文地址:https://www.cnblogs.com/chendian0/p/14384625.html