You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/12/02 02:57:10 UTC

[jira] Created: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

upgrade the database thrift interface to allow parameters key-value pairs
-------------------------------------------------------------------------

                 Key: HIVE-1823
                 URL: https://issues.apache.org/jira/browse/HIVE-1823
             Project: Hive
          Issue Type: New Feature
            Reporter: Ning Zhang
            Assignee: Ning Zhang


In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Resolved: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Namit Jain resolved HIVE-1823.
------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed. Thanks Ning

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1823.2.patch, HIVE-1823.patch
>
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Updated: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Carl Steinbach updated HIVE-1823:
---------------------------------

      Component/s: Metastore
    Fix Version/s: 0.7.0

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Metastore
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1823.2.patch, HIVE-1823.patch
>
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Updated: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Ning Zhang updated HIVE-1823:
-----------------------------

    Issue Type: Sub-task  (was: New Feature)
        Parent: HIVE-1820

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Commented: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Namit Jain commented on HIVE-1823:
----------------------------------

+1

running tests

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1823.patch
>
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Updated: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Ning Zhang updated HIVE-1823:
-----------------------------

    Attachment: HIVE-1823.2.patch

Fixed a simple bug in the previous patch: the new DATABSE_PARAMS table should use both DB_ID and KEY_COLUMN as the primary key. Since the index key max length is 767 in mysql, the key column's length is reduced to 180 from 256 in case of the db character set is utf-8. 

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1823.2.patch, HIVE-1823.patch
>
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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


[jira] Updated: (HIVE-1823) upgrade the database thrift interface to allow parameters key-value pairs

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

Ning Zhang updated HIVE-1823:
-----------------------------

    Attachment: HIVE-1823.patch

Uploading a patch for adding a parameter map field for database. 

> upgrade the database thrift interface to allow parameters key-value pairs
> -------------------------------------------------------------------------
>
>                 Key: HIVE-1823
>                 URL: https://issues.apache.org/jira/browse/HIVE-1823
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1823.patch
>
>
> In order to store data center specify parameters to Hive database, it is desirable to extend Hive database thrift interface with a parameters map similar to Table and Partitions. 

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