Re: Setting hbase.rpc.timeout for Phoenix queries on AWS EMR

2021-05-12 Thread Simon Mottram
Sorry to be dense, is the Phoenix client application the Phoenix Query Server, or my own application. I'm using the Phoenix thin client jar, so do I need a copy of the server hbase-site.xml in my own app classpath? Cheers S From: Istvan Toth Sent: 12 May 2021

Re: Setting hbase.rpc.timeout for Phoenix queries on AWS EMR

2021-05-12 Thread Istvan Toth
The client XML file is the hbase-site.xml that is on the classpath of the Phoenix client application. You have to add it to the client classpath, and keep the hbase-site.xml on the server/AWS side and the hbase-site.xml in sync. I have no experience with Phoenix on AWS, but the above is generally