异常信息
Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM:CATALOG is found but.....
解决方案:将以下配置加到hbase-site.xml
<property>
<name>phoenix.schema.isNamespaceMappingEnabled</name>
<value>true</value>
</property>
<property>
<name>phoenix.schema.mapSystemTablesToNamespace</name>
<value>true</value>
</property>