简体   繁体   中英

DSE Can't Install Graph From LCM

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_address in the node definition dialog to 0.0.0.0 , and native_transport_broadcast_address to 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.yaml directly - it's generated by LCM.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM