RE: Having problem to run hadoop with a jar file

2012-04-12 Thread Zhixuan Zhu
works fine that way. I'm at the end of my wit. Please advice... Thanks, Grace -Original Message- From: Bernd Fondermann [mailto:bf_...@brainlounge.de] Sent: Thursday, April 12, 2012 2:35 AM To: common-dev@hadoop.apache.org Subject: Re: Having problem to run hadoop with a jar file H

Re: Having problem to run hadoop with a jar file

2012-04-12 Thread Bernd Fondermann
Hi, verify that port 9001 is actually a RPC port that Hadoop uses for communication. A common error is to specify the port where Hadoop's WebUIs are running. There, HTTP is served, not the Hadoop RPC protocol. In short: check you are using the right port in all XML config properties and in-c