<?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: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105302#M68185</link>
    <description>&lt;P&gt;I don't know the best way to include hbase-site.xml in squirrel classpath , but people have tried by putting hbase-site.xml in phoenix-client.jar and it seems work for them. &lt;/P&gt;&lt;P&gt;&lt;A href="https://distcp.quora.com/Connect-and-query-Apache-Phoenix-with-Squirrel-from-Windows" target="_blank"&gt;https://distcp.quora.com/Connect-and-query-Apache-Phoenix-with-Squirrel-from-Windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mail-archives.apache.org/mod_mbox/phoenix-user/201409.mbox/%3CCAF1+Vs8TMeSeUUWS-b7FYkqNgxdrLWVVB0uHQW5fVS0XQPUp+Q@mail.gmail.com%3E" target="_blank"&gt;https://mail-archives.apache.org/mod_mbox/phoenix-user/201409.mbox/%3CCAF1+Vs8TMeSeUUWS-b7FYkqNgxdrLWVVB0uHQW5fVS0XQPUp+Q@mail.gmail.com%3E&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2016 16:29:54 GMT</pubDate>
    <dc:creator>asinghal</dc:creator>
    <dc:date>2016-12-30T16:29:54Z</dc:date>
    <item>
      <title>Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105296#M68179</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am using HDP 2.5, Phoenix 4.7, SQuirreL 3.7.&lt;/P&gt;&lt;P&gt;When I tried connect to hbase using SQuirrel i got this error;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: ERROR 726 (43M10):  Inconsistent namespace mapping properites.. Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled&lt;/P&gt;&lt;P&gt;at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:132)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$100(OpenConnectionCommand.java:45)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$2.run(OpenConnectionCommand.java:115)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I never got this error before add "&lt;EM&gt;phoenix.schema.isNamespaceMapping&lt;/EM&gt;&lt;EM&gt;Enabled=true"&lt;/EM&gt; property on hbase-site.xml. &lt;/P&gt;&lt;P&gt;But when I tried connect from local server using command ./sqlline.py localhost:2181:/hbase-unsecure, I got no promblem.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 11:59:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105296#M68179</guid>
      <dc:creator>roni_setiadi</dc:creator>
      <dc:date>2016-12-30T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105297#M68180</link>
      <description>&lt;P&gt;Since you have "phoenix.schema.mapSystemTablesToNamespace" set on the server end, your cliemt i.e squirrel client needs to have the same config updated. To do that , you will need to add the hbase conf dir in 'Extra Class Path' tab on Squirrel .&lt;/P&gt;&lt;P&gt;Ensure that hbase-site.xml that located in "hbase conf dir" in the 'Extra Class Path' has the property updated as below:&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;phoenix.schema.isNamespaceMappingEnabled&amp;lt;/name&amp;gt; 
&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt; 
&amp;lt;/property&amp;gt; &lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Dec 2016 12:33:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105297#M68180</guid>
      <dc:creator>skurup</dc:creator>
      <dc:date>2016-12-30T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105298#M68181</link>
      <description>&lt;P&gt;Squirrel already have hbase conf;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10952-conf.png" style="width: 517px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23592i573FE2FB308762A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10952-conf.png" alt="10952-conf.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10953-conf2.png" style="width: 560px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23593i5CD2DF6AB24240E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10953-conf2.png" alt="10953-conf2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:00:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105298#M68181</guid>
      <dc:creator>roni_setiadi</dc:creator>
      <dc:date>2019-08-19T12:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105299#M68182</link>
      <description>&lt;P&gt;You have mentioned HDP version 2.4.2 and Phoenix Version as 4.7&lt;/P&gt;&lt;P&gt;But HDP 2.4.2 supports Phoenix version 4.4? Can you check the versions properly. You can upgrade to HDP 2.5 to use Name space feature supported. then things should work properly.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:01:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105299#M68182</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2016-12-30T15:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105300#M68183</link>
      <description>&lt;P&gt;sorry, my bad. I am using HDP-2.5, Ambari version 2.4.2.
&lt;/P&gt;&lt;P&gt;is hbase conf must be include at the first time I make connection to phoenix?&lt;/P&gt;&lt;P&gt;Because now I am getting the same error even though I am rolling back my configuration before adding &lt;EM&gt;phoenix.schema.isNamespaceMapping&lt;/EM&gt;&lt;EM&gt;Enabled=true&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:27:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105300#M68183</guid>
      <dc:creator>roni_setiadi</dc:creator>
      <dc:date>2016-12-30T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105301#M68184</link>
      <description>&lt;P&gt;After rolling back the configurations have you restarted the server?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:27:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105301#M68184</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2016-12-30T16:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105302#M68185</link>
      <description>&lt;P&gt;I don't know the best way to include hbase-site.xml in squirrel classpath , but people have tried by putting hbase-site.xml in phoenix-client.jar and it seems work for them. &lt;/P&gt;&lt;P&gt;&lt;A href="https://distcp.quora.com/Connect-and-query-Apache-Phoenix-with-Squirrel-from-Windows" target="_blank"&gt;https://distcp.quora.com/Connect-and-query-Apache-Phoenix-with-Squirrel-from-Windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mail-archives.apache.org/mod_mbox/phoenix-user/201409.mbox/%3CCAF1+Vs8TMeSeUUWS-b7FYkqNgxdrLWVVB0uHQW5fVS0XQPUp+Q@mail.gmail.com%3E" target="_blank"&gt;https://mail-archives.apache.org/mod_mbox/phoenix-user/201409.mbox/%3CCAF1+Vs8TMeSeUUWS-b7FYkqNgxdrLWVVB0uHQW5fVS0XQPUp+Q@mail.gmail.com%3E&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:29:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105302#M68185</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-12-30T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105303#M68186</link>
      <description>&lt;P&gt;These properties(&lt;EM&gt;phoenix.schema.isNamespaceMapping&lt;/EM&gt;&lt;EM&gt;Enabled &amp;amp; &lt;/EM&gt;phoenix.schema.mapSystemTablesToNamespace) should not be rolledback.&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenix.apache.org/namspace_mapping.html" target="_blank"&gt;https://phoenix.apache.org/namspace_mapping.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 16:32:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105303#M68186</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-12-30T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105304#M68187</link>
      <description>&lt;P&gt;Can we re-update the phoenix client jar here in the Squirrel and then try it again ? &lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 23:41:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105304#M68187</guid>
      <dc:creator>skurup</dc:creator>
      <dc:date>2016-12-30T23:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105305#M68188</link>
      <description>&lt;P&gt;
	Thank you for the solution, it's working!&lt;/P&gt;&lt;P&gt;I update the jar client using this command; &lt;STRONG&gt;jar uf phoenix-4.7.0.2.5.3.0-37-client.jar hbase-site.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it seems squirrel can't read the extra class path.&lt;/P&gt;&lt;P&gt;and thanks everyone for all your help!&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2016 01:45:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105305#M68188</guid>
      <dc:creator>roni_setiadi</dc:creator>
      <dc:date>2016-12-31T01:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled,Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enable</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105306#M68189</link>
      <description>&lt;P&gt;@Roni&lt;/P&gt;&lt;P&gt;I was facing same kind of issue. I have resolve this issue by using following steps:-&lt;/P&gt;&lt;P&gt;1) Edit Ambari-&amp;gt;Hive-&amp;gt;Configs-&amp;gt;Advanced-&amp;gt;Custom hive-site-&amp;gt;Add Property..., add the following properties based on your HBase configurations(you can search in Ambari-&amp;gt;HBase-&amp;gt;Configs): custom hive-site.xml&lt;/P&gt;&lt;P&gt;hbase.zookeeper.quorum=xyz (find this property value from hbase )&lt;/P&gt;&lt;P&gt;zookeeper.znode.parent=/hbase-unsecure (find this property value from hbase )&lt;/P&gt;&lt;P&gt;phoenix.schema.mapSystemTablesToNamespace=true&lt;/P&gt;&lt;P&gt;phoenix.schema.isNamespaceMappingEnabled=true&lt;/P&gt;&lt;P&gt;2) Copy jar to /usr/hdp/current/hive-server2/auxlib from&lt;/P&gt;&lt;P&gt;/usr/hdp/2.5.6.0-40/phoenix/phoenix-4.7.0.2.5.6.0-40-hive.jar&lt;/P&gt;&lt;P&gt;/usr/hdp/2.5.6.0-40/phoenix/phoenix-hive-4.7.0.2.5.6.0-40-sources.jar If he jar is not working for you then just try to get following jar phoenix-hive-4.7.0.2.5.3.0-37.jar and copy this to /usr/hdp/current/hive-server2/auxlib&lt;/P&gt;&lt;P&gt;3) add property to custom-hive-env&lt;/P&gt;&lt;P&gt;HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-server2/auxlib/4) Add follwoing property to custom-hbase-site.xmlphoenix.schema.mapSystemTablesToNamespace=true phoenix.schema.isNamespaceMappingEnabled=true
&lt;/P&gt;&lt;P&gt;5) Also run following command&lt;/P&gt;&lt;P&gt;1) jar uf /usr/hdp/current/hive-server2/auxlib/phoenix-4.7.0.2.5.6.0-40-client.jar /etc/hive/conf/hive-site.xml&lt;/P&gt;&lt;P&gt;2) jar uf /usr/hdp/current/hive-server2/auxlib/phoenix-4.7.0.2.5.6.0-40-client.jar /etc/hbase/conf/hbase-site.xml&lt;/P&gt;&lt;P&gt;And I hope my solution will work for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 01:12:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-initiate-connection-as-SYSTEM-CATALOG-is-found-but/m-p/105306#M68189</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2017-09-14T01:12:15Z</dc:date>
    </item>
  </channel>
</rss>

