Member since
01-25-2022
2
Posts
0
Kudos Received
0
Solutions
11-17-2022
03:12 AM
Hi , We need to increase the timeout for phoenix query by the below configuration phoenix.query.timeoutMs Client-side property specifies the number of milliseconds after which a query will timeout on the client. The default is 10 min. 600000
... View more
01-27-2022
01:11 PM
Hi sandyy006, I am creating connections in this way: Connection connection = DriverManager.getConnection("jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF" but how the value for phoenix.query.timeoutMs is read by the driver? Thank you very much in advanced!
... View more