the array in hive? and insert it into a hive table?
> 2012-04-18
> --
> **
> Best Regards
> Andes
>
> **
> ----------------------
> *发件人:*Nitin Pawar
> *发送时间:*2012-04-18 15:43
> *主题:*Re: how to split the value of hbase into h
COLUMN+CELL
r1column=key:value, timestamp=1334765068428,
value=010,020,030
then how can I get the array in hive? and insert it into a hive table?
2012-04-18
Best Regards
Andes
发件人:Nitin Pawar
发送时间:2012-04-18 15:43
主题:Re: how to split the value of hbase into hive
收件人:&
thanks Nitin. :) You are so nice. I will try this first. if I meet with
problems later, pls be kind to help
2012-04-18
Best Regards
Andes
发件人:Nitin Pawar
发送时间:2012-04-18 15:43
主题:Re: how to split the value of hbase into hive
收件人:"user"
抄送:
you can use the inbuilt udf split(
you can use the inbuilt udf split(string str, string pat) to split the
string with the separator you want. It returns the array and you can access
the array and insert array elements in the hive table
On Wed, Apr 18, 2012 at 1:06 PM, ylyy-1985 wrote:
> **
> **
> hi,all;
>
> I have a problem. I h