Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yarn-daemon.sh stop resourcemanager

 

Scaling

To scale up or down on specific nodes, see the Myriad Cluster API. The REST terms for scaling are flexup and flexdown. The HTTP method and URIs for flexing up and down are:

Code Block
PUT /api/cluster/flexup

PUT /api/cluster/flexdown

 

Monitoring

To monitor Myriad, see the Myriad State API and the Myriad Configuration API. The HTTP method and URIs for retrieving the Myriad state and configuration are:

...