Cassandra Connector
Prerequisites
- Download the Cassandra Simba driver from here.
-
Copy the below jar files to
/IncortaNode/runtime/lib
:- cassandra-driver-core-3.1.1.jar
- cassandraJDBC42.jar
- cassandra-driver-extras-3.1.1.jar
- cassandra-driver-mapping-3.1.1.jar
- Restart Incorta services.
- Add Cassandra as a data source and configure the parameters.
Cassandra Parameters
- Data Source Name
- Username
- Password
- Connection Pool
- Connection String
Configure Cassandra Driver
- Open
<Cassandra Installation>/conf/cassandra.yaml
- Modify this line:
rpc_address: localhost
torpc_address: <Machine IP Address>
- Save and restart Cassandra.