How to change consitency level in YCSB?

350 Views Asked by At

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

There are 1 best solutions below

2
On

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