简体   繁体   中英

How to enable thrift in Cassandra in Cloudera?

enter image description here I'm new to Cassandra and cloudera programming.I have the error "not starting RPC server as requested ,Use JMX(Storage service -> start rpc or nodetool (enablethrift) to start it" . I'm trying since hours to enable thift with nodetool but in vain.

I found a file "Enablethrift.html" in the Cassandra location but i didn't know what to do.

Please help

change in cassandra.yaml :

start_rpc: false

to

start_rpc: true

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