回复: hive integrate with hbase, map to existed hbase table report column family not exist

2012-11-06 Thread Chris Gong
i got the reason, the column mapping section can't have any white space, including \r\n Chris Gong 发件人: Chris Gong 发送时间: 2012-11-06 10:56 收件人: user-hive 主题: hive integrate with hbase, map to existed hbase table report column family not exist hi all: now, I'm map to an exi

hive integrate with hbase, map to existed hbase table report column family not exist

2012-11-05 Thread Chris Gong
IONS => '3', COMPRESSION => 'NONE', MIN_VER SIONS => '0', TTL => '2147483647', BLOCKSIZE => '65 536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]} 1 row(s) in 0.8470 seconds i am confused now, anyone can give some infomation? Chris Gong

Re: Re: can i define an udf which can process more than one argument?

2012-10-18 Thread Chris Gong
yes , it works , thank you very much Jan. Chris Gong From: Jan Dolinár Date: 2012-10-19 13:17 To: user; fellowtree Subject: Re: can i define an udf which can process more than one argument? Hi Chris, Of course it is possible to write UDF with as many parameters as you want, even with

can i define an udf which can process more than one argument?

2012-10-18 Thread Chris Gong
i find that UDF can only process one argument like public long evaluate(String ip) { } can i define a udf like COALESCE(T v1, T v2, …) or if(boolean testCondition, T valueTrue, T valueFalseOrNull)? Chris Gong