You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by sumit khanna <su...@yahoo.com> on 2009/08/14 21:09:52 UTC

Hive on local client gets connection refused error when trying to run a job on ec2 cluster

Hi, 
I have been using the following tutorial to run hive queries on amazon ec2 hadoop cluster 
http://wiki.apache.org/hadoop/Hive/Hi... 

I can ssh into the master node with the following command 
ssh -i /home/sumit/.ec2/id_rsa-gsg-keypair -D 2600 root@ec2-67-202-7-98.compute-1.amazon... 

But when i run hive (even as a root user) and set all the parameters as mentioned in the tutorial above, hive cant connect to the amzon ec2 cluster and i get a connection refused error 

Could someone help me in this 

Thanks a lot 
Sumit