Installation
Also available as:
PDF
loading table of contents...

Creating a Repository

Complete the following steps to create a HCP repository:

  1. Create a file called /etc/yum.repos.d/hcp.repo.

    vi /etc/yum/repos.d/hcp.repo
  2. Populate the file with the latest repository information.

    For example:

    #VERSION_NUMBER=1.4.0.0
    [HCP-1.4.0.0-38]
    name=HCP Version - HCP-1.4.0.0
    baseurl=http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.4.0.0/hcp.repo
    gpgcheck=1
    gpgkey=http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.4.0.0/hcp.repo/BUILDS/1.4.0.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
    enabled=1
    priority=1
    
    
    [HDP-UTILS-4.1.0.0]
    name=HDP-UTILS Version - HDP-UTILS-4.1.0.0
    baseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-4.1.0.0/repos/centos7
    gpgcheck=1
    gpgkey=http://s3.amazonaws.com/dev.hortonworks.com/HCP/centos7/1.x/updates/4.1.0.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
    enabled=1
    priority=1