Add the Repository on Each Node
Each node must contain your local repository.
Procedure
-
On each node, use one of the following methods to add the repository:
IMPORTANTTo 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 Data Fabric 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 theadd-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
NOTEFile names must end with.list
and may only contain letters (a-z and A-Z), digits (0-9), underscore (_), hyphen (-), and period (.) characters.
- If you have installed the
-
On each node, update the package indexes (as
root
or withsudo
). After performing these steps, you can useapt-get
to install data-fabric software and Hadoop ecosystem components on each node from the local repository:apt-get update