Re: Hive 0.11 with Cloudera CHD4.3 MR v1

2013-07-21 Thread Srinivas Surasani
Can you share your job logs ? Regards, Srinivas Surasani On Mon, Jul 15, 2013 at 6:32 PM, Jim Colestock j...@ramblingredneck.comwrote: Hello All, Has anyone been successful at running hive 0.11 with Cloudera CDH 4.3? I've been able to get hive to connect to my metadb (which is in

[ANNOUNCE] New Hive Committer - Gunther Hagleitner

2013-07-21 Thread Carl Steinbach
The Apache Hive PMC has voted to make Gunther Hagleitner a committer on the Apache Hive project. Congratulations Gunther! Carl

Re: Hive 0.11 with Cloudera CHD4.3 MR v1

2013-07-21 Thread Lars Francke
I tried running Hive 0.11 against CDH 4.3 successfully. I just downloaded the tarball from the site and it worked so I'm afraid I can't help you much because it sounds like your problem occurs much earlier. We ran into two issues later: https://issues.apache.org/jira/browse/HIVE-4619 and

Re: [ANNOUNCE] New Hive Committer - Gunther Hagleitner

2013-07-21 Thread Alexander Alten-Lorenz
Congratulations, Gunther. Well deserved! On Jul 21, 2013, at 10:00 AM, Carl Steinbach c...@apache.org wrote: The Apache Hive PMC has voted to make Gunther Hagleitner a committer on the Apache Hive project. Congratulations Gunther! Carl -- Alexander Alten-Lorenz

Re: [ANNOUNCE] New Hive Committer - Gunther Hagleitner

2013-07-21 Thread Jarek Jarcec Cecho
Congratulations Gunther! Jarcec On Sun, Jul 21, 2013 at 01:00:31AM -0700, Carl Steinbach wrote: The Apache Hive PMC has voted to make Gunther Hagleitner a committer on the Apache Hive project. Congratulations Gunther! Carl signature.asc Description: Digital signature

Great progress with the hive pre-commit hive build farm

2013-07-21 Thread Edward Capriolo
We now have a system automatically building and testing patches. Thanks much to Brock and Cloudera for driving this through. https://builds.apache.org/user/brock/my-views/view/hive/job/PreCommit-HIVE-Build/ I can already see by the 30 day summary that this has greatly accelerate the

Get arguments' names in Hive's UDF

2013-07-21 Thread Felix . 徐
Hi all, Is there any api to retrieve the parameter's column name in GenericUDF? For example: Select UDFTEST(columnA,columnB) from test; I want to get the column names(columnA and columnB) in UDFTEST's initialize function via ObjectInspector but I did not find any viable solution.

how to let hive support lzo

2013-07-21 Thread ch huang
hi ,all: i already install and testing lzo in hadoop and hbase,all success,but when i try it on hive ,it failed ,how can i do let hive can recognize lzo? hive set mapred.map.output.compression.codec; mapred.map.output.compression.codec=org.apache.hadoop.io.compress.SnappyCodec hive set

Re: how to let hive support lzo

2013-07-21 Thread ch huang
# hbase org.apache.hadoop.hbase.util.CompressionTest hdfs://CH22:9000/alex/my.txt lzo 13/07/22 13:27:58 WARN conf.Configuration: hadoop.native.lib is deprecated. Instead, use io.native.lib.available 13/07/22 13:27:59 INFO util.ChecksumType: Checksum using org.apache.hadoop.util.PureJavaCrc32