RE: Problem with Hive->Hadoop

2012-01-10 Thread Ian.Meyers
After downgrading the hive references to Hadoop 0.20.2 rather than 0.20.203.0, I was unable to run any Hive queries. I'm still unable to use any aggregate functions whatever from Hive. Very strange behaviour. Again, the error message is as follows: java.io.IOException: Call to ***/***:50030 fai

RE: Problem with Hive->Hadoop

2012-01-09 Thread Ian.Meyers
I will attempt to downgrade to 0.20.2 of Hadoop libraries for hive to use - can anyone please advise if the below syntax is the correct method to change the Hadoop jar path? As an alternative I will change the Hadoop home for the session... Ian From: Meyers, Ian: IT (LDN) Sent: Monday, January

RE: Problem with Hive->Hadoop

2012-01-09 Thread Ian.Meyers
I did see that, and to try and ensure the right Hadoop libs are being used, I've created the following entry in hive-site.xml: hive.aux.jars.path /apps/hadoop/hadoop-0.20.203.0/hadoop-core-0.20.203.0.jar,/apps/hadoop/hadoop-0.20.203.0/hadoop-tools-0.20.20

RE: Error in running hive query

2012-01-09 Thread Ian.Meyers
I don't appear to be getting any! It doesn't appear to be able to speak to the task tracker to create one in the first place. The full trace I get is listed again below. Being new to Hive, I don't know how to configure a hive log directory. Ian hive> select count(9) from currency_dim; Total Ma

RE: Problem with Hive->Hadoop

2012-01-07 Thread Ian.Meyers
No, no compression is used on any definition of input or output. Ian -Original Message- From: alo.alt [mailto:wget.n...@googlemail.com] Sent: Friday, January 06, 2012 5:14 PM To: user@hive.apache.org Subject: Re: Problem with Hive->Hadoop Hi Ian, did you use compressed output or compre

Problem with Hive->Hadoop

2012-01-06 Thread Ian.Meyers
Hello, Using version .8 of Hive with version 0.20.203.0 of Hadoop. Defining and loading tables worked fine, and I can query them with select *. However, a summary query against any table results in the following exception. I've see other documented issues like this regarding HBase and the Cloud