<?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: How to create View in Phoenix to connect to existing tables in Hbase? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99464#M12673</link>
    <description>&lt;P&gt;Lets say you have an existing HBase table called "transactions", column family called "transactions" that has a column called transactionId. You can map that table to a Phoenix view with: CREATE VIEW "TransactionHistory" (k VARCHAR primary key, "Transactions"."transactionId" VARCHAR);. Now you should be able to Select "transactionId" from "Transactions". You can use ALTER VIEW to add additional columns from he HBASE table after that.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2016 06:14:01 GMT</pubDate>
    <dc:creator>vvaks</dc:creator>
    <dc:date>2016-03-28T06:14:01Z</dc:date>
    <item>
      <title>How to create View in Phoenix to connect to existing tables in Hbase?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99461#M12670</link>
      <description>&lt;P&gt;In my previous tables in Hbase, each column family has many qualifier: values pairs. When I try to create a view in Phoenix, no values shown in these columns.  How to create a view to map all schema in my exsiting tables?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99461#M12670</guid>
      <dc:creator>cui_lin</dc:creator>
      <dc:date>2015-12-16T08:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create View in Phoenix to connect to existing tables in Hbase?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99462#M12671</link>
      <description>&lt;P&gt;You have to explicitly list of column names in the CREATE TABLE statement, or you can use dynamic columns at the query time to specify the list of columns for this query.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:17:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99462#M12671</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2015-12-16T08:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create View in Phoenix to connect to existing tables in Hbase?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99463#M12672</link>
      <description>&lt;P&gt;As Enis said and for details you can look on below page:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenix.apache.org/faq.html" target="_blank"&gt;https://phoenix.apache.org/faq.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 15:26:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99463#M12672</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-01-30T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create View in Phoenix to connect to existing tables in Hbase?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99464#M12673</link>
      <description>&lt;P&gt;Lets say you have an existing HBase table called "transactions", column family called "transactions" that has a column called transactionId. You can map that table to a Phoenix view with: CREATE VIEW "TransactionHistory" (k VARCHAR primary key, "Transactions"."transactionId" VARCHAR);. Now you should be able to Select "transactionId" from "Transactions". You can use ALTER VIEW to add additional columns from he HBASE table after that.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 06:14:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-View-in-Phoenix-to-connect-to-existing-tables/m-p/99464#M12673</guid>
      <dc:creator>vvaks</dc:creator>
      <dc:date>2016-03-28T06:14:01Z</dc:date>
    </item>
  </channel>
</rss>

