<?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: Watch region merge progress in HBase in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235191#M84672</link>
    <description>&lt;P&gt;Thank you Josh!&lt;/P&gt;&lt;P&gt;Exactly, merging is asynchronous indeed, thus the need to monitor when it's completed, so that I know when Ican submit the next merge request without overloading the system.&lt;/P&gt;&lt;P&gt;I saw there is the command list_procedures. Do you think this can be used to monitor any non-completed merge processes?&lt;/P&gt;&lt;P&gt;If not, is there an easy way to parse the hbase:meta through shell to obtain the required info? What should I look for? If I am getting it right, I should see all three regions while merge is active (one new + two old) and just the new one when it will have completed. So, when the two old regions are no longer present, merge can be considered completed. Does that sounds correct? Of course, I would prefer to just use a simpler command, like list_processes, if it is applicable.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2018 21:19:43 GMT</pubDate>
    <dc:creator>l_mourikis</dc:creator>
    <dc:date>2018-11-02T21:19:43Z</dc:date>
    <item>
      <title>Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235189#M84670</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to watch the progress of a region merge task in HBase 1.2 . I need it to use it on a script, so I would prefer a solution that works best through linux shell and not Web UI.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 10:39:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235189#M84670</guid>
      <dc:creator>l_mourikis</dc:creator>
      <dc:date>2018-11-02T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235190#M84671</link>
      <description>&lt;P&gt;Region merging is an asynchronous process in HBase.&lt;/P&gt;&lt;P&gt;Your only option is to read and parse the relevant data in hbase:meta, and use this to determine when both daughter Regions that you requested to be merged together are combined into a single parent Region.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 21:05:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235190#M84671</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2018-11-02T21:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235191#M84672</link>
      <description>&lt;P&gt;Thank you Josh!&lt;/P&gt;&lt;P&gt;Exactly, merging is asynchronous indeed, thus the need to monitor when it's completed, so that I know when Ican submit the next merge request without overloading the system.&lt;/P&gt;&lt;P&gt;I saw there is the command list_procedures. Do you think this can be used to monitor any non-completed merge processes?&lt;/P&gt;&lt;P&gt;If not, is there an easy way to parse the hbase:meta through shell to obtain the required info? What should I look for? If I am getting it right, I should see all three regions while merge is active (one new + two old) and just the new one when it will have completed. So, when the two old regions are no longer present, merge can be considered completed. Does that sounds correct? Of course, I would prefer to just use a simpler command, like list_processes, if it is applicable.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 21:19:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235191#M84672</guid>
      <dc:creator>l_mourikis</dc:creator>
      <dc:date>2018-11-02T21:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235192#M84673</link>
      <description>&lt;P&gt;Easy way to parse meta? Probably not :). At least, not "easy" in comparison to what you'd expect from our public API. It's definitely doable, but will require a little digging on your part.&lt;/P&gt;&lt;P&gt;Not sure the exact version of HBase you're using. You may have some luck with list_procedures, but hard to say off the cuff.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 21:31:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235192#M84673</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2018-11-02T21:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235193#M84674</link>
      <description>&lt;P&gt;Thanks Josh! I will give it a try in the next couple of days (need to build a test environment first) and return with results.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 21:44:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235193#M84674</guid>
      <dc:creator>l_mourikis</dc:creator>
      <dc:date>2018-11-02T21:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Watch region merge progress in HBase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235194#M84675</link>
      <description>&lt;P&gt;In the end it was a lot easier. I am monitoring the existence of the original regions right after the merge_region command. When both regions are gone, this can be considered as a sign that the merge is complete. Of course the regions can disappear due to another reason (maybe an automatic split) but for the specific task it covers my needs.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 22:27:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Watch-region-merge-progress-in-HBase/m-p/235194#M84675</guid>
      <dc:creator>l_mourikis</dc:creator>
      <dc:date>2018-11-13T22:27:44Z</dc:date>
    </item>
  </channel>
</rss>

