You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install Apache Ignite 3.
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
Is JDBC support included in Ignite 3? If so, which driver class should be used?
Where can I find the necessary JDBC driver JAR for Ignite 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!
The text was updated successfully, but these errors were encountered:
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
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
Any guidance on establishing a JDBC connection with Ignite 3 would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: