[ 
https://issues.apache.org/jira/browse/HBASE-13481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500723#comment-14500723
 ] 

Jerry He commented on HBASE-13481:
----------------------------------

{quote}
+  public static String getHostname(Configuration conf, boolean isMaster)
+      throws UnknownHostException {
+    String hostname = conf.get(HRegionServer.RS_HOSTNAME_KEY);
     if (hostname == null || hostname.isEmpty()) {
{quote}
This first conf.get() should handle isMaster as well?

> Master should respect master (old) DNS/bind related configurations
> ------------------------------------------------------------------
>
>                 Key: HBASE-13481
>                 URL: https://issues.apache.org/jira/browse/HBASE-13481
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 2.0.0, 1.0.1, 1.1.0
>
>         Attachments: hbase-13481_v1.patch, hbase-13481_v2.patch
>
>
> This is a continuation of parent HBASE-13453. We should continue respecting 
> the following parameters that 1.0.0 does not: 
> {code}
> hbase.master.dns.interface
> hbase.master.dns.nameserver
> hbase.master.ipc.address
> {code}
> Credit goes to [~jerryhe] for pointing that out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to