Datastage JDBC Connector

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
olgc
Participant
Posts: 145
Joined: Tue Nov 18, 2003 9:00 am

Datastage JDBC Connector

Post by olgc »

Hi There,

I see there is JDBC connector for v9.1.2. Is there one for v8.7? Does this JDBC connector support connecting to Apache Kudu? Apache Kudu has JDBC driver for Unix platform. Can we use this driver for Datastage v8.7 running on AIX?

https://www.ibm.com/support/knowledgece ... rview.html

Thanks,
koti9
Participant
Posts: 52
Joined: Wed Nov 09, 2005 10:51 am

Post by koti9 »

Hi,

You dont need to rely on JDBC Connector alone, you can invoke the class with Java Client/Transformer stage in 8.7, as long as you have proper JAR files to connect to Apache Kudu in your classpath while compiling your code.

Thanks & Regards
Koti
Post Reply