I've installed fresh version of DSE 6.8 for dev purposes, after installing a cluster with one node (Cassandra + Solr) I want to allow Graph, the job keeps failing with error:
Graph is enabled and should have native-transport-address set to 0.0.0.0. name="node1" ssh-management-address="IP" rack="rack1"
Changed the cassandra.yaml from: native_transport_address: IP
to: native_transport_address: localhost
The job keeps failing, any ideas?
As it says, you need to configure setting
native_transport_addressin the node definition dialog to0.0.0.0, andnative_transport_broadcast_addressto actual IP address.This change should be done in the LCM UI as described in documentation, and then you can say reconfigure, or reinstall - you shouldn't change
cassandra.yamldirectly - it's generated by LCM.