install apache hadoop cluster cdh4 cloudera on digitalocean
Hello Friends My Name is Mohit Talpara and To'day i am Showing You How To install apache hadoop cluster cdh4 cloudera digitalocean
we choose digitalocean because his Provided Kvm Virtualization, Shared Private Networking, ECC Ram and RAID SSD storage and Tier-1 Bandwidth All servers come with 1Gb/sec so its best configration for Clusters and is chepest then other provider so we always say to used digitalocean for Cluster Stability.
Now First You Need To Creat Some Node in Digitalocean Control Panel and Setup DNS For Eatch one .
in my Tutorial i am used 4 Droplets with 1GB Memory and 30GB Disk Space and setup host name for eatch one
now Chabged Password Of All Node And Created New Same Password For All Users Because in cloudera Setup i will choose root password authentication option
now Fisrt Login In To All Droplets Using SSH
And Update Yum Using This Command
yum -y install perl openssh-clients
Now Edit Host File For Add All Cluster Nodes Please Note Its My Configration You Need To Add Your Own Host Domain Name.
Edit Host File using This Command nano /etc/hosts
And Add This Config in host file please note do not delete any existing host just add new host
Now Edit /etc/resolv.conf File Using This Command.[It is use to configure client side access to the Internet Domain Name System (DNS). This file defines which name servers to use.]
nano /etc/resolv.conf
Now Delete All Data in file and Add This Data
search datatube.co.in nameserver 8.8.8.8
Now Edit Network using This Commands
nano /etc/sysconfig/network
Delete All Config and Add this Following Config [Please Not in this config HOSTNAME= is Your server(drop) Host Name So change with your Server Host Name]
Be the first to comment