Add the repository on each node

Each node must contain your local repository.

About this task

Procedure

Create a text file called maprtech.repo in the /etc/yum.repos.d directory with the following content. The following example uses a host running core 7.5.0 and EEP 9.2.0:
[MapR_Core]
name = MapR Core Components
async = 1
baseurl = http://<host>/yum/base/v7.5.0/redhat
enabled = 1
gpgcheck = 1
protect = 1

[MapR_Ecosystem]
name = MapR Ecosystem Components
async = 1
baseurl = http://<host>/yum/base/MEP/MEP-9.2.0/redhat
enabled = 1
gpgcheck = 1
protect = 1

[MapR_Installer]
name=MapR Installer Components
baseurl=http://<host>/yum/base/installer/redhat
gpgcheck=1
enabled=1
protected=1
The Installer Components entry is needed only for intallations that use the Installer. It is not needed for manual installations.
WARNING The EPEL (Extra Packages for Enterprise Linux) repository contains dependencies for the mapr-metrics package on RedHat/CentOS/Oracle Linux. If your RedHat/CentOS/Oracle Linux cluster does not use the mapr-metrics service, you can skip EPEL configuration.