This section describes how to install the Internet repository.
root user or use
sudo.
maprtech.repo in the
/etc/yum.repos.d/ directory with the following content, replacing
<version> with the version of data-fabric software that you want to install: (For the correct
paths for all past releases, see the Data Fabric Repositories and Packages.)
[maprtech]
name=Your Company Name
baseurl=https://package.mapr.com/releases/v<version>/redhat/
enabled=1
gpgcheck=1
protect=1
[maprecosystem]
name=Your Company Name
baseurl=https://package.mapr.com/releases/MEP/MEP-<version>/redhat
enabled=1
gpgcheck=1
protect=1
http_proxy environment variable before installation: You should also
set the value for the http_proxy environment variable by adding the
following section to the /etc/yum.conf file:
http_proxy=http://<host>:<port>
export http_proxy
proxy=http://<host>:<port>
proxy_username=<username>
proxy_password=<password>
mapr-core-internal package dependency (sdparm) is
deprecated and moved to EPEL, and installation cannot complete without enabling
it.