<?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: How to Install Hadoop Single Node Cluster (Pseudonode) on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-hadoop-single-node-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-hadoop-single-node-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 11 Dec 2022 08:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tommi Viitanen		</title>
		<link>https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1927998</link>

		<dc:creator><![CDATA[Tommi Viitanen]]></dc:creator>
		<pubDate>Sun, 11 Dec 2022 08:32:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40494#comment-1927998</guid>

					<description><![CDATA[Excellent article, but I got a problem:

cd $HADOOP_PREFIX
bash: cd: /root/hadoop-2.10.1: No such file or directory

I wonder about the meaning of &quot;&lt;strong&gt;$HADOOP_PREFIX&lt;/strong&gt;&quot; and whether should I installation as root or not.]]></description>
			<content:encoded><![CDATA[<p>Excellent article, but I got a problem:</p>
<p>cd $HADOOP_PREFIX<br />
bash: cd: /root/hadoop-2.10.1: No such file or directory</p>
<p>I wonder about the meaning of &#8220;<strong>$HADOOP_PREFIX</strong>&#8221; and whether should I installation as root or not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MohanSivam		</title>
		<link>https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402981</link>

		<dc:creator><![CDATA[MohanSivam]]></dc:creator>
		<pubDate>Mon, 21 Dec 2020 08:03:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40494#comment-1402981</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402319&quot;&gt;Ehsan&lt;/a&gt;.

Hi, 

Thanks for the comment. 

The error is because the user is not having permission to upload files using WebUI(HTTP). 

You have to set the user in core-site.xml.
&lt;pre&gt;
hadoop.http.staticuser.user
&lt;/pre&gt;
You can use hdfs dfs command to import/export files into hdfs.
&lt;pre&gt;
$ hdfs dfs -put    
&lt;/pre&gt;
Thanks
MohanSivam]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402319">Ehsan</a>.</p>
<p>Hi, </p>
<p>Thanks for the comment. </p>
<p>The error is because the user is not having permission to upload files using WebUI(HTTP). </p>
<p>You have to set the user in core-site.xml.</p>
<pre>
hadoop.http.staticuser.user
</pre>
<p>You can use hdfs dfs command to import/export files into hdfs.</p>
<pre>
$ hdfs dfs -put    
</pre>
<p>Thanks<br />
MohanSivam</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ehsan		</title>
		<link>https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402319</link>

		<dc:creator><![CDATA[Ehsan]]></dc:creator>
		<pubDate>Fri, 18 Dec 2020 20:26:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40494#comment-1402319</guid>

					<description><![CDATA[Excellent article, one question I gave 777 permission to a folder and tried uploading using the web interface &quot;&lt;strong&gt;:50070/explorer.html#/home&lt;/strong&gt;&quot; but it keeps saying &quot;&lt;strong&gt;Couldn&#039;t upload the file&lt;/strong&gt;&quot;.

How to evaluate 

Folder Info: 
	Permission	Owner	Group	Size	Last Modified	Replication	Block Size	Name	
	-rwxrwxrwx	root	supergroup	133 B	Dec 18 15:10]]></description>
			<content:encoded><![CDATA[<p>Excellent article, one question I gave 777 permission to a folder and tried uploading using the web interface &#8220;<strong>:50070/explorer.html#/home</strong>&#8221; but it keeps saying &#8220;<strong>Couldn&#8217;t upload the file</strong>&#8220;.</p>
<p>How to evaluate </p>
<p>Folder Info:<br />
	Permission	Owner	Group	Size	Last Modified	Replication	Block Size	Name<br />
	-rwxrwxrwx	root	supergroup	133 B	Dec 18 15:10</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sai saran		</title>
		<link>https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1382720</link>

		<dc:creator><![CDATA[Sai saran]]></dc:creator>
		<pubDate>Thu, 29 Oct 2020 17:18:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40494#comment-1382720</guid>

					<description><![CDATA[Excellent article on Hadoop installation on CentOS.]]></description>
			<content:encoded><![CDATA[<p>Excellent article on Hadoop installation on CentOS.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
