DS to Cassandra

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
Curious George
Premium Member
Premium Member
Posts: 11
Joined: Tue Oct 29, 2013 7:25 pm
Location: USA

DS to Cassandra

Post by Curious George »

Hi All,

Please let me know if it is possible to connect to Cassandra server using DataStage Java Client/Java Transformer Stage.

There is no driver for Cassandra available in the DataStage server.
I would like to know if there is a way to connect to Cassandra directly using pure Java code without any drivers.
If that is possible then I would compile such a Java code and use that class within my Java Client stage in DataStage.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

No, even using pure java code you still need to have a driver. There are lots of examples out there to show you how to use JDBC or ODBC to connect to Cassandra server.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

I think there is an Apache license JDBC driver for Cassandra but the ODBC drivers cost money. You would need to move to DataStage 9.1.2 to be able to use JDBC from DataStage. There is a version of DataStage coming out early next year with even better NoSQL support.
Post Reply