Is it possible to run the phoenix query server on a machine other than the regionservers?

2015-12-17 Thread F21
I have successfully deployed phoenix and the phoenix query server into a toy HBase cluster. I am currently running the http query server on all regionserver, however I think it would be much better if I can run the http query servers on separate docker containers or machines. This way, I can

Re: Is it possible to run the phoenix query server on a machine other than the regionservers?

2015-12-17 Thread F21
Hey Rafa, So in terms of the hbase-site.xml, I just need the entries for the location to the zookeeper quorum and the zookeeper znode for the cluster right? Cheers! On 17/12/2015 9:48 PM, rafa wrote: Hi F21, You can install Query Server in any server that has network connection with your

Re: Is it possible to run the phoenix query server on a machine other than the regionservers?

2015-12-17 Thread rafa
think so. Copy the hbase-site.xml from the cluster into the new query Server machine and set the directory where the xml resides in the classpath of the Query Server. That should be enough, Regards rafa On Thu, Dec 17, 2015 at 12:21 PM, F21 wrote: > Hey Rafa, > > So in