This repository was archived by the owner on Dec 18, 2021. It is now read-only.
This repository was archived by the owner on Dec 18, 2021. It is now read-only.
ResultSet is closed error while iterating over cursor to fetch large result after 10 min #17
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?