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
Asked
Active
Viewed 335 times
1 Answers
2
-
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