Cassandra dead but pid file exists

后端 未结 5 939
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-09 03:46

I have novice to cassandra and tried my hands to install cassandra-2.1.2 on centos 7.0. After complete installation execute cqlsh command and created few keyspace(s) and column

5条回答
  •  轮回少年
    2021-02-09 04:18

    Check if you have enough memory to start cassandra service with this command:

    cat /proc/meminfo
    

    I was running Hortonworks VM with Virtualbox, and I had a lot of Hadoop components started which needed a lot of memory, so for me the solution was to stop unnecessary Hadoop components and add some extra memory to the virtual machine.

提交回复
热议问题