You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Raghotham Murthy (JIRA)" <ji...@apache.org> on 2009/08/15 04:40:14 UTC

[jira] Updated: (HIVE-758) [contrib] function to load data from hive to hbase

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

Raghotham Murthy updated HIVE-758:
----------------------------------

    Attachment: hive-758.1.patch

This is a UDAF to load the data. It returns the total number of rows loaded. Currently, we need to set HBASE_HOME, HIVE_HOME and HADOOP_HOME before running the test script at contrib/src/test/scripts/udaf_hbase_put_test.sh. We need to use this script because hive -f currently does not support running shell commands within a file.

> [contrib] function to load data from hive to hbase
> --------------------------------------------------
>
>                 Key: HIVE-758
>                 URL: https://issues.apache.org/jira/browse/HIVE-758
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Raghotham Murthy
>            Priority: Minor
>         Attachments: hive-758.1.patch
>
>
> supoprt a query like: SELECT hbase_put('hive_hbase_table', rowid, colfamily, col, value, ts) FROM src;

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