0

I have a sstable having a size of 40GB which i was trying to split using the following command :

bin/sstablesplit --no-snapshot -s 10 keyspace-columnfamily-ka-2466-Data.db

But it deletes the current file of 40Gb and doens't even split it without giving error. What could be the possible reason or am i doing soomething wrong here.

Naresh
  • 5,073
  • 12
  • 67
  • 124

1 Answers1

0

Try -v version and send the output bin/sstablesplit -v --no-snapshot -s 10 keyspace-columnfamily-ka-2466-Data.db

Hyder Tom
  • 373
  • 4
  • 14