Comments on: How to Install Hadoop Single Node Cluster (Pseudonode) on CentOS 7 https://www.tecmint.com/install-hadoop-single-node-on-centos-7/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sun, 11 Dec 2022 08:32:04 +0000 hourly 1 By: Tommi Viitanen https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1927998 Sun, 11 Dec 2022 08:32:04 +0000 https://www.tecmint.com/?p=40494#comment-1927998 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 “$HADOOP_PREFIX” and whether should I installation as root or not.

]]>
By: MohanSivam https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402981 Mon, 21 Dec 2020 08:03:20 +0000 https://www.tecmint.com/?p=40494#comment-1402981 In reply to Ehsan.

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.

hadoop.http.staticuser.user

You can use hdfs dfs command to import/export files into hdfs.

$ hdfs dfs -put    

Thanks
MohanSivam

]]>
By: Ehsan https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1402319 Fri, 18 Dec 2020 20:26:12 +0000 https://www.tecmint.com/?p=40494#comment-1402319 Excellent article, one question I gave 777 permission to a folder and tried uploading using the web interface “:50070/explorer.html#/home” but it keeps saying “Couldn’t upload the file“.

How to evaluate

Folder Info:
Permission Owner Group Size Last Modified Replication Block Size Name
-rwxrwxrwx root supergroup 133 B Dec 18 15:10

]]>
By: Sai saran https://www.tecmint.com/install-hadoop-single-node-on-centos-7/comment-page-1/#comment-1382720 Thu, 29 Oct 2020 17:18:38 +0000 https://www.tecmint.com/?p=40494#comment-1382720 Excellent article on Hadoop installation on CentOS.

]]>