On Thu, Mar 3, 2011 at 12:01 AM, Mark Kerzner <[email protected]> wrote: > It has just one entry > hadoop-sony > and > ping hadoop-sony > PING hadoop-sony (192.168.1.150) 56(84) bytes of data. > 64 bytes from ubuntu (192.168.1.150): icmp_req=1 ttl=64 time=0.024 ms
In that case, I think you should check the configuration file where you have defined the ipc address parameter. That's what the logs are trying to suggest. -b > On Wed, Mar 2, 2011 at 4:59 PM, Bibek Paudel <[email protected]> wrote: >> >> On Wed, Mar 2, 2011 at 11:57 PM, Mark Kerzner <[email protected]> >> wrote: >> > Hi, >> > >> > I am doing a pseudo-distributed mode on my laptop, following the same >> > steps >> > I used for all configurations on my regular cluster, but I get this >> > error >> > >> > 2011-03-02 16:45:13,651 INFO >> > org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit: ugi=mapred >> > ip=/ >> > 192.168.1.150 cmd=delete >> > src=/var/lib/hadoop-0.20/cache/mapred/mapred/system/jobtracker.info >> > dst=null >> > perm=null >> > 2011-03-02 16:45:14,524 INFO org.apache.hadoop.ipc.Client: Retrying >> > connect >> > to server: ubuntu/127.0.1.1:8020. Already tried 0 time(s). >> > >> > so it should be connecting to 192.168.1.150, and it is instead >> > connecting to >> > 127.0.1.1 - where does this ip come from? >> >> My first reaction would be to check the conf/slaves file. >> >> -b >> >> > >> > Thank you, >> > Mark >> > > >
