You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "wkhapy123 (JIRA)" <ji...@apache.org> on 2019/01/24 02:37:00 UTC

[jira] [Comment Edited] (KUDU-2666) kudu spark intergration taskRead Locality Level is RACK_LOCAL

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

wkhapy123 edited comment on KUDU-2666 at 1/24/19 2:36 AM:
----------------------------------------------------------

yes,kudu cluster and spark executor in same nodes 。and i change spark.locality.wait to 10s ,it looks like not take effect. spark application is run on spark on yarn.i am confusing


was (Author: wkhapy123):
yes,kudu cluster and spark executor in same nodes 。and i change spark.locality.wait to 10s ,it looks like not take effect. spark application is run on spark on yarn

> 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)