Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
Created on 12-10-201908:10 AM - edited on 12-22-202011:15 PM by VidyaSargur
This video describes a step by step process for getting an HDP 3 cluster up and running on Centos 7. The video follows the Hortonworks Documentation and Support Matrix recommendations. Public repositories were used for a minimal two node install on CentOS 7.5.
Services installed on Ambari node: ambari-server
Services installed on node1: SmartSense, Ambari Metrics.
Check if the service is running systemctl status ntpd
Print the list of time servers the hosts are synchronizing with ntpq -p
Check the time drift between the hosts and an NTP server ntpdate -q 0.centos.pool.ntp.org
Set hostnames on the fly hostname ambari.local hostname node1.local
Edit the etc hosts file for setting the IP-names mapping vim /etc/hosts 10.200.82.40 ambari.local ambari 10.200.82.41 node1.local node1
Edit the OS network file for setting the permanent host name vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=ambari.local NETWORKING=yes HOSTNAME=node1.local
Run a new shell for getting the current host names to show in the promt bash
Double-check the output of hostname with and without f. They should be the same. hostname hostname -f
Disable firewalld while intalling systemctl disable firewalld
Stop firewall service service firewalld stop
Check if SELinux is currently in enforcing mode getenforce