Installing the MapR Client on CentOS or Red Hat
- Remove any previous MapR software. You can use
rpm -qa | grep maprto get a list of installed MapR packages, then type the packages separated by spaces after therpm -ecommand. 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.shto 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_truststorefile from the/opt/mapr/confdirectory on the cluster to the/opt/mapr/confdirectory on the client. If this client will connect to multiple clusters, merge thessl_truststorefiles with the/opt/mapr/server/manageSSLKeys.shtool.
See the Security Guide for details on how to connect to a secure cluster.
One Response so far.