<?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: displaying the columns in a column family in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158758#M49200</link>
    <description>&lt;P&gt;Because HBase is schemaless Data store and each row can have different columns, you will not be able to know all columns without going through all rows.  &lt;/P&gt;&lt;P&gt;You can use Apache Phoenix to create table with fix numbers of columns and insert data through Phoenix.  (However, if you use the 'dynamic columns' feature in Phoenix, you also could not be 100% sure about all columns if you don't know the design upfront).&lt;/P&gt;</description>
    <pubDate>Sat, 17 Dec 2016 08:18:04 GMT</pubDate>
    <dc:creator>sjiang</dc:creator>
    <dc:date>2016-12-17T08:18:04Z</dc:date>
    <item>
      <title>displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158755#M49197</link>
      <description>&lt;P&gt;the describe command is only giving me the column family and not the columns , how can I see which columns belong to a column family without having to dump the whole table ? &lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 06:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158755#M49197</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-12-17T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158756#M49198</link>
      <description>&lt;P&gt;You need to scan the whole table to get all columns. Each row in HBase can have its own schema. &lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 06:25:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158756#M49198</guid>
      <dc:creator>ssoldatov</dc:creator>
      <dc:date>2016-12-17T06:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158757#M49199</link>
      <description>&lt;P&gt;that sounds very odd , so if the table has 1 billon rows and someone asks me to tell which columns it has in a particular column family I have to dump the whole billon rows ? &lt;/P&gt;&lt;P&gt;there has to be some other way &lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 06:47:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158757#M49199</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-12-17T06:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158758#M49200</link>
      <description>&lt;P&gt;Because HBase is schemaless Data store and each row can have different columns, you will not be able to know all columns without going through all rows.  &lt;/P&gt;&lt;P&gt;You can use Apache Phoenix to create table with fix numbers of columns and insert data through Phoenix.  (However, if you use the 'dynamic columns' feature in Phoenix, you also could not be 100% sure about all columns if you don't know the design upfront).&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 08:18:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158758#M49200</guid>
      <dc:creator>sjiang</dc:creator>
      <dc:date>2016-12-17T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158759#M49201</link>
      <description>&lt;P&gt;No, you are incorrect, Sami. HBase knows the set of column families. It does *not* track the set of qualifiers.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 04:05:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158759#M49201</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-12-18T04:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: displaying the columns in a column family</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158760#M49202</link>
      <description>&lt;P&gt;If you know that all rows of the table have same no. of columns then you can just get first row (with scan and limit) and parse the columns names for each column family. otherwise &lt;A rel="user" href="https://community.cloudera.com/users/2924/ssoldatov.html" nodeid="2924"&gt;@Sergey Soldatov&lt;/A&gt; answer is the only way.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 16:15:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/displaying-the-columns-in-a-column-family/m-p/158760#M49202</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-12-18T16:15:58Z</dc:date>
    </item>
  </channel>
</rss>

