做网站用花瓣上的图片会侵权吗,技术外包平台,app推广怎么做,雪白丰腴做美妇网站1、解决报错2、在datagrip上连接hive 1、解决报错
刚开始一直报错#xff1a;启动不起来 hive-site.xml需要配置hiveserver2相关的
在hive-site.xml文件中添加如下配置信息
!-- 指定hiveserver2连接的host --
propertynamehive.server2.thrift.bin… 1、解决报错2、在datagrip上连接hive 1、解决报错
刚开始一直报错启动不起来 hive-site.xml需要配置hiveserver2相关的
在hive-site.xml文件中添加如下配置信息
!-- 指定hiveserver2连接的host --
propertynamehive.server2.thrift.bind.host/namevaluehadoop102/value
/property!-- 指定hiveserver2连接的端口号 --
propertynamehive.server2.thrift.port/namevalue10000/value
/property修改配置文件core-site.xml
!--配置所有节点的atguigu用户都可作为代理用户--
propertynamehadoop.proxyuser.root.hosts/namevalue*/value
/property!--配置atguigu用户能够代理的用户组为任意组--
propertynamehadoop.proxyuser.root.groups/namevalue*/value
/property!--配置atguigu用户能够代理的用户为任意用户--
propertynamehadoop.proxyuser.root.users/namevalue*/value
/property启动服务
sbin/start-dfs.sh
sbin/start-yarn.shhive --service metastore
hive --service hiveserver2 查看jps要有两个runjar 总结就是我将配置文件core-site.xml用户名从wenxin修改成root之后就能正常运行了。
2、在datagrip上连接hive 这样就连接成功了