When I am running the following query in hive:
hive> select count(*) from testsql;
I am getting the following error:
Error 
FAILED: RuntimeException java.net.ConnectException: Call From impetus-1466/192.168.49.77          to impetus-1466:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
The jps looks like:
[impadmin@impetus-1466 hadoop-1.0.3.15]$ jps
 26380 TaskTracker
 26709 Jps
 26230 JobTracker
 25943 NameNode
I started the
$ start-all.sh
$ start-dfs.sh
$ start-mapred.sh
How could this be solved?
Thanks