You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2010/07/01 18:21:50 UTC

[jira] Updated: (HIVE-897) fix inconsistent expectations from table/partition location value

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

Prasad Chakka updated HIVE-897:
-------------------------------

    Assignee:     (was: Prasad Chakka)

@Velu,
I don't remember details any more. I think the problem is that code expectes full URI in some cases (LoadSemanticAnalyzer) and relative URI in some cases. The metastore stores whatever is given to it so the metastore db can contain either full or relative depending on how the table is created. The purpose of this task to make the handling of 'location' parameter uniform throughout the code (hive.metastore, hive.ql.metastore & load & move related classes).

Feel free to take over as appropriate.

> fix inconsistent expectations from table/partition location value
> -----------------------------------------------------------------
>
>                 Key: HIVE-897
>                 URL: https://issues.apache.org/jira/browse/HIVE-897
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Prasad Chakka
>
> currently code expects this to be full URI in some locations (LoadSemanticAnalyzer). Also HiveAlterHandle should work in either case. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.