<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Install Hadoop Multinode Cluster using CDH4 in RHEL/CentOS 6.5	</title>
	<atom:link href="https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 06 Dec 2017 10:14:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: HAIFA BEN AOUICHA		</title>
		<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-945099</link>

		<dc:creator><![CDATA[HAIFA BEN AOUICHA]]></dc:creator>
		<pubDate>Wed, 06 Dec 2017 10:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7402#comment-945099</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-748415&quot;&gt;Lyle Gilbert&lt;/a&gt;.

Hello Lyle,

May you please give me further details about the modifications you brought to the HDFS-site.xml.
 
I am facing the same issue as you : connection refused in port 8020 and telnet / netstat commands don&#039;t fetch any process listening in port 8020.
 
Thanks a lot in advance for your feedback, best regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-748415">Lyle Gilbert</a>.</p>
<p>Hello Lyle,</p>
<p>May you please give me further details about the modifications you brought to the HDFS-site.xml.</p>
<p>I am facing the same issue as you : connection refused in port 8020 and telnet / netstat commands don&#8217;t fetch any process listening in port 8020.</p>
<p>Thanks a lot in advance for your feedback, best regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suresh kumar		</title>
		<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-913625</link>

		<dc:creator><![CDATA[suresh kumar]]></dc:creator>
		<pubDate>Fri, 15 Sep 2017 10:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7402#comment-913625</guid>

					<description><![CDATA[All the daemons started properly but slaves are not communicating with master one throwing an error port no 22 connection refused

how can resolve this problem]]></description>
			<content:encoded><![CDATA[<p>All the daemons started properly but slaves are not communicating with master one throwing an error port no 22 connection refused</p>
<p>how can resolve this problem</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rohit		</title>
		<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-884338</link>

		<dc:creator><![CDATA[Rohit]]></dc:creator>
		<pubDate>Mon, 17 Apr 2017 17:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7402#comment-884338</guid>

					<description><![CDATA[How about writing a blog on how to install pig using hadoop single node cluster]]></description>
			<content:encoded><![CDATA[<p>How about writing a blog on how to install pig using hadoop single node cluster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adiputra		</title>
		<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-850102</link>

		<dc:creator><![CDATA[Adiputra]]></dc:creator>
		<pubDate>Tue, 20 Dec 2016 08:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7402#comment-850102</guid>

					<description><![CDATA[need tutorial using nosql and hadoop please]]></description>
			<content:encoded><![CDATA[<p>need tutorial using nosql and hadoop please</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nitish		</title>
		<link>https://www.tecmint.com/install-hadoop-multinode-cluster-in-centos/comment-page-1/#comment-782544</link>

		<dc:creator><![CDATA[Nitish]]></dc:creator>
		<pubDate>Fri, 20 May 2016 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7402#comment-782544</guid>

					<description><![CDATA[Getting Error in Step 11 : Create HDFS /tmp and MapReduce /var Directories

sudo -u hdfs hadoop fs -mkdir /tmp
Error is:-
mkdir: Call From master/192.168.56.101 to master:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused

The hdfs-site.xml is configured as:-


  
     dfs.namenode.name.dir
     file:///data/1/dfs/nn,/nfsmount/dfs/nn
  
  
     dfs.permissions.superusergroup
     hadoop
  

  dfs.namenode.http-address
  192.168.56.101:50070
  
    The address and port on which the NameNode UI will listen.
  



Can you please assist me in understanding what I missed.

Telnet isn&#039;t working as no process is listening on 8020 port.

Regards
Nitish]]></description>
			<content:encoded><![CDATA[<p>Getting Error in Step 11 : Create HDFS /tmp and MapReduce /var Directories</p>
<p>sudo -u hdfs hadoop fs -mkdir /tmp<br />
Error is:-<br />
mkdir: Call From master/192.168.56.101 to master:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: <a target="_blank" href="http://wiki.apache.org/hadoop/ConnectionRefused" rel="nofollow ugc">http://wiki.apache.org/hadoop/ConnectionRefused</a></p>
<p>The hdfs-site.xml is configured as:-</p>
<p>     dfs.namenode.name.dir<br />
     file:///data/1/dfs/nn,/nfsmount/dfs/nn</p>
<p>     dfs.permissions.superusergroup<br />
     hadoop</p>
<p>  dfs.namenode.http-address<br />
  192.168.56.101:50070</p>
<p>    The address and port on which the NameNode UI will listen.</p>
<p>Can you please assist me in understanding what I missed.</p>
<p>Telnet isn&#8217;t working as no process is listening on 8020 port.</p>
<p>Regards<br />
Nitish</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
