There is also in attachement the core-site and hdfs-sites files

thanks in advance
Regards
Khaled

From: [email protected]
To: [email protected]
Subject: RE: datanodes doesn't work in HDFS
Date: Tue, 16 Oct 2012 11:41:24 +0200





there is the prin screen i forgot it :)

and also these are log file for namenode and datanodes

From: [email protected]
Date: Tue, 16 Oct 2012 14:51:17 +0530
Subject: Re: datanodes doesn't work in HDFS
To: [email protected]

Hi Khaled,
    I cant' find any attachment. Also, could you please provide us the logs??It 
seems there is some config related issue.Regards,    Mohammad Tariq





On Tue, Oct 16, 2012 at 2:48 PM, Khaled Ben Bahri <[email protected]> 
wrote:






Hi all,
I installed Hadoop HDFS on 3 nodes, a namenode and 2 datanodes,
when i want to start dfs processes, Only secondaryNameNode is launched but the  
namenode datanodes processes doesn't work

there is a print screen to illustrate what a said



Thanks in advance
Regards
Khaled
                                          

                                                                                
                                          
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://NameNodeIP:8020</value>
</property>
</configuration>
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
  <property>
    <name>dfs.data.dir</name>
    <value>/usr/local/hadoop-0.20.2/data</value>
  </property>
  <property>
    <name>dfs.name.dir</name>
    <value>/usr/local/hadoop-0.20.2/namespace</value>
  </property>
  <property>
    <name>dfs.replication</name>
    <value>2</value>
  </property>
</configuration>

Reply via email to