The installation process will vary based on the location of your packages and the configuration of your cluster.
Install services based on your cluster plan and service layout.
The following table lists the core packages to install on cluster nodes:
|
On These Nodes |
Install These Packages |
|
On all [compute] cluster nodes |
|
|
On designated cluster nodes |
|
|
On client machines that run Hadoop commands that are not already part of the cluster |
mapr-client
|
*See NFS Considerations.
Install the packages based on a thorough plan. For example cluster designs, see Example Cluster Designs.
To install the HPE Ezmeral Data Fabric, select one of the installation methods in the subsequent topics, depending on your operating system.
When you install mapr-nfs, NFSv3 is installed. To install NFSv4, you must
use the mapr-nfs4server package. NFS is not secure by default. If you wish
to configure NFSv4 server to work with Kerberos servers, you must first install Active
Directory and Kerberos servers. For more information, see Installing NFS for the HPE Ezmeral Data Fabric and
Configuring NFSv4 Server for Kerberos.
Consider installing mapr-loopbacknfs if you need a secure POSIX client.
Note that the Installer installs mapr-loopbacknfs on all nodes in the
cluster when Enable NFS is not specified. For more information about
mapr-loopbacknfs, see MapR POSIX Clients.
With Release 6.2.0, Hadoop and YARN packages moved into the MEP repository. For more information, see Installing Hadoop and YARN.
Before installing from the repository, change to the root user or use
sudo.
yum command to install the
services that you want to run on the node. Syntax and Example
yum install <package_name> <package_name> <package_name>
yum install mapr-fileserver mapr-webserver
zypper command to install the services that you want
to run on the node. Syntax and Example
zypper install <package_name> <package_name> <package_name>
zypper install mapr-fileserver mapr-webserver
apt-get commands to update the Ubuntu package cache
and install the services that you want to run on the node. apt-get update
Syntax and Example
apt-get install <package_name> <package_name> <package_name>
apt-get install mapr-fileserver mapr-webserver
Before installing from the repository, change to the root user or use
sudo.
rpm command to install
the appropriate packages for the node: rpm package
files are located.Syntax and Example
yum install <package_file> <package_file> <package_file>
yum install /path/to/mapr-core-<version>.x86_64.rpm mapr-cldb-<version>.x86_64.rpm \
mapr-resourcemanager-<version>.x86_64.rpm mapr-webserver-<version>.x86_64.rpm \
<version> with the exact version string found in the
package filename. dpkg command to install the appropriate packages for
the node. deb package
files are located.Syntax and Example
dpkg -i <package_file> <package_file> <package_file>
dpkg -i mapr-core-<version>.x86_64.rpm mapr-cldb-<version>.x86_64.rpm \
mapr-resourcemanager-<version>.x86_64.rpm mapr-webserver-<version>.x86_64.rpm \
<version> with the exact version string found in the
package filename.When you install from package files, you must manually pre-install any dependency packages
in order for the installation to succeed. Most data-fabric packages depend on the package
mapr-core. Similarly, many Hadoop ecosystem components have internal
dependencies. See
for details.