Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Missing JDBC Driver for Ignite 3 #11882

Open
joicejacob opened this issue Feb 17, 2025 · 1 comment
Open

Issue: Missing JDBC Driver for Ignite 3 #11882

joicejacob opened this issue Feb 17, 2025 · 1 comment
Labels

Comments

@joicejacob
Copy link

I have successfully installed Apache Ignite 3 and am trying to connect to the Ignite cluster using JDBC. However, I could not find a suitable JDBC driver JAR file in the Ignite 3 distribution.

In previous versions (Apache Ignite 2.x), the JDBC driver classes org.apache.ignite.IgniteJdbcDriver and org.apache.ignite.IgniteJdbcThinDriver were available in ignite-core-2.x.x.jar. However, in Ignite 3, I could not locate a corresponding JAR or driver class for JDBC connectivity.

Steps to Reproduce

  1. Install Apache Ignite 3.
  2. Attempt to connect to the Ignite cluster using JDBC.
    Encounter an error:
    java.sql.SQLException: No suitable driver found for jdbc:ignite:thin://127.0.0.1:10800/

Expected Behavior
A JDBC driver, similar to Ignite 2.x, should be available to allow applications to connect to Ignite 3 clusters using JDBC.

Actual Behavior
The Ignite 3 distribution does not contain a JDBC driver JAR, and attempting to connect via jdbc:ignite:thin://127.0.0.1:10800/ results in a java.sql.SQLException.

Questions

  1. Is JDBC support included in Ignite 3? If so, which driver class should be used?
  2. Where can I find the necessary JDBC driver JAR for Ignite 3?
  3. If JDBC support has changed in Ignite 3, is there an alternative way to connect using SQL?

Any guidance on establishing a JDBC connection with Ignite 3 would be greatly appreciated.
Thank you!

@ptupitsyn
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants