1.

_________ can be configured per table for non-QUORUM consistency levels.(a) Read repair(b) Read damage(c) Write repair(d) None of the mentionedThe question was posed to me in examination.This intriguing question originated from Cassandra with Hadoop in chapter ZooKeeper, Sqoop and Cassandra of Hadoop

Answer»

The correct answer is (a) READ repair

The best I can explain: If the REPLICAS are inconsistent, the coordinator issues writes to the out-of-date replicas to update the row to the most recent values. This PROCESS is KNOWN as read repair.



Discussion

No Comment Found

Related InterviewSolutions