Prerequisites to Running the Development Environment for HPE Ezmeral Data Fabric

To run the Development Environment for HPE Ezmeral Data Fabric, you must first install the data-fabric client and Docker software.

About this task

The instructions in this topic are specific to Mac OS X. The container is supported on all operating systems that support Docker containers.

Procedure

  1. Install a data-fabric client on your laptop:
    1. Download the data-fabric 6.2.0 client (mapr-client package) from https://package.ezmeral.hpe.com/releases/v6.2.0/mac/ or for one of the following Linux distributions:
    2. On a Mac, extract the client software to the /opt directory by running the following commands:
      sudo mv ~/Downloads/mapr-client-6.2.0.0.20200915234957.GA-1.x86_64.tar.gz /opt
      cd /opt
      sudo tar xvfz mapr-client-6.2.0.0.20200915234957.GA-1.x86_64.tar.gz
    3. On Linux, use the appropriate package manager to install the client. For example:
      • RPM-based Systems:
        rpm -ivh mapr-client-6.2.0.0.20200915234957.GA-1.x86_64.rpm
      • On Ubuntu:
        dpkg -i mapr-client-6.2.0.0.20200915234957.GA-1.amd64.deb
  2. Install Docker on your laptop:
    1. Download the software for Mac from https://www.docker.com/docker-mac, or follow the instructions for the appropriate Linux distribution.
    2. Install the software.
    3. On a Mac, verify that Docker is running with at least 12 GB of memory by clicking Docker->Preferences->Advanced:

  3. Modify the memory settings, if needed, and restart Docker.