Mark Kerzner wrote:
Hi,
Hi,

why is hadoop suddenly telling me

 Retrying connect to server: localhost/127.0.0.1:8020

with this configuration

<configuration>
  <property>
    <name>fs.default.name</name>
    <value>hdfs://localhost:9000</value>
  </property>
  <property>
    <name>mapred.job.tracker</name>
    <value>localhost:9001</value>
Shouldnt this be

<value>hdfs://localhost:9001</value>

Amar
  </property>
  <property>
    <name>dfs.replication</name>
    <value>1</value>
  </property>
</configuration>

and both this http://localhost:50070/dfshealth.jsp and this
http://localhost:50030/jobtracker.jsp links work fine?

Thank you,
Mark


Reply via email to