<?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 Replication between two clusters for different major CDH in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/43057#M5279</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have one requirement regrading hbase replication.&lt;/P&gt;&lt;P&gt;I have two cluster..1 PROD and 1 DR..both having same IP and server name but on diffrent network.&lt;/P&gt;&lt;P&gt;And customer wants to assign diffrent IPs for the replication between PROD and DR,&lt;/P&gt;&lt;P&gt;So for example at PROD which is my source have one IP which will communiocate with my DR cluster which will have another IP.&lt;/P&gt;&lt;P&gt;So PROD and DR will be communicate with new IPs.&lt;/P&gt;&lt;P&gt;So in this senario what will be the configuration we need to put and which filles at Source side and target side.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 07:08:37 GMT</pubDate>
    <dc:creator>Satishpa</dc:creator>
    <dc:date>2016-07-21T07:08:37Z</dc:date>
    <item>
      <title>HBase Replication between two clusters for different major CDH</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/25517#M5276</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;try to replicate Hbase data from our exsiting production cluster (CDH4.5) to a new cluster (CDH5.3) on AWS . I checked out Cloudera Documentation and it required the two clusters must have the same major version of CDHs. That is a blooker for us.&lt;/P&gt;&lt;P&gt;Is there a way to have replication setup between 2 clusters even those they have different version of CDHs?&lt;/P&gt;&lt;P&gt;Do you have any recommendation for our case?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Thai&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:23:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/25517#M5276</guid>
      <dc:creator>ttruong</dc:creator>
      <dc:date>2022-09-16T09:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Replication between two clusters for different major CDH</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/25569#M5277</link>
      <description>&lt;P&gt;Hello Thai,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Going from CDH 4.5 (hbase .94.x) to CDH 5.3 (hbase .98.x) is actually 2 major version jumps. The big one is that .96 introduced "the singularity" which in short means hbase is not wire compatable between the two versions. [1]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you absolutely can't upgrade both clusters to the same version at the same time, then you will have to disable replication and create your own way of replicating the data. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know of two methods to move the data between clusters that would still work:&lt;/P&gt;&lt;P&gt;1: The rest client (slow, so may not be able to keep up depending on your use case)&lt;/P&gt;&lt;P&gt;2: Export to HDFS -&amp;gt; Distcp -&amp;gt; Import to target cluster &amp;nbsp;(batch, so there will be a large lag in syncronization)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&lt;A target="_blank" href="http://hbase.apache.org/book.html#upgrade0.96"&gt;http://hbase.apache.org/book.html#upgrade0.96&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2015 06:27:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/25569#M5277</guid>
      <dc:creator>ben.hemphill</dc:creator>
      <dc:date>2015-03-14T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Replication between two clusters for different major CDH</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/26077#M5278</link>
      <description>&lt;P&gt;I did try the 2nd method and it it work.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 18:57:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/26077#M5278</guid>
      <dc:creator>ttruong</dc:creator>
      <dc:date>2015-03-31T18:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Replication between two clusters for different major CDH</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/43057#M5279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have one requirement regrading hbase replication.&lt;/P&gt;&lt;P&gt;I have two cluster..1 PROD and 1 DR..both having same IP and server name but on diffrent network.&lt;/P&gt;&lt;P&gt;And customer wants to assign diffrent IPs for the replication between PROD and DR,&lt;/P&gt;&lt;P&gt;So for example at PROD which is my source have one IP which will communiocate with my DR cluster which will have another IP.&lt;/P&gt;&lt;P&gt;So PROD and DR will be communicate with new IPs.&lt;/P&gt;&lt;P&gt;So in this senario what will be the configuration we need to put and which filles at Source side and target side.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:08:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Replication-between-two-clusters-for-different-major/m-p/43057#M5279</guid>
      <dc:creator>Satishpa</dc:creator>
      <dc:date>2016-07-21T07:08:37Z</dc:date>
    </item>
  </channel>
</rss>

