<?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: Which is best method for taking backup of hbase data? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146821#M20025</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2769/rushikeshdeshmukh007.html" nodeid="2769"&gt;@Rushikesh Deshmukh&lt;/A&gt;, for a list of backup options check &lt;A href="http://hbase.apache.org/book.html#ops.backup"&gt;this&lt;/A&gt;. CopyTable is a nice option, using multiple mappers, you can copy individual tables to the same or another cluster. You can miss a few edits but you will end up with a useful copy.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 16:19:54 GMT</pubDate>
    <dc:creator>pminovic</dc:creator>
    <dc:date>2016-02-18T16:19:54Z</dc:date>
    <item>
      <title>Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146814#M20018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone suggest me which is best method for taking backup of hbase data among distcp, copyTable, export/import, cluster replication?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:48:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146814#M20018</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-18T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146815#M20019</link>
      <description>&lt;P&gt;You can use snapshots to take backup &lt;A href="https://hbase.apache.org/book.html#ops.snapshots" target="_blank"&gt;https://hbase.apache.org/book.html#ops.snapshots&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:51:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146815#M20019</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2016-02-18T15:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146816#M20020</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/425/rchintaguntla.html"&gt;Rajeshbabu Chintaguntla&lt;/A&gt;, can you please explain what are advantages of using snapshots over other methods and also provide command to be used for taking snapshots?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:54:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146816#M20020</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-18T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146817#M20021</link>
      <description>&lt;P&gt;Preference wise (as Impact on running cluster will also be very less):-&lt;/P&gt;&lt;P&gt;cluster replication:- If requirement is to recover in realtime and new cluster can be afforded. &lt;/P&gt;&lt;P&gt;export snapshot:- if recovery to last taken snapshot is fine and  cost of this approach is less as you can export it to any cheap storage(hdfs,s3 or anything). But with this incremental backup will not be possible, old backups will become obsolete with the new.

&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:00:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146817#M20021</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-02-18T16:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146818#M20022</link>
      <description>&lt;P&gt;Hi Rushikesh,&lt;/P&gt;&lt;P&gt;Suggest you to go through this article might be helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_hbase_snapshots_guide/content/ch_hbase_snapshots_chapter.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_hbase_snapshots_guide/content/ch_hbase_snapshots_chapter.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik Gopal&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:02:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146818#M20022</guid>
      <dc:creator>kgopal</dc:creator>
      <dc:date>2016-02-18T16:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146819#M20023</link>
      <description>&lt;P&gt;HBase Snapshots allow you to take a snapshot of a table without much impact on Region Servers. Snapshot, clone, and restore operations don't involve data copying. In addition, exporting a snapshot to another cluster has no impact on region servers.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:04:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146819#M20023</guid>
      <dc:creator>kgopal</dc:creator>
      <dc:date>2016-02-18T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146820#M20024</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/2520/kgopal.html"&gt;Karthik Gopal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks for reply, found some useful information on given link. Does hbase_snapshots is best method for backup on live environment?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:13:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146820#M20024</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-18T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146821#M20025</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2769/rushikeshdeshmukh007.html" nodeid="2769"&gt;@Rushikesh Deshmukh&lt;/A&gt;, for a list of backup options check &lt;A href="http://hbase.apache.org/book.html#ops.backup"&gt;this&lt;/A&gt;. CopyTable is a nice option, using multiple mappers, you can copy individual tables to the same or another cluster. You can miss a few edits but you will end up with a useful copy.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:19:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146821#M20025</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-02-18T16:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146822#M20026</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/177/pminovic.html"&gt;Predrag Minovic&lt;/A&gt;, thanks for sharing this useful information.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 21:40:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146822#M20026</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-20T21:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146823#M20027</link>
      <description>&lt;P&gt;@ &lt;A href="https://community.hortonworks.com/users/627/asinghal.html"&gt;asinghal&lt;/A&gt;, thanks for sharing this useful information.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 14:34:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146823#M20027</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-21T14:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146824#M20028</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/425/rchintaguntla.html"&gt;Rajeshbabu Chintaguntla&lt;/A&gt;, thanks for sharing this info. and link.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 14:35:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146824#M20028</guid>
      <dc:creator>rushikeshdeshmu</dc:creator>
      <dc:date>2016-02-21T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146825#M20029</link>
      <description>&lt;P&gt;Hi @&lt;A href="https://community.hortonworks.com/users/2769/rushikeshdeshmukh007.html"&gt;Rushikesh Deshmukh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following table provides an overview for quickly comparing these approaches, which I’ll describe in detail below.&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase/" target="_blank"&gt;http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i used distcp as well but that did not work for me , in the sense data was copied but while running hbck i had issue &lt;/P&gt;&lt;P&gt;if you want to create backup on same cluster then copytable and sanpshot are very easy &lt;/P&gt;&lt;P&gt;for inter cluster snapshot works good &lt;/P&gt;&lt;P&gt;let me know if you need more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7173iBF600B5403797175/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="hbase-data-backup.png" title="hbase-data-backup.png" /&gt;</description>
      <pubDate>Mon, 30 May 2016 12:26:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146825#M20029</guid>
      <dc:creator>ripu</dc:creator>
      <dc:date>2016-05-30T12:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Which is best method for taking backup of hbase data?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146826#M20030</link>
      <description>&lt;P&gt;Hi @&lt;A href="https://community.hortonworks.com/users/2769/rushikeshdeshmukh007.html"&gt;Rushikesh Deshmukh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following table provides an overview for quickly comparing these approaches, which I’ll describe in detail below.&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase"&gt;http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase&lt;/A&gt;/&lt;/P&gt;&lt;P&gt;i used distcp as well but that did not work for me , in the sense data was copied but while running hbck i had issue&lt;/P&gt;&lt;P&gt;if you want to create backup on same cluster then copytable and sanpshot are very easy&lt;/P&gt;&lt;P&gt;for inter cluster snapshot works good&lt;/P&gt;&lt;P&gt;let me know if you need more details&lt;/P&gt;&lt;P&gt;Also this below link is really very useful and clear &lt;/P&gt;&lt;P&gt;&lt;A href="http://hbase.apache.org/0.94/book/ops.backup.html"&gt;http://hbase.apache.org/0.94/book/ops.backup.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 13:03:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Which-is-best-method-for-taking-backup-of-hbase-data/m-p/146826#M20030</guid>
      <dc:creator>ripu</dc:creator>
      <dc:date>2016-05-30T13:03:06Z</dc:date>
    </item>
  </channel>
</rss>

