You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Roberto Alonso <ro...@gmail.com> on 2012/04/03 12:14:36 UTC

Re: error starting task tracker

Thanks I think It was the problem!

On 30 March 2012 20:21, Arvid Warnecke <ar...@nostalgix.org> wrote:

> Hello,
>
> On Fri, Mar 30, 2012 at 07:17:27PM +0200, Roberto Alonso wrote:
> > <property>
> > <name>mapred.system.dir</name>
> > <value>/mapred/system</value>
> > </property>
> >
> > When I put and start the tasktracker:
> > sudo service hadoop-0.20-tasktracker start
> >
> > The log /usr/lib/hadoop-0.20/logs/hadoop-hadoop-tasktracker.log says the
> > next:
> >
> > ERROR org.apache.hadoop.mapred.TaskTracker: Can not start task tracker
> > because java.lang.RuntimeException: Not a host:port pair: local
> >
> > do you know whats happening??
> >
> I am just guessing, but maybe you don't have set the information about
> the job tracker?
>
> <property>
>   <name>mapred.job.tracker</name>
>   <value>localhost:8021</value>
> </property>
>
> Cheers,
> Arvid
>
>