Search code examples
hadoopcassandrathriftcloudera

How to enable thrift in Cassandra in Cloudera?


enter image description hereI'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


Solution

  • change in cassandra.yaml :

    start_rpc: false
    

    to

    start_rpc: true