Re: Hive error when running a count query.

2012-05-10 Thread shashwat shriparv
When ever you execute any query except "select * from tablename" hive runs mapreduce job in background for which it needs hadoop to be properly configured and proper commication between hadoop and hive. the error you specified happens when the hive not able to connect to hadoop properly here is t

Hive error when running a count query.

2012-05-08 Thread Kayla Schultz
The query I'm trying to run is: select count(*) from customers; The table exists and there is data in it. However when I run this command I get the following: http://imgur.com/sOXXB and the error log shows: http://imgur.com/5EWrS Any idea what I'm doing wrong? Sorry about the logs being pictures,