将hbase表数据导入到hdfs上相关错误问题
我需要把hbase中的表数据导入到hdfs
使用的命令 hbase org.apache.hadoop.hbase.mapreduce.Driver import user hdfs://master:9000/user
显示一直重新连接。连接九次后停住不到,已经被这个问题弄疯了 能解答吗各位
报错的信息是: 2015-01-22 00:43:32,293 INFO [main] ipc.Client: Retrying connect to server: localhost/127.0.0.1:18032. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2015-01-22 00:43:33,295 INFO [main] ipc.Client: Retrying connect to server: localhost/127.0.0.1:18032. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2015-01-22 00:43:34,297 INFO [main] ipc.Client: Retrying connect to server: localhost/127.0.0.1:18032. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2015-01-22 00:43:35,299 INFO [main] ipc.Client: Retrying connect to server: localhost/127.0.0.1:18032. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
你好,那是很久以前了,原因是hadoop zookeeper hbase三者之间的版本不匹配
回复
那我的2.4hadoop,hbase0.98.3,zookeeper3.4.6匹配吗?
你好,我在将数据从hdfs上导入到hbase表中时遇到了和你一样的问题,请问你解决了吗?
回复
出来这种情况,很有可能是无密码登陆问题,你确定用ssh节点之间可以互相登陆么,我之前因为这个折腾了好久,报的错跟你一样。
回复
不是无密码登陆问题。执行导出命令后显示连接。然后重试连接 连接九次 停住了,
回复
不是ssh无密码错误
连接问题大多数是无密码登陆造成的,你hbase无法连接到指定的那个主机,最好检查一下。
查一下Hbase的log文件夹里面的日志吧。