Steps to config Datadirect JDBC Driver for Cassandra in IBM InfoSphere Information Server
Question How do I configure and use Datadirect JDBC Driver for Cassandra with JDBC Connector in IBM InfoSphere Information Server Answer Steps to configure the driver: In order to configure the driver and use it with the JDBC Connector, the following entries needs to be added to the isjdbc.config file under $DSHOME. In case, if the file does not exist, then the file needs to be created and the entries should be added to the file. CLASSPATH=/opt/IBM/InformationServer/ASBNode/lib/java/IScassandra.jar CLASS_NAMES=com.ibm.isf.jdbc.cassandra.CassandraDriver Configuring the Connection properties in the JDBC Connector : The following connection properties must be specified while using the Datadirect JDBC Driver for Cassandra. The URL in the JDBC Connector should include the connection URL to connect to Cassandra Server. jdbc:ibm:cassandra://<CassandraServer>:<port>;SchemaDefinition=<path_to_directory_where_schema_definition_can_be_stored_locally>/SchemaDefinition.config;Key...