Installing Myriad
Describes Myriad requirements and installation.
The following table specifies the Myriad installation requirements.
Requirement | Description |
---|---|
Operating Systems |
|
Myriad Requirements |
|
MapR Minimum Requirements |
|
The following table specifies the ports used by Myriad.
Application | Port |
---|---|
Mesos Master UI | http://<hostname>:5050 |
Marathon UI | http://<hostname>:8080 |
Myriad UI | http://<hostname>:8192 Note: The Myriad UI is available
once a Resource Manager is launched.
|
The Myriad installation is a manual installation where Apache Mesos is installed before MapR Myriad.
Small Cluster Installation
The following example shows an installation on a CentOS6 operating system, a three (3) node cluster where one node is the master node for Mesos, Mesos-DNS, MaprR CLDB, and MapR Zookeeper, and two nodes are Mesos slave nodes.
Download and build Mesos on all nodes.
Unpack and install Myriad from the tarball.
On the master node, install (as a minimum) Apache Mesos and the following MapR packages:
yum -nogpgcheck install
mapr-core mapr-fileserver mapr-zookeeper mapr-cldb mapr-webserver
On the two Mesos slave nodes, install (as a minimum) Apache Mesos and the following MapR packages:
yum -nogpgcheck install
mapr-core mapr-fileserver
See Configure Myriad.