sudo apt-get install default-jdk
update-alternatives --config java
sudo apt-get install ssh
II:. Update OS limits
* hard nofile 50000
* soft nofile 50000
* hard nproc 10000
* soft nproc 10000
III:.Workaround for "kill" command
hd@ubuntu:~$ cd /etc/systemd
hd@ubuntu:/etc/systemd$ sudo vi logind.conf
KillUserProcesses=no
IV:.Add a group and two users others will be added later :one will be running Hadoop distributed file system(HDFS) and second will run Yet Another Resources Negotiator (YARN)
V:. Setup SSH for both hduser and yarnuser







No comments:
Post a Comment