Add link to Mohamed's blog entry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2706742224
commit
d4e27acf4d
|
@ -1681,7 +1681,11 @@ rs.close();
|
|||
<section xml:id="master"><title>Master</title>
|
||||
<para><code>HMaster</code> is the implementation of the Master Server. The Master server
|
||||
is responsible for monitoring all RegionServer instances in the cluster, and is
|
||||
the interface for all metadata changes. In a distributed cluster, the Master typically runs on the <xref linkend="arch.hdfs.nn" />.
|
||||
the interface for all metadata changes. In a distributed cluster, the Master typically runs on the <xref linkend="arch.hdfs.nn" /><footnote>
|
||||
<para>J Mohamed Zahoor goes into some more detail on the Master Architecture in this blog posting, <link
|
||||
xlink:href="http://blog.zahoor.in/2012/08/hbase-hmaster-architecture/">HBase HMaster Architecture
|
||||
</link>.</para>
|
||||
</footnote>
|
||||
</para>
|
||||
<section xml:id="master.startup"><title>Startup Behavior</title>
|
||||
<para>If run in a multi-Master environment, all Masters compete to run the cluster. If the active
|
||||
|
|
Loading…
Reference in New Issue