<?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: Falcon - hbase in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148732#M48615</link>
    <description>&lt;P&gt;I don't believe Falcon presently has integration with HBase.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2016 01:54:49 GMT</pubDate>
    <dc:creator>elserj</dc:creator>
    <dc:date>2016-12-13T01:54:49Z</dc:date>
    <item>
      <title>Falcon - hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148731#M48614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Falcon currently doesn't support HBASE as a feed type, however if HBASE is to be used, can someone suggest how to implement a retention policy, fro HDFS we simply delete by the partitioned folder, however in case of HBASE, is there anys uch way.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avijeet&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 18:44:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148731#M48614</guid>
      <dc:creator>avijeetd</dc:creator>
      <dc:date>2016-12-12T18:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon - hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148732#M48615</link>
      <description>&lt;P&gt;I don't believe Falcon presently has integration with HBase.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 01:54:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148732#M48615</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-12-13T01:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon - hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148733#M48616</link>
      <description>&lt;P&gt;
	HBase column families have a time-to-live (TTL) property which, by default, is set to FOREVER. If you wanted to delete the HBase cell values a week after being inserted, you could set the TTL to 604800 (which is the number of seconds in a week: 60 * 60 * 24 * 7).&lt;/P&gt;&lt;P&gt;
	Here's an example:&lt;/P&gt;&lt;P&gt;
	Create a table where the column family has a TTL of 10 seconds:&lt;/P&gt;&lt;PRE&gt;hbase(main):001:0&amp;gt; create 'test', {'NAME' =&amp;gt; 'cf1', 'TTL' =&amp;gt; 10}
0 row(s) in 2.5940 seconds&lt;/PRE&gt;&lt;P&gt;
	Put a record into that table:&lt;/P&gt;&lt;PRE&gt;hbase(main):002:0&amp;gt; put 'test', 'my-row-key', 'cf1:my-col', 'my-value'
0 row(s) in 0.1420 seconds&lt;/PRE&gt;&lt;P&gt;If we scan the table right away, we can see the record:&lt;/P&gt;&lt;PRE&gt;hbase(main):003:0&amp;gt; scan 'test'
ROW          COLUMN+CELL                                                              
my-row-key   column=cf1:my-col, timestamp=1481650256841, value=my-value
1 row(s) in 0.0260 seconds&lt;/PRE&gt;&lt;P&gt;10 seconds later, the record has disappeared:&lt;/P&gt;&lt;PRE&gt;hbase(main):004:0&amp;gt; scan 'test'
ROW          COLUMN+CELL
0 row(s) in 0.0130 seconds&lt;/PRE&gt;&lt;P&gt;So, perhaps you could use TTL to manage your data retention.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 01:43:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-hbase/m-p/148733#M48616</guid>
      <dc:creator>awoolford</dc:creator>
      <dc:date>2016-12-14T01:43:06Z</dc:date>
    </item>
  </channel>
</rss>

