> #./nodetool -h localhost snapshot cassandra_01_bkup
tells cassandra to snapshot the keyspace called cassandra_01_bkup
To specify a name for the snapshot us the -t option
snapshot [keyspaces...] -t [snapshotName] - Take a snapshot of the specified
keyspaces using optional name snapshotName
C
Make sure JNA is in the class path http://wiki.apache.org/cassandra/FAQ#jna
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 11/07/2012, at 9:38 PM, Adeel Akbar wrote:
> Hi,
>
> I am trying to taking snapshot of my data but faced following
Hello,
The problem is described here :
http://wiki.apache.org/cassandra/Operations
The recommended way to avoit it is to use jna.
Cheers,
Samuel
> Adeel Akbar
> 11/07/2012 11:38
>
>
> Hi,
>
> I am trying to taking snapshot of my data but faced following error.
> Please help me to resolve