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 Data Fabric Token-Authenticated Internet Repository. If you added the
auth.conf.dfile 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-commonpackage, use theadd-apt-repositoryutility 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-commonpackage is not installed, create a file in/etc/apt/sources.list.dwhose 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 bionicCore deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary bionicReleases 5.2.1 through 6.2.0
EEP deb https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/ubuntu binary trustyCore deb https://package.ezmeral.hpe.com/releases/v<version>/ubuntu binary trustyNOTEFile names must end with.listand 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
rootor withsudo). After performing these steps, you can useapt-getto install Data Fabric software and Hadoop ecosystem components on each node from the local repository:apt-get update