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)

Reply via email to