[
https://issues.apache.org/jira/browse/IGNITE-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699492#comment-14699492
]
Andrey Gura commented on IGNITE-1250:
-------------------------------------
Examples of JDBC URL with configuration path as a parameter:
* Relative path -
jdbc:ignite://127.0.0.1:50000?cfg=modules%2Fclients%2Fsrc%2Ftest%2Fconfig%2Fjdbc-config.xml
* File URL -
jdbc:ignite://127.0.0.1:50000?cfg=file%3A%2F%2F%2Fhome%2Fagura%2Fgit%2Fgridgain%2Fincubator-ignite%2Fmodules%2Fclients%2Fsrc%2Ftest%2Fconfig%2Fjdbc-config.xml
* HTTP URL -
jdbc:ignite://127.0.0.1:50000?cfg=http%3A%2F%2Flocalhost%2Fjdbc-config.xml
> Migrate JDBC driver from Java client to Ignite node in client mode
> ------------------------------------------------------------------
>
> Key: IGNITE-1250
> URL: https://issues.apache.org/jira/browse/IGNITE-1250
> Project: Ignite
> Issue Type: Improvement
> Reporter: Andrey Gura
> Assignee: Andrey Gura
> Fix For: ignite-1.4
>
>
> JDBC driver is still based on legacy Java client which is deprecated, not
> supported and much slower than native query API.
> Needs to replace thin client with an embedded client node.
> See also:
> http://apache-ignite-developers.2346864.n4.nabble.com/JDBC-driver-td2177.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)