<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121559#M26514</link>
    <description>&lt;P&gt;Thanks, Where I cant find that logs? Im trying to find but without success. And when I execute the echo $HOSTANAME command the fully hostname that I get is what I put in the question. &lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 18:11:39 GMT</pubDate>
    <dc:creator>joncodin</dc:creator>
    <dc:date>2016-04-29T18:11:39Z</dc:date>
    <item>
      <title>hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121556#M26511</link>
      <description>&lt;P&gt;Im installing hadoop 2.7.1 on 3 nodes and Im having some difficulties in the configuration process.&lt;/P&gt;&lt;P&gt;I want to have:&lt;/P&gt;&lt;P&gt;node1 (master) - as the namenode and resource manager&lt;/P&gt;&lt;P&gt;node2 (slave) - as the datanode and nodemanager&lt;/P&gt;&lt;P&gt;node3(slave) - as the datanode and nodemanager&lt;/P&gt;&lt;P&gt;Im doing the configurations like below to achieve the goal:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;etc/hosts file:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;127.0.0.1 localhost
192.168.1.60 NameNode
192.168.1.61 Slave1
192.168.1.62 Slave2
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;core-site.xml:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;configuration&amp;gt;
&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;hdfs://NameNode:9000&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;hdfs-site.xml:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;configuration&amp;gt;
&amp;lt;name&amp;gt;dfs.replication&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;3&amp;lt;/value&amp;gt;
&lt;/PRE&gt;&lt;P&gt;In the &lt;STRONG&gt;slaves&lt;/STRONG&gt; files i enter the hostnames of the slaves machines:&lt;/P&gt;&lt;PRE&gt;Slave1

Slave2
&lt;/PRE&gt;&lt;P&gt;I created a &lt;STRONG&gt;masters&lt;/STRONG&gt; file and entered the hostname of the master machine:&lt;/P&gt;&lt;PRE&gt;NameNode
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I didnt configure the yarn-site.xml and mapred-site.xml files. Its needed?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;With my configuration above Im having two issues when start all deamons and check with &lt;CODE&gt;jps&lt;/CODE&gt;command:&lt;/P&gt;&lt;P&gt;1) the node manager appears in the master and not only in the slaves machines&lt;/P&gt;&lt;P&gt;2) the datanode dont appear in the slaves machines&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;jps&lt;/CODE&gt; in the master machine:&lt;/P&gt;&lt;PRE&gt;ResourceManager
NameNode
NodeManager
SecondaryNameNode
&lt;/PRE&gt;&lt;P&gt;&lt;CODE&gt;jps&lt;/CODE&gt; command in slave machines:&lt;/P&gt;&lt;PRE&gt;NodeManager&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Apr 2016 06:10:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121556#M26511</guid>
      <dc:creator>joncodin</dc:creator>
      <dc:date>2016-04-29T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121557#M26512</link>
      <description>&lt;P&gt;Check if you find nodemanager and datanode logs on slave nodes where they didn't start. They should tell what went wrong.  Most likely they failed with errors. You may also need yarn-site.xml to configure yarn.nodemanager.log-dirs and yarn.nodemanager.local-dirs params.&lt;/P&gt;&lt;P&gt;Try following &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/format_and_start_hdfs.html"&gt;these&lt;/A&gt; instructions for start and stop services since this is the supported way. Also, always try to configure FQDN instead of just hostnames.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 06:28:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121557#M26512</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-04-29T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121558#M26513</link>
      <description>&lt;P&gt;I am assuming you are trying to install manually from apache. Is there a reason you are not using HDP w/ Ambari? &lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:31:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121558#M26513</guid>
      <dc:creator>hduraiswamy</dc:creator>
      <dc:date>2016-04-29T10:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121559#M26514</link>
      <description>&lt;P&gt;Thanks, Where I cant find that logs? Im trying to find but without success. And when I execute the echo $HOSTANAME command the fully hostname that I get is what I put in the question. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 18:11:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121559#M26514</guid>
      <dc:creator>joncodin</dc:creator>
      <dc:date>2016-04-29T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121560#M26515</link>
      <description>&lt;P&gt;Yes Im trying to install manually, because I think its better to learn the process how to get hadoop running.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 18:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121560#M26515</guid>
      <dc:creator>joncodin</dc:creator>
      <dc:date>2016-04-29T18:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop 3 nodes configuration issues: Datanode dont appear in slaves and Nodemanager is appearing in salves but also in master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121561#M26516</link>
      <description>&lt;P&gt;/var/log/hadoop/hdfs/hadoop-hdfs-datanode-&amp;lt;hostname&amp;gt;.log has datanode log and /var/log/hadoop-yarn/yarn/yarn-yarn-nodemanager-&amp;lt;hostname&amp;gt;.log has nodemanager on each node. You can also look at .out files with same name in the same directories. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 20:01:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-3-nodes-configuration-issues-Datanode-dont-appear-in/m-p/121561#M26516</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-04-29T20:01:52Z</dc:date>
    </item>
  </channel>
</rss>

