1、因为hbase配置了phoenix
HBase入门 Phoenix使用第三方客户端DataGrip连接(六)
  <property>
        <name>phoenix.schema.isNamespaceMappingEnabled</name>
        <value>true</value>
    </property>
    <property>
        <name>phoenix.schema.mapSystemTablesToNamespace</name>
        <value>true</value>
    </property>
 

2、客户端报[43M10][726] ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled

3、配置advanced

 
 成功



















