eclipse 实现 hbase 的 filter 用法,用的学校集群,出现下列情况?

问答 hx999 ⋅ 于 2020-09-26 00:17:37 ⋅ 最后回复由 hx999 2020-09-26 12:34:23 ⋅ 1526 阅读

20/09/26 00:03:33 INFO org.apache.zookeeper.ZooKeeper (): Initiating client connection, connectString=nn1.hadoop:2181,nn2.hadoop:2181,s1.hadoop:2181 sessionTimeout=12000000 watcher=org.apache.hadoop.hbase.zookeeper.PendingWatcher@5f058f00
20/09/26 00:03:34 INFO org.apache.zookeeper.ClientCnxn logStartConnect(): Opening socket connection to server nn2.hadoop/192.168.88.185:2181. Will not attempt to authenticate using SASL (unknown error)
20/09/26 00:03:55 WARN org.apache.zookeeper.ClientCnxn run(): Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection timed out: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)

20/09/26 00:03:55 INFO org.apache.zookeeper.ClientCnxn logStartConnect(): Opening socket connection to server s1.hadoop/192.168.88.196:2181. Will not attempt to authenticate using SASL (unknown error)
20/09/26 00:03:55 INFO org.apache.zookeeper.ClientCnxn primeConnection(): Socket connection established to s1.hadoop/192.168.88.196:2181, initiating session
20/09/26 00:03:55 INFO org.apache.zookeeper.ClientCnxn onConnected(): Session establishment complete on server s1.hadoop/192.168.88.196:2181, sessionid = 0x374b046b9d50183, negotiated timeout = 40000
20/09/26 00:04:06 INFO org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation closeZooKeeperWatcher(): Closing zookeeper sessionid=0x374b046b9d50183
20/09/26 00:04:06 INFO org.apache.zookeeper.ZooKeeper close(): Session: 0x374b046b9d50183 closed

20/09/26 00:04:06 INFO org.apache.zookeeper.ClientCnxn run(): EventThread shut down

file

点赞
成为第一个点赞的人吧 :bowtie:
回复数量: 1
  • hx999
    2020-09-26 12:34:23

    搞定了,表里没有符合条件的数据

暂无评论~~
  • 请注意单词拼写,以及中英文排版,参考此页
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`, 更多语法请见这里 Markdown 语法
  • 支持表情,可用Emoji的自动补全, 在输入的时候只需要 ":" 就可以自动提示了 :metal: :point_right: 表情列表 :star: :sparkles:
  • 上传图片, 支持拖拽和剪切板黏贴上传, 格式限制 - jpg, png, gif,教程
  • 发布框支持本地存储功能,会在内容变更时保存,「提交」按钮点击时清空
Ctrl+Enter