<?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 how to get HBase column qualifier name of a table created through phoenix in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/how-to-get-HBase-column-qualifier-name-of-a-table-created/m-p/202400#M164406</link>
    <description>&lt;P&gt;I have a created a phoenix table test with the following schema&lt;/P&gt;&lt;P&gt;CREATE TABLE test&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;PRE&gt; tag varchar(10) NOT NULL,

 ts DATE NOT NULL,

 val INTEGER

 CONSTRAINT pk PRIMARY KEY (tag, ts)
&lt;/PRE&gt;
&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Now I want to know how these "&lt;STRONG&gt;tag&lt;/STRONG&gt;", "&lt;STRONG&gt;ts&lt;/STRONG&gt;", "&lt;STRONG&gt;val&lt;/STRONG&gt;" fields are stored in HBase and with what name. Would it be something like "&lt;STRONG&gt;columnFamily:qualifier&lt;/STRONG&gt;" i.e "&lt;STRONG&gt;0:tag&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;I am using apache-phoenix-4.11.0-HBase-1.3-bin.&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jul 2017 18:27:18 GMT</pubDate>
    <dc:creator>hmdcisin</dc:creator>
    <dc:date>2017-07-30T18:27:18Z</dc:date>
  </channel>
</rss>

