You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/02 16:59:45 UTC

[jira] [Commented] (AMBARI-12972) Ambari uses port 8080 as default port for hbase.rest.port for knox topology

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

ASF GitHub Bot commented on AMBARI-12972:
-----------------------------------------

GitHub user pradeepbhadani opened a pull request:

    https://github.com/apache/ambari/pull/23

    [AMBARI-12972] Change default port number for hbase.rest.port in KNOX configuration

    Currently, Knox set the default port for "hbase.rest.port" as 8080 which is same as Ambari server port which can cause issue if ambari-server and hbase REST server are on same node.
    
    Changed this port number to "16080" as most of the Hbase ports are n 16000 range.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pradeepbhadani/ambari AMBARI-12972

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ambari/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23
    
----
commit e93e290bf14c10fc033f6c286e98fdce388eaaac
Author: Pradeep Bhadani <pr...@gmail.com>
Date:   2015-09-02T14:38:09Z

    Change default port number for hbase.rest.port

----


> Ambari uses port 8080 as default port for hbase.rest.port for knox topology
> ---------------------------------------------------------------------------
>
>                 Key: AMBARI-12972
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12972
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Pradeep Bhadani
>
> By default , Ambari use the port 8080 for hbase.rest.port in knox topology XML file. But port 8080 is used by ambari itself (if ambari server and knox are on same machine) which leads to conflicts and user cannot access hbase REST via knox.



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