Re: How to config zookeeper quorum in sqlline command?

2017-02-19 Thread Josh Elser
Please be aware that you're now only communicating with a single ZK server instead of the three you have deployed. That ZK server is unavailable, your client will fail upon the next read to ZK it needs to make. Presently, Phoenix doesn't support multiple ports for separate ZK servers. It

Re: How to config zookeeper quorum in sqlline command?

2017-02-15 Thread Juvenn Woo
Hi Chanh, I think you need only specify one node: ./sqlline.py zoo1:2182 ./sqlline.py zoo1 Best, -- Juvenn Woo Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, 16 February 2017 at 12:41 PM, Chanh Le wrote: > Hi everybody, > I am a newbie start using phoenix for a

How to config zookeeper quorum in sqlline command?

2017-02-15 Thread Chanh Le
Hi everybody, I am a newbie start using phoenix for a few days after did some research about config zookeeper quorum and still stuck I finally wanna ask directly into the community. Current zk quorum of mine a little odd "hbase.zookeeper.quorum", "zoo1:2182,zoo1:2183,zoo2:2182" I edited the