<?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: Hbase table with namespace mapping with Apache Phoenix table with schema in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hbase-table-with-namespace-mapping-with-Apache-Phoenix-table/m-p/232374#M194213</link>
    <description>&lt;P&gt;Can you check whether phoenix.schema.isNamespaceMappingEnabled is true?&lt;/P&gt;&lt;P&gt;If it is false in your environment, then phoenix query creating new table under default namespace of Hbase instead of mapping it.&lt;/P&gt;&lt;P&gt;If it is already "true" then execute following to map table--&amp;gt;&lt;/P&gt;&lt;P&gt;CREATE TABLE PROD."MYTAB1" (ID VARCHAR PRIMARY KEY, "CF1"."NAME" VARCHAR,"CF1."DEPT" VARCHAR, "CF2".SALARY VARCHAR, "CF2".DESIGNATION VARCHAR) ;&lt;/P&gt;&lt;P&gt;If it is false, you have to set it to true and then try mapping table. &lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2018 21:19:51 GMT</pubDate>
    <dc:creator>schhabra1</dc:creator>
    <dc:date>2018-06-22T21:19:51Z</dc:date>
  </channel>
</rss>

