hive-0.7.1: TestCliDriver FAILED

2011-08-22 Thread 李 冰
Hi, all When I try to run the standard test cases in Hive 0.7.1 against SUN 1.6 JDK, I found that TestCliDriver failed. The version of the JDK I used is: java version 1.6.0_27-ea Java(TM) SE Runtime Environment (build 1.6.0_27-ea-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.2-b03, mixed

Re: org.apache.hadoop.fs.ChecksumException: Checksum error:

2011-08-22 Thread W S Chung
I try using hadoop fs -copyToLocal. I also get a stack trace, like this: 11/08/22 10:53:57 INFO fs.FSInputChecker: Found checksum error: b[1024,

Local and remote metastores

2011-08-22 Thread Alex Holmes
Hi everyone, Does anyone know the differences between local and remove Hive metastores? Are there features that are only provided by the remote datastore (like authorization)? Is the use of a local metastore recommended in production? Many thanks, Alex

Re: Passing table properties to the InputFormat

2011-08-22 Thread Shantian Purkad
I have been able to get the table properties in InputFormat as below. However I am not sure if that is correct way or if there is any better way for that. Properties tableProperties =

Hive Custom UDF - hive.aux.jars.path not working

2011-08-22 Thread Amit Sharma
Hi, I build custom UDFS for hive and they seem to work fine when i explicitly register the jars using the add jar jarname command or put in in the environment variable HIVE_AUX_JARS_PATH. But if i add it as a configuration variable in the hive-site.xml file and try to register the function using

RE: Hive Custom UDF - hive.aux.jars.path not working

2011-08-22 Thread Aggarwal, Vaibhav
Did you restart the hive server after modifying the hive-site.xml settings? I think you need to restart the server to pick up the latest settings in the config file. Thanks Vaibhav From: Amit Sharma [mailto:amitsharma1...@gmail.com] Sent: Monday, August 22, 2011 2:42 PM To: user@hive.apache.org

回复: hive-0.7.1: TestCliDriver FAILED

2011-08-22 Thread 李 冰
From the result, we can see that the difference between the source file and target file is only the path which should be masked when being compared. Bing --- 11年8月22日,周一, 李 冰 lib...@yahoo.com.cn 写道: 发件人: 李 冰 lib...@yahoo.com.cn 主题: hive-0.7.1: TestCliDriver FAILED 收件人: user@hive.apache.org 抄送:

RE: Hive Custom UDF - hive.aux.jars.path not working

2011-08-22 Thread Chinna
Hi, U need to mention the jar like this, ~/Documents/workspace/Hive_0_7_1/build/dist/conf$grep aux hive-site.xml propertynamehive.aux.jars.path/namevalue/Users/amsharma/dev/Perforce /development/depot/dataeng/hive/dist/{URJARNAME}.jar/value/property U r using CLI mode so after