I am reading data from cassandra using spark . I am wondering What happens when there is read request from spark to cassandra ? I have below query :
When there is read request by spark is it only co-ordinator that serves the read request after collecting data from all cassandra nodes where data resides or coordinator helps spark connecting cassandra nodes to read the data ?