<?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 phoenix table using existing hbase table ?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115835#M22205</link>
    <description>&lt;P&gt;You may refer below section.
&lt;A href="https://phoenix.apache.org/faq.html#How_I_map_Phoenix_table_to_an_existing_HBase_table" target="_blank"&gt;https://phoenix.apache.org/faq.html#How_I_map_Phoenix_table_to_an_existing_HBase_table&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 18:45:58 GMT</pubDate>
    <dc:creator>asinghal</dc:creator>
    <dc:date>2016-03-08T18:45:58Z</dc:date>
    <item>
      <title>How to create phoenix table using existing hbase table ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115834#M22204</link>
      <description>&lt;P&gt;my use case i need to create phoenix table by using existing hbase table. I have got only one way to map hbase table i,e creating view table. is there any other way to create phoenix table by using existing hbase table ??&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:45:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115834#M22204</guid>
      <dc:creator>subhash_parise3</dc:creator>
      <dc:date>2016-03-08T18:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create phoenix table using existing hbase table ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115835#M22205</link>
      <description>&lt;P&gt;You may refer below section.
&lt;A href="https://phoenix.apache.org/faq.html#How_I_map_Phoenix_table_to_an_existing_HBase_table" target="_blank"&gt;https://phoenix.apache.org/faq.html#How_I_map_Phoenix_table_to_an_existing_HBase_table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:45:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115835#M22205</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-03-08T18:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create phoenix table using existing hbase table ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115836#M22206</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:09:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115836#M22206</guid>
      <dc:creator>vvaks</dc:creator>
      <dc:date>2016-03-28T06:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create phoenix table using existing hbase table ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115837#M22207</link>
      <description>&lt;P&gt;CREATE TABLE table2 LIKE table1;&lt;/P&gt;&lt;P&gt;INSERT INTO table2 SELECT * FROM table1;&lt;/P&gt;&lt;P&gt;These are sql queries which can be used but not working with base..&lt;/P&gt;&lt;P&gt;By d way nice question.&lt;/P&gt;&lt;P&gt;I am also trying for it.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 11:03:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-create-phoenix-table-using-existing-hbase-table/m-p/115837#M22207</guid>
      <dc:creator>vishalb_engg</dc:creator>
      <dc:date>2017-06-22T11:03:35Z</dc:date>
    </item>
  </channel>
</rss>

