0

I need to change the write and read consistency level of Cassandra ONE to QUORUM in YCSB. Whether, I need to change inside a Java client program or to pass as command line parameter. Please give me some suggestion

1 Answers1

2

cassandra.writeconsistencylevel=QUORUM property should work according to this.

Bee
  • 12,251
  • 11
  • 46
  • 73
  • Bhathiya i came across the link which you provide. They discuss but finally they did provide the correct way for a solution. PLease can you suggest where to pass the parameter. – user3245353 Feb 02 '14 at 19:54
  • try giving it as a property. `-p cassandra.writeconsistencylevel=QUORUM` – Bee Feb 03 '14 at 05:20