You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2017/09/28 00:32:00 UTC

[jira] [Updated] (HIVE-17628) always use fully qualified path for tables/partitions/etc.

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

Sergey Shelukhin updated HIVE-17628:
------------------------------------
    Status: Patch Available  (was: Open)

> always use fully qualified path for tables/partitions/etc.
> ----------------------------------------------------------
>
>                 Key: HIVE-17628
>                 URL: https://issues.apache.org/jira/browse/HIVE-17628
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-17628.patch
>
>
> # Different services, or the same one at different times, may have different default FS, so it doesn't make sense to persist a non-qualified path.
> # The logic to detect whether we are using default FS or not is anyway rather questionable e.g. if it will run if the setting is set to the same value as the default fs, as long as it's set; and in fact might be more expensive that just making the path qualified as it iterates thru all the properties, including the ones added from getConfVarInputStream.
> # It also hits HADOOP-13500.



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