Installing from a Repository on Ubuntu

Procedure

  1. Change to the root user or use sudo, and issue the following apt-get commands to update the Ubuntu package cache, and install the services that you want to run on the node.
  2. Update the Ubuntu package cache:
    apt-get update 
  3. Install the services:

    Syntax

    apt-get install <package_name> <package_name> <package_name> 

    Example

    apt-get install mapr-fileserver mapr-tasktracker