<?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 Phoenix table creation on top of restored hbase table in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-table-creation-on-top-of-restored-hbase-table/m-p/307147#M223116</link>
    <description>&lt;P&gt;i created a table in phoenix&lt;/P&gt;&lt;P&gt;create table t2(pk varchar primary key, col1 varchar);&lt;/P&gt;&lt;P&gt;upsert into T2 values('1','abcd');&lt;/P&gt;&lt;P&gt;upsert into T2 values('2','123');&lt;/P&gt;&lt;P&gt;select * from T2;&lt;BR /&gt;+-----+--------+&lt;BR /&gt;| PK | COL1 |&lt;BR /&gt;+-----+--------+&lt;BR /&gt;| 1 | abcd |&lt;BR /&gt;| 2 | 123 |&lt;BR /&gt;+-----+--------+&lt;/P&gt;&lt;P&gt;table format in hbase&lt;/P&gt;&lt;P&gt;hbase(main):024:0&amp;gt; scan 'T2'&lt;BR /&gt;ROW&amp;nbsp; &amp;nbsp;COLUMN+CELL&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; column=0:\x00\x00\x00\x00, timestamp=1607423302365, value=x&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; column=0:\x80\x0B, timestamp=1607423302365, value=abcd&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; column=0:\x00\x00\x00\x00, timestamp=1607423295436, value=x&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; column=0:\x80\x0B, timestamp=1607423295436, value=123&lt;BR /&gt;2 row(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i backed up above table and restored in hbase. now i want to create phoenix table on top of that&lt;/P&gt;&lt;P&gt;so i used below command to create table&lt;/P&gt;&lt;P&gt;create table t2(pk varchar primary key, col1 varchar);&lt;BR /&gt;2 rows affected (0.016 seconds)&lt;/P&gt;&lt;P&gt;select * from T2;&lt;BR /&gt;+-----+-------+&lt;BR /&gt;| PK | COL1 |&lt;BR /&gt;+-----+-------+&lt;BR /&gt;| 1 | |&lt;BR /&gt;| 2 | |&lt;BR /&gt;+-----+-------+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after restored and created table in phoenix the primary key values are coming other values are not showing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me to solve this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 10:43:11 GMT</pubDate>
    <dc:creator>Manoj690</dc:creator>
    <dc:date>2020-12-08T10:43:11Z</dc:date>
  </channel>
</rss>

