Timeline consistency using PQS

2017-01-19 Thread Tulasi Paradarami
Hi, Does PQS support HBase's timeline consistency (HBASE-10070)? Looking at the connection properties implementation within Avatica, I see that following are defined: ["transactionIsolation", "schema", "readOnly", "dirty", "autoCommit", "catalog"] but there's isn't a property defined for setting

Re: Timeline consistency using PQS

2017-01-19 Thread Tulasi Paradarami
Could someone clarify how this property is used by Phoenix: phoenix.connection.consistency If I set it in hbase-site.xml, does phoenix utilize it for every query (even queries from PQS)? It's not documented on the website but it's defined in QueryServices.java: // consistency configuration setting

Re: Timeline consistency using PQS

2017-01-20 Thread Josh Elser
Tulasi, Any property which you can provide in the `Properties` object when instantiating the PhoenixDriver (outside of PQS), you can pass into PQS via the same `Properties` object when instantiating the thin Driver. The OpenConnectionRequest[1] is the RPC mechanism which passes along this in