<?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: HBase Snapshot in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208073#M81388</link>
    <description>&lt;P&gt;Dear &lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I just had a look of the link you send to me. And i did some tests.&lt;/P&gt;&lt;PRE&gt;hbase backup set add backtest mytestTable&lt;/PRE&gt;&lt;P&gt;The above command gives me an error&lt;/P&gt;&lt;P&gt;org.apache.hadoop.hbase.TableNotFoundException: Table 'hbase:backup' was not found, got: WRONG_ID.&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 01:25:04 GMT</pubDate>
    <dc:creator>yebinianhi</dc:creator>
    <dc:date>2018-07-31T01:25:04Z</dc:date>
    <item>
      <title>HBase Snapshot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208070#M81385</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am very new to HBase and HBase snapshot.&lt;/P&gt;&lt;P&gt;I want to ask a question regarding the HBase Snapshot.&lt;/P&gt;&lt;P&gt;So, when I take an HBase snapshot of a table. Does this snapshot continuously track the changes of this table?&lt;/P&gt;&lt;P&gt;If it is not, which mean that I need to continuously delete the old snapshot and take a new snapshot like once a week, right?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bin Ye &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 23:32:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208070#M81385</guid>
      <dc:creator>yebinianhi</dc:creator>
      <dc:date>2018-07-30T23:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Snapshot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208071#M81386</link>
      <description>&lt;P&gt;An HBase snapshot is an immutable, point-in-time shallow copy of a table. It does not change over time.&lt;/P&gt;&lt;P&gt;If you want to capture the changes made to a table since an old snapshot in a new snapshot, you must take a new snapshot.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 23:52:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208071#M81386</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2018-07-30T23:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Snapshot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208072#M81387</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/18083/yebinianhi.html" nodeid="18083"&gt;@Bin Ye&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does this snapshot continuously track the changes of this table?&lt;/P&gt;&lt;P&gt;No, snapshot is like a photo of the table data at certain point of time. Snapshot will also mark data to prevent it from being deleted. &lt;/P&gt;&lt;P&gt;For more information please review this HCC link posts&lt;/P&gt;&lt;P&gt;&lt;A href="https://es.hortonworks.com/blog/coming-hdp-2-5-incremental-backup-restore-apache-hbase-apache-phoenix/" target="_blank"&gt;https://es.hortonworks.com/blog/coming-hdp-2-5-incremental-backup-restore-apache-hbase-apache-phoenix/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/102843/hbase-snapshot-or-backup.html" target="_blank"&gt;https://community.hortonworks.com/questions/102843/hbase-snapshot-or-backup.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are differences between snapshot and backup and incremental back up which you can review in the above link. Hopefully this will help you decide if snapshot is the correct solution for you or if you should go for backup. &lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 23:53:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208072#M81387</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-07-30T23:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Snapshot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208073#M81388</link>
      <description>&lt;P&gt;Dear &lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I just had a look of the link you send to me. And i did some tests.&lt;/P&gt;&lt;PRE&gt;hbase backup set add backtest mytestTable&lt;/PRE&gt;&lt;P&gt;The above command gives me an error&lt;/P&gt;&lt;P&gt;org.apache.hadoop.hbase.TableNotFoundException: Table 'hbase:backup' was not found, got: WRONG_ID.&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 01:25:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208073#M81388</guid>
      <dc:creator>yebinianhi</dc:creator>
      <dc:date>2018-07-31T01:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Snapshot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208074#M81389</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18083/yebinianhi.html" nodeid="18083"&gt;@Bin Ye&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Please check if the property "hbase.backup.enable" is set correctly in hbase-site.xml&lt;/P&gt;&lt;P&gt;Also please review this other documentation link specific to backups with hbase:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_data-access/content/ch_hbase_bar.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_data-access/content/ch_hbase_bar.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you continue to experience issue please open a separate hcc thread for this problem. If the already provided information has helped you answer the original question please remember to login and mark the answer as Accepted.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 02:01:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Snapshot/m-p/208074#M81389</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-07-31T02:01:51Z</dc:date>
    </item>
  </channel>
</rss>

