Re: Phoenix Client Backwards Compatibility

2020-10-12 Thread Istvan Toth
A bit more context: Older Phoenix clients are somewhat forward-compatible with newer servers, but newer clients are definitely not backwards compatible with older servers. see https://phoenix.apache.org/upgrading.html You also need to make sure that you do not try to use a client that includes a

Re: Phoenix Client Backwards Compatibility

2020-10-12 Thread Sukumar Maddineni
It seems its perfect scenario for Phoenix Query service wh ere you don't have a thick client which is dependent on the HBase version of the server side. -- Sukumar On Mon, Oct 12, 2020 at 8:03 PM Ken wrote: > I'd like to build an application that talks

Phoenix Client Backwards Compatibility

2020-10-12 Thread Ken
I'd like to build an application that talks to multiple Hbase clusters using Phoenix I understand that those clusters might have different hbase versions and thus different phoenix-server versions However ideally on our application side we only need to install one phoenix-client.jar I was