Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.52 KB

operation.md

File metadata and controls

29 lines (22 loc) · 1.52 KB

Rengine for Operation Guide

FAQ

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

    <property>
        <name>phoenix.connection.isNamespaceMappingEnabled</name>
        <value>true</value>
    </property>
    <property>
        <name>phoenix.schema.isNamespaceMappingEnabled=true</name>
        <value>true</value>
    </property>