[
https://issues.apache.org/jira/browse/HBASE-14236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15064545#comment-15064545
]
Misty Stanley-Jones commented on HBASE-14236:
---------------------------------------------
I am confused. In hbase-default.xml it shows that hbase.master.port is 16000
and hbase.regionserver.port is 16020 by default. In example 3, node-a, node-b,
and node-c are all different servers, so the ports utilized will be the
following:
Node A:
Master: 16000
ZooKeeper: 2181
Node B:
Master: 16000
ZooKeeper: 2181
RegionServer: 16020
Node C:
ZooKeeper: 2181
RegionServer: 16020
Can you point out where the conflict would be?
> A bug in Reference Guide, Quick Start section
> ---------------------------------------------
>
> Key: HBASE-14236
> URL: https://issues.apache.org/jira/browse/HBASE-14236
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Affects Versions: 1.0.1.1
> Environment: CentOS Linux release 7.1.1503 (Core)
> Reporter: kramerli
> Assignee: Misty Stanley-Jones
> Fix For: 1.0.1.1
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> This is an error on online documation.
> (http://hbase.apache.org/book.html#_get_started_with_hbase ).
> To locate the error you can go to
> 2.2. Get Started with HBase
> Example 2. Example hbase-site.xml for Standalone HBase
> The config example here do not specify a port for the region server. So When
> you go to the 2.4 Advanced - Fully Distributed
> (http://hbase.apache.org/book.html#quickstart_fully_distributed). You will
> hit error.
> Because the region server will conflict with backup master or master. As they
> use the same port.
> People who read this section are always newbee, this will confuse them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)