Cassandra Connector

Prerequisites

  1. Download the Cassandra Simba driver from here.
  2. 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
  3. Restart Incorta services.
  4. Add Cassandra as a data source and configure the parameters.

Cassandra Parameters

  • Data Source Name
  • Username
  • Password
  • Connection Pool
  • Connection String

Configure Cassandra Driver

  1. Open <Cassandra Installation>/conf/cassandra.yaml
  2. Modify this line: rpc_address: localhost to rpc_address: <Machine IP Address>
  3. Save and restart Cassandra.

© Incorta, Inc. All Rights Reserved.