Github user karanmehta93 commented on the issue: https://github.com/apache/phoenix/pull/315 > I'd just leave this as-is for now. I don't think it's "broken" how it is right now (PQS doesn't try to set anything in the Configuration for the PhoenixDriver to pick up). It's just that some project using PQS wants to change configuration via code, It wont be possible since `HBaseConfiguration.create()` will only read XML on the class path. Either way, I am fine. Let me know your thoughts.
---