<?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: Question about HBase and region Servers in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119248#M22360</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1277/prakashpunj.html"&gt;Prakash Punj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the purpose of Region Server? &lt;A target="_blank" href="http://stackoverflow.com/questions/13741946/role-of-datanode-regionserver-in-hbase-hadoop-integration "&gt;Read this&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Where is should be located ? Every datanode ? &lt;/P&gt;&lt;PRE&gt;You run RegionServers on the same servers as DataNodes. &lt;/PRE&gt;&lt;P&gt;What's the purpose of HBase Master?&lt;/P&gt;&lt;PRE&gt; HBase provides low-latency random reads and writes on top of HDFS and it’s able to handle petabytes of data. One of the interesting capabilities in HBase is Auto-Sharding, which simply means that tables are dynamically distributed by the system when they become too large.
The HBase Architecture has two main services: HMaster that is responsible for coordinating Regions in the cluster and execute administrative operations; HRegionServer responsible to handle a subset of the table’s data. &lt;/PRE&gt;&lt;P&gt;HBase is NoSql database. What does it store ? &lt;/P&gt;&lt;PRE&gt;HBase is a distributed, nonrelational (columnar) database that utilizes HDFS as its persistence store for data.&lt;/PRE&gt;&lt;P&gt;Hope that answers you ..&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 23:46:39 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2016-03-09T23:46:39Z</dc:date>
    <item>
      <title>Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119246#M22358</link>
      <description>&lt;OL&gt;&lt;LI&gt;What's the purpose of Region Server&lt;/LI&gt;&lt;LI&gt;Where is should be located ? Every datanode ?&lt;/LI&gt;&lt;LI&gt;What's the purpose of HBase Master&lt;/LI&gt;&lt;LI&gt;HBase is NoSql database. What does it store ?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:31:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119246#M22358</guid>
      <dc:creator>prakashpunj</dc:creator>
      <dc:date>2016-03-09T23:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119247#M22359</link>
      <description>&lt;P&gt;Great questions&lt;/P&gt;&lt;P&gt;1.region server stores hbase key regions, ranges of rows, that's where client would go to look up rows.&lt;/P&gt;&lt;P&gt;2. best practice is to colocate each RS with DD for better performance and advantage of short circuit reads&lt;/P&gt;&lt;P&gt;3. Master handles all metadata, DDL operations and region assignments. &lt;/P&gt;&lt;P&gt;4. HBase stores key/value pairs not unlike hashmap data structure. If you do a key lookup you get a value stored by that key.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:44:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119247#M22359</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-09T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119248#M22360</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1277/prakashpunj.html"&gt;Prakash Punj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the purpose of Region Server? &lt;A target="_blank" href="http://stackoverflow.com/questions/13741946/role-of-datanode-regionserver-in-hbase-hadoop-integration "&gt;Read this&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Where is should be located ? Every datanode ? &lt;/P&gt;&lt;PRE&gt;You run RegionServers on the same servers as DataNodes. &lt;/PRE&gt;&lt;P&gt;What's the purpose of HBase Master?&lt;/P&gt;&lt;PRE&gt; HBase provides low-latency random reads and writes on top of HDFS and it’s able to handle petabytes of data. One of the interesting capabilities in HBase is Auto-Sharding, which simply means that tables are dynamically distributed by the system when they become too large.
The HBase Architecture has two main services: HMaster that is responsible for coordinating Regions in the cluster and execute administrative operations; HRegionServer responsible to handle a subset of the table’s data. &lt;/PRE&gt;&lt;P&gt;HBase is NoSql database. What does it store ? &lt;/P&gt;&lt;PRE&gt;HBase is a distributed, nonrelational (columnar) database that utilizes HDFS as its persistence store for data.&lt;/PRE&gt;&lt;P&gt;Hope that answers you ..&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:46:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119248#M22360</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-03-09T23:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119249#M22361</link>
      <description>&lt;P&gt;Best document to read more about these topics: &lt;A href="https://hbase.apache.org/book.html"&gt;Apache HBase ™ Reference Guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:40:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119249#M22361</guid>
      <dc:creator>rpednekar</dc:creator>
      <dc:date>2016-03-10T15:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119250#M22362</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1277/prakashpunj.html" nodeid="1277"&gt;@Prakash Punj&lt;/A&gt;&lt;P&gt;&lt;STRONG&gt;What's the purpose of Region Server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In HBase the slaves are called &lt;EM&gt;Region Servers&lt;/EM&gt;. Each Region Server is responsible to serve a set of regions, and one Region (i.e. range of rows) can be served only by one Region Server.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where is should be located ? Every datanode ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What's the purpose of HBase Master&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HBase Master coordinates the HBase Cluster and is responsible for administrative operations.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HBase is NoSql database. What does it store ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HDFS&lt;/P&gt;&lt;P&gt;See this &lt;A href="http://www.slideshare.net/xefyr/h-base-for-architectspptx" target="_blank"&gt;http://www.slideshare.net/xefyr/h-base-for-architectspptx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 08:49:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119250#M22362</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-12T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about HBase and region Servers</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119251#M22363</link>
      <description>&lt;P&gt;Thank you everyone...all great answers..&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 08:59:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Question-about-HBase-and-region-Servers/m-p/119251#M22363</guid>
      <dc:creator>prakashpunj</dc:creator>
      <dc:date>2016-03-12T08:59:10Z</dc:date>
    </item>
  </channel>
</rss>

