When I use quorum my pig map reduce jobs are running correctly. When I use local quorum I get errors saying data is unavailable.
java.lang.RuntimeException: UnavailableException()
Replication is set for network topology, two data centers.
1. Cassandra
2. Brisk
The brisk datacenter has replication factor of 1, cassandra dc has replication factor of 5 for the keyspace being used.
Pig is connecting to a node on the brisk datacenter.
Any ideas why local quorum is not working for reads?
