Apache Hadoop Installation With Single Node Cluster Setup - 0 views
-
Online Training at Attune University on 30 Jul 13This Blog is going to cover Apache Hadoop Installation with single node setup.After reading this blog,you will be able to setup a single node on your local machine. Adding a dedicated Hadoop system user $ sudo addgroup hadoop $ sudo adduser --ingroup hadoop hduser Configuring SSH I assume that you have SSH up and running on your machine and configured it to allow SSH public key authentication.