Cassandra snapshot using nodetool -


i trying take snapshot of cassandra keyspace using nodetool. when executing nodetool snapshot, getting following error.

nodetool: failed connect '127.0.0.1:7199' - connectexception: 'connection refused'. 

after specifying host same error comes.

nodetool -h 10.92.12.1 -p 7199 -u user -pw passpass snapshot

is cassandra running? error shows when node not active.

if execute tail <path cassandra logs>/system.log may explanation of happening


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -