Installing the Data Fabric Client on SLES

This section describes how to install the Data Fabric Client on SLES.

  1. Remove any previous Data Fabric software. You can use rpm -qa | grep mapr to get a list of installed Data Fabric packages:
    rpm -qa | grep mapr
    Then type the package names separated by spaces after the zypper rm command. For example:
    zypper rm mapr-fileserver mapr-core
  2. Run the following command to install the Data Fabric client:
    zypper install mapr-edf-clients
  3. Open the Data Fabric UI to complete the configuration, as described in Installing Client Libraries.