Hi All
Has anyone worked on Apache Pheonix which is a JDBC driver used to connect to Hbase.
wM 10.15 has compatibility issues with Hbase so we have requirement to connect to Apache pheonix. So as part of that i have got the server details and the dependent jars.
Data source class : org.apache.phoenix.jdbc.PhoenixDriver
and filled the details of the server shared which uses keytab and trust store details of the pheonix server.
I am getting errors as
Cannot connect to the database with DataSource class “org.apache.phoenix.jdbc.PhoenixDriver”.
class org.apache.phoenix.jdbc.PhoenixDriver cannot be cast to class javax.sql.DataSource (org.apache.phoenix.jdbc.PhoenixDriver is in unnamed module of loader com.wm.app.b2b.server.PackageClassLoader @5f749522; javax.sql.DataSource is in module java.sql of loader ‘platform’)
#Integration-Server#Integration-Server-and-ESB#webMethods#adapter