reg : getting table values in inputFormat in serde

2012-12-20 Thread Mohit Chaudhary01
Hi In serde program I need table properties in inputformat file . So can anyone please tell me how can I do this? thanks CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you a

Re: hive jobs pending so long

2012-12-20 Thread Mark Grover
Neil, It might be a transient problem with your single-node cluster. Was something else running on the machine when you ran the long running job. Can you monitor the usage of the machine when the hive query is running. Have you tried rebooting the machine? Does the query remain slow even after rebo

Hive job gets killed and query execute() remains hanging

2012-12-20 Thread magicalo
I am using hive-jdbc-0.7.1-cdh3u5.jar. I have some memory-intensive queries running on EMR which occasionally fail. When I look at the job tracker I see that the query has been killed and I see the following error: java.io.IOException: Task process exit with nonzero status of 137 However, the Hiv

Re: Hive producing difference outputs

2012-12-20 Thread Mark Grover
Hi Cheng, It would really help if you could simplify your example so it's easy to reproduce by one of us. Also, can you share the value of hive.optimize.ppd property by doing hive> set hive.optimize.ppd; Does inverting the property (making it false, if it's true) change anything? On Thu, Nov 15,