You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thiruvel Thirumoolan (JIRA)" <ji...@apache.org> on 2011/03/08 20:24:59 UTC

[jira] Created: (HIVE-2033) A database's warehouse.dir is not used for tables created in it.

A database's warehouse.dir is not used for tables created in it.
----------------------------------------------------------------

                 Key: HIVE-2033
                 URL: https://issues.apache.org/jira/browse/HIVE-2033
             Project: Hive
          Issue Type: Bug
          Components: Clients, Metastore
    Affects Versions: 0.7.0, 0.8.0
            Reporter: Thiruvel Thirumoolan
            Assignee: Thiruvel Thirumoolan
             Fix For: 0.8.0


$ create database db with dbproperties ('hive.metastore.warehouse.dir' = 'loc');
$ use db;
$ create table test(name string);

Table 'test's location is not under 'loc'. Instead its under hive-site.xml's warehouse dir.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HIVE-2033) A database's warehouse.dir is not used for tables created in it.

Posted by "Thiruvel Thirumoolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvel Thirumoolan updated HIVE-2033:
---------------------------------------

    Attachment: HIVE-2033_prelim.patch

Preliminary patch. Test cases being added.

> A database's warehouse.dir is not used for tables created in it.
> ----------------------------------------------------------------
>
>                 Key: HIVE-2033
>                 URL: https://issues.apache.org/jira/browse/HIVE-2033
>             Project: Hive
>          Issue Type: Bug
>          Components: Clients, Metastore
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Thiruvel Thirumoolan
>            Assignee: Thiruvel Thirumoolan
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2033_prelim.patch
>
>
> $ create database db with dbproperties ('hive.metastore.warehouse.dir' = 'loc');
> $ use db;
> $ create table test(name string);
> Table 'test's location is not under 'loc'. Instead its under hive-site.xml's warehouse dir.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-2033) A database's warehouse.dir is not used for tables created in it.

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019263#comment-13019263 ] 

Amareshwari Sriramadasu commented on HIVE-2033:
-----------------------------------------------

Do you want close this in favor of HIVE-1537?

> A database's warehouse.dir is not used for tables created in it.
> ----------------------------------------------------------------
>
>                 Key: HIVE-2033
>                 URL: https://issues.apache.org/jira/browse/HIVE-2033
>             Project: Hive
>          Issue Type: Bug
>          Components: Clients, Metastore
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Thiruvel Thirumoolan
>            Assignee: Thiruvel Thirumoolan
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2033_prelim.patch
>
>
> $ create database db with dbproperties ('hive.metastore.warehouse.dir' = 'loc');
> $ use db;
> $ create table test(name string);
> Table 'test's location is not under 'loc'. Instead its under hive-site.xml's warehouse dir.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HIVE-2033) A database's warehouse.dir is not used for tables created in it.

Posted by "Thiruvel Thirumoolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvel Thirumoolan resolved HIVE-2033.
----------------------------------------

    Resolution: Duplicate

Addressing it as part of HIVE-1537.

> A database's warehouse.dir is not used for tables created in it.
> ----------------------------------------------------------------
>
>                 Key: HIVE-2033
>                 URL: https://issues.apache.org/jira/browse/HIVE-2033
>             Project: Hive
>          Issue Type: Bug
>          Components: Clients, Metastore
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Thiruvel Thirumoolan
>            Assignee: Thiruvel Thirumoolan
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2033_prelim.patch
>
>
> $ create database db with dbproperties ('hive.metastore.warehouse.dir' = 'loc');
> $ use db;
> $ create table test(name string);
> Table 'test's location is not under 'loc'. Instead its under hive-site.xml's warehouse dir.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira