<?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: mapping HBASE table to Phoenix not working in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapping-HBASE-table-to-Phoenix-not-working/m-p/218859#M79366</link>
    <description>&lt;P&gt;found the issue .. the phoenix view should have the same name as the HBASE table ..  Phoenix document does not state this&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 22:31:45 GMT</pubDate>
    <dc:creator>aliyesami</dc:creator>
    <dc:date>2018-06-08T22:31:45Z</dc:date>
    <item>
      <title>mapping HBASE table to Phoenix not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapping-HBASE-table-to-Phoenix-not-working/m-p/218858#M79365</link>
      <description>&lt;P&gt;I have  a HBASE table  as follows with 1000 rows , if I try to create a view on this from phoenix I get  "&lt;/P&gt;&lt;P&gt;ERROR 505 (42000): Table is read only" error &lt;/P&gt;&lt;P&gt;if I create a table instead of a view it creates the table but I see no rows there .  &lt;/P&gt;&lt;PRE&gt;hbase(main):001:0&amp;gt; describe 'UFM'
Table UFM is ENABLED
UFM
COLUMN FAMILIES DESCRIPTION
{NAME =&amp;gt; 'EXLIST', BLOOMFILTER =&amp;gt; 'ROW', VERSIONS =&amp;gt; '1', IN_MEMORY =&amp;gt; 'false', KEEP_DELETED_CELLS =&amp;gt; 'FALSE', DATA_BLOCK_ENCODING =&amp;gt; 'NONE', TTL =&amp;gt; 'FOREVER', COM
PRESSION =&amp;gt; 'NONE', MIN_VERSIONS =&amp;gt; '0', BLOCKCACHE =&amp;gt; 'true', BLOCKSIZE =&amp;gt; '65536', REPLICATION_SCOPE =&amp;gt; '0'}
{NAME =&amp;gt; 'F1', BLOOMFILTER =&amp;gt; 'ROW', VERSIONS =&amp;gt; '1', IN_MEMORY =&amp;gt; 'false', KEEP_DELETED_CELLS =&amp;gt; 'FALSE', DATA_BLOCK_ENCODING =&amp;gt; 'NONE', TTL =&amp;gt; 'FOREVER', COMPRES
SION =&amp;gt; 'NONE', MIN_VERSIONS =&amp;gt; '0', BLOCKCACHE =&amp;gt; 'true', BLOCKSIZE =&amp;gt; '65536', REPLICATION_SCOPE =&amp;gt; '0'}
2 row(s) in 0.3070 seconds
&lt;/PRE&gt;&lt;P&gt;I create the phoenix view as follows :&lt;/P&gt;&lt;PRE&gt;CREATE VIEW "UFM_PHX" (
UFMID VARCHAR PRIMARY KEY, 
"EXLIST"."LIST1" varchar,
"EXLIST"."LIST2" varchar,
"EXLIST"."LIST3" varchar,
"EXLIST"."LIST4" varchar,
"EXLIST"."LIST5" varchar,
"EXLIST"."LIST6" varchar,
"EXLIST"."LIST7" varchar,
"EXLIST"."LIST8" varchar,
"EXLIST"."LIST9" varchar,
"EXLIST"."LIST10" varchar,
"EXLIST"."LIST11" varchar,
"EXLIST"."LIST12" varchar,
"EXLIST"."LIST13" varchar,
"EXLIST"."LIST14" varchar,
"EXLIST"."LIST15" varchar,
"EXLIST"."LIST16" varchar,
"EXLIST"."LIST17" varchar,
"EXLIST"."LIST18" varchar,
"EXLIST"."LIST19" varchar,
"EXLIST"."LIST20" varchar,
"EXLIST"."LIST21" varchar,
"F1"."INSERT_TIME" date, 
"F1"."LANEID" varchar,
"F1"."LANEUFMSEQNO" varchar,
"F1"."PLAZAID" varchar,
"F1"."TIPUFMSEQ" varchar,
"F1"."TIP_ID" varchar,
"F1"."TXNTM" date)

&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jun 2018 22:17:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapping-HBASE-table-to-Phoenix-not-working/m-p/218858#M79365</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2018-06-08T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: mapping HBASE table to Phoenix not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapping-HBASE-table-to-Phoenix-not-working/m-p/218859#M79366</link>
      <description>&lt;P&gt;found the issue .. the phoenix view should have the same name as the HBASE table ..  Phoenix document does not state this&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 22:31:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapping-HBASE-table-to-Phoenix-not-working/m-p/218859#M79366</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2018-06-08T22:31:45Z</dc:date>
    </item>
  </channel>
</rss>

