Created 09-26-2017 08:04 AM
Created 09-26-2017 08:08 AM
If you install hdp packages in offline-mode, then you have to install httpd to setup hdp repo local & remotely.
Created 09-26-2017 09:26 AM
"httpd" can be installed on any host on your Network. The only thing we should make sure that
1. All the HDP cluster Ndoes and Ambari Server host can access it without any issue.
2. On the "httpd" you can deploy ambari.repo artifacts as well as HDP/HDP-UTIL or other artifacts.
3. It is not mandatory to install httpd on amabri server host.
Firther installation instructions for offline repo can be found at: https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.2.0/bk_ambari-installation/content/setting_up_a...
.
Created 09-26-2017 04:06 PM
HTTPD is only needed if you want to host your own private repo server.
All Ambari and HDP components that provide web access provide their own web capabilities built-in to their executables.
Created 09-27-2017 07:15 PM
Thank you guys, I'm sure now that Ambari server doesn't require httpd and httpd is just for the local repository.