Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

like to know if HDP can be installed without ambari, and if yes, what is the link for this install?

avatar
Expert Contributor

install HDP with ambari and without internet will require setup http server, for quick solution, we like to find if any way to install HDP without ambari, if yes, please provide the link.

1 ACCEPTED SOLUTION
5 REPLIES 5

avatar
Master Mentor

avatar
Master Mentor

@Robin Dong main page is http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/index.html

and you can see all the options there.

avatar
Master Mentor

@Robin Dong FYI:

Setting up local repo is easy. You can setup tomcat of http instance. You can get httpd rpm from here

there follow this

avatar
Expert Contributor

thank you Neeraj.

so I need to download and upload this file to my server, it would be all file I need, right?

wget http://public-repo-1.hortonworks.com/HDP/tools/2.3.4.0/hdp_manual_install_rpm_helper_files-2.3.4.0.3...
tar zxvf hdp_manual_install_rpm_helper_files-2.3.4.0.3485.tar.gz

avatar
Expert Contributor

yes, got it. thank you so much.