[ 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.