Details
Description
spark version 2.3.0
MyKuduCluster is 3 node
each tablet 3 replicas.
when I use sparkcontext read kudu table, task Locality Level is RACK_LOCAL。
How could it be Node_LOCAL?
query like this
spark.sqlContext.sql(s"select * from tablea where event_day>=1546185600 and tenant_id=1 and channel_id='15850513729' limit 1 ").collect