You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2017/10/13 05:25:00 UTC

[jira] [Updated] (HIVE-17621) Hive-site settings are ignored during HCatInputFormat split-calculation

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

Thejas M Nair updated HIVE-17621:
---------------------------------
    Fix Version/s: 2.2.1
                   2.4.0
                   3.0.0

> Hive-site settings are ignored during HCatInputFormat split-calculation
> -----------------------------------------------------------------------
>
>                 Key: HIVE-17621
>                 URL: https://issues.apache.org/jira/browse/HIVE-17621
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>    Affects Versions: 2.2.0, 3.0.0
>            Reporter: Mithun Radhakrishnan
>            Assignee: Chris Drome
>             Fix For: 3.0.0, 2.4.0, 2.2.1
>
>         Attachments: HIVE-17621.1-branch-2.2.patch, HIVE-17621.1-branch-2.patch, HIVE-17621.1.patch
>
>
> Another one that [~selinazh] and [~cdrome] worked on.
> The production {{hive-site.xml}} could well contain settings that differ from the defaults in {{HiveConf.java}}. In our case, we introduced a custom ORC split-strategy, which we introduced as the site-wide default.
> We noticed that during {{HCatInputFormat::getSplits()}}, if the user-script did not contain the setting, the site-wide default was ignored in favour of the {{HiveConf}} default. HCat would not convey hive-site settings to the input-format (or anywhere downstream).
> The forthcoming patch fixes this problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)