0

Is't possible to use cassandra-stress to insert specific data instead of random data ? If yes, how we can do it?

Sholi
  • 11
  • 5

1 Answers1

0

As of this writing, cassandra-stress doesnt support inserting user supplied data. The tool itself will insert the arbitrary data according to your columnspec definition in the input yaml file.

GAK
  • 1,018
  • 1
  • 14
  • 33