Comments on: How to Setup Hadoop 2.6.5 (Single Node Cluster) on Ubuntu, CentOS And Fedora https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/ How to guide for System Administrator's and Developers Sat, 07 Oct 2017 14:40:25 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Dinakar N K https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-4368 Sat, 07 Oct 2017 14:40:25 +0000 https://tecadmin.net/?p=5170#comment-4368 Dear Mr Rahul
Could you kindly help me, how we can deploy the services of Single Node Cluster to multiple clients in a Lab environment.

]]>
By: Rahul K. https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-4158 Thu, 17 Aug 2017 03:21:34 +0000 https://tecadmin.net/?p=5170#comment-4158 Hi Dinakar, Simply edit the ~/.bashrc configuration file and copy the settings at end of file.

echo “export HADOOP_HOME=/home/hadoop/hadoop
export HADOOP_INSTALL=$HADOOP_HOME
export HADOOP_MAPRED_HOME=$HADOOP_HOME
export HADOOP_COMMON_HOME=$HADOOP_HOME
export HADOOP_HDFS_HOME=$HADOOP_HOME
export YARN_HOME=$HADOOP_HOME
export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/lib/native
export PATH=$PATH:$HADOOP_HOME/sbin:$HADOOP_HOME/bin” > ~/.bashrc

]]>
By: DINAKAR N K https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-4155 Wed, 16 Aug 2017 15:35:28 +0000 https://tecadmin.net/?p=5170#comment-4155 Dear Mr. Rahul,
I am very thankful for your installation guide but could not understand how we can
Edit ~/.bashrc file to setup Hadoop Environment Variables, could you kindly help us with more screen shots please

I was stuck up at these area
4.1. Setup Hadoop Environment Variables
4.3 Resolution of host name with IP, where should we set this IP please help me

Regards
Dinakar NK

]]>
By: Manmitsinh https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3887 Thu, 29 Jun 2017 15:23:58 +0000 https://tecadmin.net/?p=5170#comment-3887 Thank You Very much nice tutorial
installed successfully but at last i m getting following error .. please reply
hdusr1@apollo-H81M-S:~/hadoop1/hadoop-2.6.5/bin$ bin/hdfs dfs -put /var/log/httpd logs
-bash: bin/hdfs: No such file or directory

]]>
By: Rahul K. https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3827 Thu, 08 Jun 2017 07:51:07 +0000 https://tecadmin.net/?p=5170#comment-3827 Thanks Ruchira for pointing this. I have updated tutorial accordingly.

]]>
By: Ruchira https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3824 Thu, 08 Jun 2017 04:10:51 +0000 https://tecadmin.net/?p=5170#comment-3824 Getting the error below – Is there a revised link?

[hadoop@oc8731500110 ~]$ wget http://apache.claz.org/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz
–2017-06-08 09:30:08– http://apache.claz.org/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz
Resolving apache.claz.org (apache.claz.org)… 74.63.227.45
Connecting to apache.claz.org (apache.claz.org)|74.63.227.45|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2017-06-08 09:30:09 ERROR 404: Not Found.

]]>
By: Punit Bansal https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3663 Thu, 04 May 2017 05:23:30 +0000 https://tecadmin.net/?p=5170#comment-3663 I am able to setup the hadoop multi node in ubuntu. but not able to setup the multi node in centos 6.6.
Where can i set the interfaces and hosts and hostname?
Can you please share the video link?

]]>
By: sidharth https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3615 Tue, 18 Apr 2017 03:32:37 +0000 https://tecadmin.net/?p=5170#comment-3615 After your guidence…..i run it again,and i get this
deep@sid:~$ ssh localhost
The authenticity of host ‘localhost (::1)’ can’t be established.
ECDSA key fingerprint is SHA256:yzHhnxJhNNct0zStIoOZfAjruW+kQHB9kjGSMXhjdEs.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘localhost’ (ECDSA) to the list of known hosts.
sign_and_send_pubkey: signing failed: agent refused operation
deep@localhost’s password:

The programs included with the Kali GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Kali GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Apr 18 08:49:08 2017 from ::1
-bash: $’\r’: command not found

]]>
By: sidharth https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3614 Tue, 18 Apr 2017 03:05:16 +0000 https://tecadmin.net/?p=5170#comment-3614 I’m working on ” Sentiment analysis of twitter data using hadoop with hive & flume “.
So I’m following your tutorial.
And my o.s. version is KALI “Rolling-2.0,amd64”.

]]>
By: Rahul K. https://tecadmin.net/setup-hadoop-2-4-single-node-cluster-on-linux/#comment-3613 Tue, 18 Apr 2017 03:03:25 +0000 https://tecadmin.net/?p=5170#comment-3613 It looks OpenSSH server is not running on your system.

https://tecadmin.net/install-openssh-server-on-ubuntu-linuxmint/

Don’t change the default port.

]]>