Open DeanThompson opened 4 years ago
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.
phoenix.query.timeoutMs
hbase-site.xml
hbase.client.scanner.timeout.period
hbase.rpc.timeout
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.timeoutMs
is 10 minutes, so added the following configurations to thehbase-site.xml
. But this didn't work.phoenix.query.timeoutMs
hbase.client.scanner.timeout.period
hbase.rpc.timeout
hbase.client.scanner.timeout.period
Is there any way to set the query timeout through the Python driver?