[ 
https://issues.apache.org/jira/browse/KUDU-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750876#comment-16750876
 ] 

wkhapy123 commented on KUDU-2666:
---------------------------------

reason maybe find

TaskSchedulerImpl class

hasExecutorsAliveOnHost(host: String) method

host param is ip

but  hostToExecutors key is hostname

how could I change

 

> kudu spark intergration taskRead Locality Level is RACK_LOCAL
> -------------------------------------------------------------
>
>                 Key: KUDU-2666
>                 URL: https://issues.apache.org/jira/browse/KUDU-2666
>             Project: Kudu
>          Issue Type: Improvement
>          Components: spark
>    Affects Versions: 1.8.0
>            Reporter: wkhapy123
>            Priority: Major
>         Attachments: 1.png, 2.png
>
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to