码迷,mamicode.com
首页 >  
搜索关键字:hiveserver2    ( 92个结果
hiveserver2连接出错如下:Error: Could not open client transport with JDBC Uri: jdbc:hive2://hadoop01:10000: java.net.ConnectException: Connection refused (Connection refused) (state=08S01,code=0)
hiveserver2连接出错如下:Error: Could not open client transport with JDBC Uri: jdbc:hive2://hadoop01:10000: java.net.ConnectException: Connection refused (Co ...
分类:数据库   时间:2020-01-07 01:09:35    阅读次数:254
【异常】hive连接异常
检查:1、Linux上1)Linux防火墙是否关闭了2)网络是否通,linux和windows是否网通,用 `ping ip`3)hiveServer2服务是否开启,10000端口。用`netstat -nlp | grep 进程` 2、windows上1)防火墙2)网络是否通,linux和wind ...
分类:其他好文   时间:2019-12-26 19:51:47    阅读次数:81
hiveserver2的配置和启动
1.配置hive-site.xml 2.配置hadoop中的core-site.xml文件3.测试 首先将hive安装 然后更改部分配置文件 [root@master hive]# cd apache-hive-2.3.3-bin/conf/ #创建文件 [root@master conf]# to ...
分类:其他好文   时间:2019-12-11 00:31:50    阅读次数:164
Dbeaver连接Hive和Mysql的配置
1.连接Hive 首选需要配置Hive 这里我们采用的是JDBC的连接方式 (1) 在Hive中后台启动hiveserver2 (2) 启动beeline (3)配置Hive 注意: (1)IP和端口为beeline中所设置的IP和端口 (2)这里的用户名和密码,如果在配置设置beeline的时候, ...
分类:数据库   时间:2019-12-06 00:14:33    阅读次数:270
java使用JDBC连接hive(使用beeline与hiveserver2)
首先虚拟机上已经安装好hive。 下面是连接hive需要的操作。 一、配置。 1.查找虚拟机的ip 输入 ifconfig 2.配置文件 (1)配置hadoop目录下的core-site.xml和hdfs-site.xml 在core-site.xml中添加下面配置: <property> <nam ...
分类:数据库   时间:2019-11-16 14:55:09    阅读次数:118
Hive_ JDBC访问
启动hiveserver2服务 [atguigu@hadoop102 hive]$ bin/hiveserver2 启动beeline [atguigu@hadoop102 hive]$ bin/beeline Beeline version 1.2.1 by Apache Hive beeline ...
分类:数据库   时间:2019-11-04 23:21:49    阅读次数:171
beeline链接hive报错
看问题:beeline连接hiveserver2报错。连接串:hive --service beeline -u jdbc:hive2://s1:10000/hive 错误:Error: Could not open client transport with JDBC Uri: jdbc:hive ...
分类:其他好文   时间:2019-10-15 19:00:05    阅读次数:97
Hive 8、Hive2 beeline 和 Hive jdbc
1、Hive2 beeline Beeline 要与HiveServer2配合使用,支持嵌入模式和远程模式 启动beeline 打开两个Shell窗口,一个启动Hive2 一个beeline连接hive2 启动beeline之后可以尝试连接hiveserver2 2、Hive jdbc 打开Ecli ...
分类:数据库   时间:2019-09-11 23:39:22    阅读次数:119
Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000: java.net.ConnectException: 拒绝连接 (Connection refused) (state=08S01,code=0)
一:启动hiveserver2服务 二:启动beeline 三:连接hiveserver2(下面的1000000端口号适当改小写因为其超出最大端口号的范围建议改为10000) 如果启动不成功实现我们先检查以下两个文件配置是否正确 1)hadoop文件夹下面的core-site.xml中的内容 2)h ...
分类:数据库   时间:2019-09-05 23:31:48    阅读次数:333
Hive的JDBC连接
首相要安装好hive 1.首先修改配置文件文件为hive 路径下的 conf/hive-sit.xml 将内容增加 这个是hiveserver2需要的端口等内容 2.进入hive目录执行 如果没有日志的话可能什么都不输出 然后打开新的终端输入 3.然后输入连接信息 执行命令 !connect jdb ...
分类:数据库   时间:2019-09-04 21:27:26    阅读次数:119
92条   上一页 1 2 3 4 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!