My Phoenix version is 4.14.0-cdh5.14.2.
I know that the default phoenix.query.timeoutMs is 10 minutes, so added the following configurations to the hbase-site.xml. But this didn't work.
| property |
value |
phoenix.query.timeoutMs |
3600000 (1 hour) |
hbase.client.scanner.timeout.period |
1200000 (20 minutes) |
hbase.rpc.timeout |
1200000 (20 minutes) |
hbase.client.scanner.timeout.period |
1200000 (20 minutes) |
Is there any way to set the query timeout through the Python driver?
My Phoenix version is 4.14.0-cdh5.14.2.
I know that the default
phoenix.query.timeoutMsis 10 minutes, so added the following configurations to thehbase-site.xml. But this didn't work.phoenix.query.timeoutMshbase.client.scanner.timeout.periodhbase.rpc.timeouthbase.client.scanner.timeout.periodIs there any way to set the query timeout through the Python driver?