hbase-phoenix-all-in-one
hbase-phoenix-all-in-one copied to clipboard
Inconsistent namespace mapping properties. Ensure that config phoenix.schema.isNamespaceMappingEnabled is consistent on client and server
/opt/opt/phoenix-server/bin/hbase-site.xml should add
<property>
<name>phoenix.schema.isNamespaceMappingEnabled</name>
<value>true</value>
</property>
@shangjianan2 Can you open a PR for this?