Installing the MapR Client on CentOS or Red Hat
- Remove any previous MapR software. You can use
rpm -qa | grep mapr
to get a list of installed MapR packages, then type the packages separated by spaces after therpm -e
command. Example:rpm -qa | grep mapr rpm -e mapr-fileserver mapr-core
- Install the MapR client for your target architecture:
-
yum install mapr-client.i386
-
yum install mapr-client.x86_64
-
- Run
configure.sh
to configure the client. For details about the syntax, parameters, and behavior of configure.sh, see configure.sh. - To use this client with a secure cluster or clusters, copy the
ssl_truststore
file from the/opt/mapr/conf
directory on the cluster to the/opt/mapr/conf
directory on the client. If this client will connect to multiple clusters, merge thessl_truststore
files with the/opt/mapr/server/manageSSLKeys.sh
tool.
See the Security Guide for details on how to connect to a secure cluster.
One Response so far.