[
https://issues.apache.org/jira/browse/PHOENIX-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-844.
----------------------------------
Resolution: Duplicate
Duplicate of PHOENIX-956
> 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)