Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

download the latest HDP and HDP utils from hortonworks site by wget command ?

avatar

hi all,

is it possible to download the latest HDP and HDP utils from hortonworks site by wget command ? or other wget & bash combination ?

or at least how to know by wget the latest HDP & HDP utils VIA wget ?

as I know so far the latest version are HDP - 2.6.4 and HDP-UTILS-1.1.0.22 - is it correct ?

and are these versions are works & tested with amabari - 2.6.1 ?

CentOS7 (HDP 2.6.X)
=========

wget http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.........
wget http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.............

Michael-Bronson
1 ACCEPTED SOLUTION

avatar
Master Mentor

@Michael Bronson

Once you access the following link then you will see all the latest versions of the Products in the same page: https://docs.hortonworks.com/

.

HDP & Ambari Compatibility matrics are mentioned here: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_support-matrices/content/ch_matrices-amb... You should be able to use Ambari 2.6.1 and HDP 2.6.4

.

You can refer to the following link to know about the "HDP 2.6 Repositories" which will provide the "*-rpm.tar.gz" containing the RPMs of HDP and HDP-UTILS.

(EDIT) NOTE: Looks like documentation has some issues the HDP-UTIL version should be "HDP-UTILS-1.1.0.22" (instead of 1.1.0.21)

Example: https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/hdp_26_repos...

# wget http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.4.0/HDP-2.6.4.0-centos7-rpm.tar.gz
# wget http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/centos7/HDP-UTILS-1.1.0.22-centos7.tar...

.

For Ambari 2.6.1 https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/ambari_repos...

# wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.6.1.0/ambari-2.6.1.0-centos7.tar.g...

.

View solution in original post

4 REPLIES 4

avatar
Master Mentor

@Michael Bronson

Once you access the following link then you will see all the latest versions of the Products in the same page: https://docs.hortonworks.com/

.

HDP & Ambari Compatibility matrics are mentioned here: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_support-matrices/content/ch_matrices-amb... You should be able to use Ambari 2.6.1 and HDP 2.6.4

.

You can refer to the following link to know about the "HDP 2.6 Repositories" which will provide the "*-rpm.tar.gz" containing the RPMs of HDP and HDP-UTILS.

(EDIT) NOTE: Looks like documentation has some issues the HDP-UTIL version should be "HDP-UTILS-1.1.0.22" (instead of 1.1.0.21)

Example: https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/hdp_26_repos...

# wget http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.4.0/HDP-2.6.4.0-centos7-rpm.tar.gz
# wget http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/centos7/HDP-UTILS-1.1.0.22-centos7.tar...

.

For Ambari 2.6.1 https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/ambari_repos...

# wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.6.1.0/ambari-2.6.1.0-centos7.tar.g...

.

avatar
Master Mentor

@Michael Bronson

However i will suggest to wait for a while for the official announcement of HDP 2.6.4

avatar

dear @Jay - when this version (2.6.4) will be publish & and certified for production ? , is there any chance to recall this version because bugs?

Michael-Bronson

avatar

what about the latest HDP Utils and ambari ? do you think we can use the latest version ?

Michael-Bronson