Add the repository on each node

Each node must contain your local repository.

Procedure

  1. On each node, use one of the following methods to add the repository:
    IMPORTANT To access the Data Fabric internet repository, you must specify the email and token of an HPE Passport account. For more information, see Using the HPE Ezmeral Token-Authenticated Internet Repository. If you added the auth.conf.d file as described in Adding the MapR Repository on Ubuntu, you do not need to specify the email and token in the commands below.
    • If you have installed the software-properties-common package, use the add-apt-repository utility to add the repository:

      Release 7.0.0 and later

      EEP add-apt-repository 'deb https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/ubuntu binary bionic'
      Core add-apt-repository 'deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary bionic'

      Releases 5.2.1 through 6.2.0

      EEP add-apt-repository 'deb https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/ubuntu binary trusty'
      Core add-apt-repository 'deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary trusty'
    • If the software-properties-common package is not installed, create a file in /etc/apt/sources.list.d whose content is a single line as follows:

      Release 7.0.0 and later

      EEP deb https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/ubuntu binary bionic
      Core deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary bionic

      Releases 5.2.1 through 6.2.0

      EEP deb https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/ubuntu binary trusty
      Core deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary trusty
      NOTE File names must end with .list and may only contain letters (a-z and A-Z), digits (0-9), underscore (_), hyphen (-), and period (.) characters.
  2. On each node, update the package indexes (as root or with sudo). After performing these steps, you can use apt-get to install MapR software and Hadoop ecosystem components on each node from the local repository:
    apt-get update