zoukankan      html  css  js  c++  java
  • dbeaver can't connect HBase1.2 using phoenix driver #1863

    1 第一个问题

      

    Unexpected version format: 10.0.2
    Unexpected version format: 10.0.2
    Unexpected version format: 10.0.2
     
    Could not initialize class org.apache.hadoop.hbase.util.ClassSize
     
        原因是自己Mac本地装了jdk10,下载DBeaver是用DMG包安装,默认用来jdk10的配置
        然后添加client驱动后,无法连接报了10.0.2的版本不兼容异常
     
    解决办法
        切换jdk版本到1.8后,重新安装DBeaver就可以了      
     
    2 第二个问题  dbeaver can't connect HBase1.2 using phoenix driver #1863

    It‘s solved.
    1.I can't use the own driver packages.

    2.I only use the one dirver jar with "phoenix-4.9.0-cdh5.9.1-client.jar", save the connection info.
    (must restart dbeaver, otherwise can't connect the hbase with the above error message, I feeling is that it's dbeaver bug)

    3.Restart the dbeaver, the you can find that dbeaver connect the hbase.

    这个问题比较傻逼,加载本地驱动后,出现这个错误,关掉DBeaver,重启一下,就好了,这个是在Stack Overflow上面看到老外这么解决的。我也ok了

    3 第三个问题 一直在连接没有反应,原因自己hbase集群没有起来

  • 相关阅读:
    [1] Tornado Todo Day0
    [0] Tornado Todo 开篇
    RNSS和RDSS
    国密随机数检测--2/15 块内频数检测
    国密随机数检测--1/15 单比特频数检测
    FPGA实用通信协议之IIC
    压缩感知(十)
    压缩感知(九)
    压缩感知(八)
    压缩感知(七)
  • 原文地址:https://www.cnblogs.com/QuestionsZhang/p/10269519.html
Copyright © 2011-2022 走看看