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

Added warning to description. But, it doesnt look like i cannot describe a 
temporary function. I get an error: 
{code}
hive> ADD FILE /data/users/rmurthy/dev/hive/build/dist/lib/hive_contrib.jar;    
                      
hive> CREATE TEMPORARY FUNCTION hbase_put AS 
'org.apache.hadoop.hive.contrib.udaf.hbase.UDAFHbasePut';
OK
Time taken: 0.263 seconds
hive> DESCRIBE FUNCTION hash_put;                                               
                      
FAILED: Error in metadata: java.lang.NullPointerException
FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.DDLTask
{code}

> 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: Contrib
>            Reporter: Raghotham Murthy
>            Priority: Minor
>         Attachments: hive-758.1.patch, hive-758.2.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.

Reply via email to