You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Biju Nair (JIRA)" <ji...@apache.org> on 2017/05/25 13:34:04 UTC

[jira] [Assigned] (PHOENIX-3642) Phoenix Query Server is not honoring port specified in bin/hbase-site.xml file

     [ https://issues.apache.org/jira/browse/PHOENIX-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Biju Nair reassigned PHOENIX-3642:
----------------------------------

    Assignee: Biju Nair

> Phoenix Query Server is not honoring port specified in bin/hbase-site.xml file
> ------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3642
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3642
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.9.0
>         Environment: Ubuntu - 14.04, Kernel - 3.13.0-107-generic
>            Reporter: Rahul Shrivastava
>            Assignee: Biju Nair
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> How to reproduce
> 1. Download version with tag v4.9.0-HBase-0.98 for apache phoenix git
> 2. Start hdfs, hbase 
> 3. setup this property in bin/hbase-site.xml on phoenix server
>   <property>
>     <name>phoenix.queryserver.http.port</name>
>     <value>8760</value>
>   </property>
> 4. bin/queryserver.py start
> 5.  sudo netstat -natp | grep -i 8760
> No result means that query server did not start at port 8760. Infact it starts at default port of 8765. 
>  sudo netstat -natp | grep -i 8765
> tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      84720/java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)