Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "Operations" page has been changed by TylerHobbs:
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=102&rev2=103

Comment:
Remove bad sstable2json option

  As an alternative to taking snapshots it's possible to export SSTables to 
JSON format using the `bin/sstable2json` command:
  
  {{{
- Usage: sstable2json [-f outfile] <sstable> [-k key [-k key [...]]]
+ Usage: sstable2json <sstable> [-k key [-k key [...]]]
  }}}
- `bin/sstable2json` accepts as a required argument, the full path to an 
SSTable data file, (files ending in -Data.db), and an optional argument for an 
output file (by default, output is written to stdout). You can also pass the 
names of specific keys using the `-k` argument to limit what is exported.
+ `bin/sstable2json` accepts as a required argument the full path to an SSTable 
data file, (files ending in -Data.db). You can optionally pass the names of 
specific keys using the `-k` argument to limit what is exported.  Output goes 
to stdout.
  
  Note: If you are not running the exporter on in-place SSTables, there are a 
couple of things to keep in mind.
  

Reply via email to