<?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 HBase data migration from one cluster to other cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204761#M83854</link>
    <description>&lt;P&gt;Hi, Need help with HBase data migration from one cluster to other cluster. Please share the instructions or any proper articles. &lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 02:22:08 GMT</pubDate>
    <dc:creator>dhirajk</dc:creator>
    <dc:date>2018-09-28T02:22:08Z</dc:date>
    <item>
      <title>HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204761#M83854</link>
      <description>&lt;P&gt;Hi, Need help with HBase data migration from one cluster to other cluster. Please share the instructions or any proper articles. &lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 02:22:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204761#M83854</guid>
      <dc:creator>dhirajk</dc:creator>
      <dc:date>2018-09-28T02:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204762#M83855</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/17363/dhirajbda.html"&gt;Dhiraj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are many method to achieve the same like copytable , import/export utility , snapshot . I would prefer snapshot method .But snapshot method will work if Hbase is of same version in both the cluster .If your both cluster hbase versions are different then you can use Copytable method.&lt;/P&gt;&lt;P&gt;snapshot method :&lt;/P&gt;&lt;P&gt;STEP 1: Go to hbase-shell and Take a snapshot of table &lt;/P&gt;&lt;P&gt;&amp;gt;hbase shell&lt;/P&gt;&lt;P&gt;&amp;gt;snapshot "SOURCE_TABLE_NAME","SNAPSHOT_TABLE_NAME"&lt;/P&gt;&lt;P&gt;Step 3 :  Export that snapshot to other cluster &lt;/P&gt;&lt;P&gt;&amp;gt;bin/hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot SNAPSHOT_TABLE_NAME -copy-to hdfs://DESTINATION_CLUSTER_ACTIVE_NAMENODE_ADDRESS:8020/hbase -mappers 16&lt;/P&gt;&lt;P&gt;STEP 4:  restore the table on DESTINATION Cluster :&lt;/P&gt;&lt;P&gt;&amp;gt;hbase shell&lt;/P&gt;&lt;P&gt;&amp;gt;disable "DEST_TABLENAME"&lt;/P&gt;&lt;P&gt;&amp;gt;restore_snapshot "SNAPSHOT_TABLE_NAME"&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 13:59:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204762#M83855</guid>
      <dc:creator>amol_08</dc:creator>
      <dc:date>2018-09-29T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204763#M83856</link>
      <description>&lt;P&gt;Please follow below link :&lt;/P&gt;&lt;P&gt;&lt;A href="http://hbase.apache.org/0.94/book/ops_mgt.html#copytable" target="_blank"&gt;http://hbase.apache.org/0.94/book/ops_mgt.html#copytable&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 14:01:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204763#M83856</guid>
      <dc:creator>amol_08</dc:creator>
      <dc:date>2018-09-29T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204764#M83857</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/19322/mishraanurag643.html" nodeid="19322"&gt;@Anurag Mishra&lt;/A&gt;&lt;P&gt;Thanks for the detailed steps, but will snapshot take cares of DDLs too? or do we need to take a DDL and create it manually in the destination cluster? &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhiraj. &lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 04:05:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/204764#M83857</guid>
      <dc:creator>dhirajk</dc:creator>
      <dc:date>2018-10-27T04:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/298345#M83858</link>
      <description>&lt;P&gt;Which user do you need to be to execute these commands? I'm getting PermissionDenied Error. Please advise.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 19:09:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/298345#M83858</guid>
      <dc:creator>trent_larson</dc:creator>
      <dc:date>2020-06-20T19:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: HBase data migration from one cluster to other cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/298383#M83859</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35809"&gt;@trent_larson&lt;/a&gt;&amp;nbsp;As this is an older post, you would have a better chance of receiving a resolution by &lt;A href="https://community.cloudera.com/t5/forums/postpage/board-id/Questions" target="_self"&gt;starting a new thread&lt;/A&gt;. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 06:29:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-data-migration-from-one-cluster-to-other-cluster/m-p/298383#M83859</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2020-06-22T06:29:40Z</dc:date>
    </item>
  </channel>
</rss>

