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集群没有起来

  • 相关阅读:
    php的echo和print
    面向对象进阶:命名空间和组合
    初识面向对象
    模块和包
    异常处理
    常用模块(random,os,json,pickle,shelve)
    闭包函数
    re模块和正则表达式
    常用模块
    匿名函数
  • 原文地址:https://www.cnblogs.com/QuestionsZhang/p/10269519.html
Copyright © 2011-2022 走看看