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

2017-05-29 Thread Biju Nair (JIRA)

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

Biju Nair commented on PHOENIX-3642:


[~rahulshrivastava], looks like this is a non issue. Can we resolve this?

> 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
>   
> phoenix.queryserver.http.port
> 8760
>   
> 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
> tcp0  0 0.0.0.0:87650.0.0.0:*   LISTEN
>   84720/java



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


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

2017-05-25 Thread Biju Nair (JIRA)

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

Biju Nair commented on PHOENIX-3642:


{{QueryServer.py}} looks for {{hbase-site.xml}} in the following order 
1. $HBASE_HOME/conf
2. /etc/hbase/conf
3. current directory which in this case the {{bin}} directory

Looks like you may have {{hbase-site.xml}} in locations 1 or 2. If so, if you 
make the change there it should use the specified port.


> 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
>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
>   
> phoenix.queryserver.http.port
> 8760
>   
> 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
> tcp0  0 0.0.0.0:87650.0.0.0:*   LISTEN
>   84720/java



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