Member since
01-25-2022
2
Posts
0
Kudos Received
0
Solutions
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
01-25-2022
11:38 AM
Hi, I am developing a microservice with Spring Boot and using the Phoenix thin driver to query a HBase table. I want to set up the timeout to value of 2 minutes but my settings are being ignored: To test this scenario I have started the Phoenix query server but not the HBase server. After that, I do a query to HBase through Phoenix query server waiting to get the timeout after 2 minutes, but this is not happening. Any help will be greatly appreciated. Thank you very much in advance.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix