You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2018/02/09 06:54:00 UTC

[jira] [Updated] (HIVE-18665) LLAP: Ignore cache-affinity if the LLAP IO elevator is disabled

     [ https://issues.apache.org/jira/browse/HIVE-18665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal V updated HIVE-18665:
---------------------------
    Description: 
SplitLocationProvider removes HDFS locality in LLAP, causing more network traffic when reading file formats which aren't currently cached.

In the absence of the IO elevator, cache affinity should be disabled.

This information is encoded into the MapWork in deriveLlapIoDescString, move this to an Enum type for comparisons.

  was:
SplitLocationProvider removes HDFS locality in LLAP, causing more network traffic when reading file formats which aren't currently cached.

In the absence of the IO elevator, cache affinity should be disabled.


> LLAP: Ignore cache-affinity if the LLAP IO elevator is disabled
> ---------------------------------------------------------------
>
>                 Key: HIVE-18665
>                 URL: https://issues.apache.org/jira/browse/HIVE-18665
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>    Affects Versions: 3.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Major
>
> SplitLocationProvider removes HDFS locality in LLAP, causing more network traffic when reading file formats which aren't currently cached.
> In the absence of the IO elevator, cache affinity should be disabled.
> This information is encoded into the MapWork in deriveLlapIoDescString, move this to an Enum type for comparisons.



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