Ambari repo specification
You can specify a custom version of Ambari on the "Image Settings" page of the advanced create cluster wizard, under "Ambari Repo Specification".
By default, Cloudbreak uses the included prewarmed images with
default Ambari and HDP/HDF version. If you would like to use a custom Ambari version:
- In create cluster wizard, click on Advanced.
- Navigate to the Image Settings page.
- Under Choose image type, select to use a base image.Note
It is important that you select a base image. If you select a prewarmed image, you cannot customize the repo.
- Provide the following information under Ambari repo specification:
Parameter | Description | Notes | Example |
---|---|---|---|
Version | Enter Ambari version. | 2.6.2.2 | |
Repo Url |
Provide a URL to the Ambari version repo that you would like to use. You can obtain this URL from Ambari installation documentation. |
http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.6.2.2 | |
Repo Gpg Key Url | Provide a URL to the repo GPG key. Each stable RPM package that is published by CentOS Project is signed with a GPG signature. By default, yum and the graphical update tools will verify these signatures and refuse to install any packages that are not signed, or have an incorrect signature. | http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins |