You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

 

Launching the Myriad Environment

The Myriad environment is launched and monitored by starting the Mesos, Marathon, and Myriad applications using the following ports:

ApplicationPortSyntax
Marathon8080http://<IP address>:8080
Mesos5050http://<IP address>:5050. Use the 5050 port and Frameworks directory. For example: http://<ip address>:5050/#/frameworks (http://10.141.141.20:5050/#/frameworks)
Myriad8192

http://<IP address>:8192. For example: http://<ip address>:8192/ (http://10.141.141.20:8192/)

  • Without the Mesos-DNS service, this IP is slave node's IP address where the ResourceManager is running.
  • With the Mesos-DNS service, Mesos-DNS discovers the node where the ResourceManager is running by using Mesos DNS FQDN (<app>.<framework>.mesos).

 

 

  • No labels