Re: Phoenix JDBC client connection settings

2018-01-24 Thread Josh Elser
Hi Hidir, In most (maybe all) cases, Phoenix (thick) driver configuration properties can also be picked up off of the classpath via hbase-site.xml. For tools that allow you to specify additional classpath elements, you can add the directory containing hbase-site.xml with your configuration

Phoenix JDBC client connection settings

2018-01-24 Thread Aras, Hidir
Dear phoenix developers, I would like to hint at an issue related to the configuration of the phoenix JDBC driver for clients (not thin-client!). Currently, client-side connection properties can only be set in Java code, like this: Connection conn = null; try {