<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Zeppelin phoenix error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-phoenix-error/m-p/154571#M48970</link>
    <description>&lt;P&gt;Luckily i found out the cause.&lt;/P&gt;&lt;P&gt; The property i was trying to set is  phoenix.schema.isNamespaceMappingEnabled. The property had phoenix. which is a prefix for the phoenix interpreter. so it was not set properly on the interpreter side. so the right property i need to set is phoenix.phoenix.schema.isNamespaceMappingEnabled so the prefix gets correctly parsed. I found out this from the logs&lt;/P&gt;&lt;P&gt;JDBCInterpreter.java[open]:142) - key: phoenix, value: schema.isNamespaceMappingEnabled    (before the change)&lt;/P&gt;&lt;P&gt;JDBCInterpreter.java[open]:142) - key: phoenix, value: phoenix.schema.isNamespaceMappingEnabled (after the change)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2016 17:48:38 GMT</pubDate>
    <dc:creator>arunpoy</dc:creator>
    <dc:date>2016-12-15T17:48:38Z</dc:date>
    <item>
      <title>Zeppelin phoenix error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-phoenix-error/m-p/154570#M48969</link>
      <description>&lt;P&gt;I am getting the following error in zeppelin when i try to query phoenix, &lt;/P&gt;&lt;P&gt;ERROR 726 (43M10):  Inconsistent namespace mapping properites.. Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled
class java.sql.SQLException
org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:455)&lt;/P&gt;&lt;P&gt;I have set the "phoenix.schema.isNamespaceMappingEnabled" to true in zeppelin interpreter setting. i have attached the screen shot too. any thoughts on how to fix it.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/10325-zeppelin-phoenix.png"&gt;zeppelin-phoenix.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:51:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-phoenix-error/m-p/154570#M48969</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-12-15T16:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin phoenix error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-phoenix-error/m-p/154571#M48970</link>
      <description>&lt;P&gt;Luckily i found out the cause.&lt;/P&gt;&lt;P&gt; The property i was trying to set is  phoenix.schema.isNamespaceMappingEnabled. The property had phoenix. which is a prefix for the phoenix interpreter. so it was not set properly on the interpreter side. so the right property i need to set is phoenix.phoenix.schema.isNamespaceMappingEnabled so the prefix gets correctly parsed. I found out this from the logs&lt;/P&gt;&lt;P&gt;JDBCInterpreter.java[open]:142) - key: phoenix, value: schema.isNamespaceMappingEnabled    (before the change)&lt;/P&gt;&lt;P&gt;JDBCInterpreter.java[open]:142) - key: phoenix, value: phoenix.schema.isNamespaceMappingEnabled (after the change)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:48:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-phoenix-error/m-p/154571#M48970</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-12-15T17:48:38Z</dc:date>
    </item>
  </channel>
</rss>

