You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Mujtaba Chohan (JIRA)" <ji...@apache.org> on 2014/03/13 17:57:42 UTC

[jira] [Created] (PHOENIX-844) Phoenix property does is not set when passed at connection

Mujtaba Chohan created PHOENIX-844:
--------------------------------------

             Summary: Phoenix property does is not set when passed at connection 
                 Key: PHOENIX-844
                 URL: https://issues.apache.org/jira/browse/PHOENIX-844
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 3.0.0, 4.0.0
            Reporter: Mujtaba Chohan


Unable to set Phoenix property at connection time. 

Code used to set property:
Properties props = new Properties();
props.setProperty("phoenix.query.timeoutMs", "10");
props.setProperty("phoenix.query.threadPoolSize", "1");
Connection conn = DriverManager.getConnection("jdbc:phoenix:localhost", props);



--
This message was sent by Atlassian JIRA
(v6.2#6252)