You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by rafa <ra...@gmail.com> on 2015/11/20 14:20:52 UTC

Problem setting an alternate Phoenix Query Server Listen Port

Hi all !

We are having some trouble setting Phoenix Query Server listen port other
than the deafult one.

It seems that it is not taking the property.

setting the property:

<property>
  <name>phoenix.queryserver.http.port</name>
  <value>8300</value>
</property>

in the local bin directory inside the hbase-site.xml  and starting query
server:

2015-11-20 16:03:24,854 INFO org.eclipse.jetty.server.ServerConnector:
Started ServerConnector@209b9515{HTTP/1.1}{0.0.0.0:8765}
2015-11-20 16:03:24,854 INFO org.eclipse.jetty.server.Server: Started
@5025ms
2015-11-20 16:03:24,854 INFO org.apache.calcite.avatica.server.HttpServer:
Service listening on port 8765.

We are using Apache Phoenix 4.5.2

Are we doing something wrong?
Is there another way to specify the port?

Thank you very much for your help !!
Best Regards.