Dbeaver 連接 phoenix

遇到問題一:

ERROR 103 (08004): Unable to establish connection.
  java.lang.reflect.InvocationTargetException
  java.lang.reflect.InvocationTargetException
    
    java.lang.reflect.InvocationTargetException
      Constructor threw an exception for org.apache.hadoop.hbase.ipc.RpcClientImpl
      Constructor threw an exception for org.apache.hadoop.hbase.ipc.RpcClientImpl
        
        java.lang.reflect.InvocationTargetException
          
          java.lang.ExceptionInInitializerError
            Unexpected version format: 11.0.5
            Unexpected version format: 11.0.5

解決方案:

在dbeaver.ini中添加
-vm
C:\Program Files\Java\jdk1.8.0_45\bin

在這裏插入圖片描述

在這裏插入圖片描述


遇到問題二

ERROR 726 (43M10):  Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled

phoenix.schema.mapSystemTablesToNamespace enabled

解決方案:

phoenix.schema.isNamespaceMappingEnabled  true
phoenix.schema.mapSystemTablesToNamespace  true

在這裏插入圖片描述

發佈了116 篇原創文章 · 獲贊 8 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章