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

2021-05-11 Thread RAISINGHANI Manish
Hi Simon, You need to update the following three parameters: * hbase.rpc.timeout=30 * hbase.client.scanner.timeout.period=30 * phoenix.query.timeoutMs=30 - Manish From: Simon Mottram Sent: Wednesday, May 12, 2021 4:23 AM To: user Subject: Setting hbase.rpc

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

2021-05-11 Thread Simon Mottram
Has anyone had experience of this? We have the issue that queries that run longer than a minute are cut off. I presume this is the hbase.rpc.timeout setting. Our admin used the following to configure EMR, but it seems to have had no effect. The posts I can find mention setting this timeout v