Data locality in Spark Cassandra Connector is achieved by collocating Spark workers with Cassandra Nodes, which results in locality level node_local for Spark tasks, if resources are available on the same node. Is it possible to achieve locality level rack_local when Spark workers and Cassandra nodes are located on the same rack and if so, how to configure this setup? I could not find any documentation about this topic.