Gour Saha created YARN-7781:
-------------------------------
Summary: Update YARN-Services-Examples.md to be in sync with the latest code
Key: YARN-7781
URL: https://issues.apache.org/jira/browse/YARN-7781
Project: Hadoop YARN
Issue Type: Sub-task
Reporter: Gour Saha
Update YARN-Services-Examples.md to make the following additions/changes:
1. Add an additional URL and PUT Request JSON to support flex:
Update to flex up/down the no of containers (instances) of a component of a service
PUT URL – http://localhost:9191/app/v1/services/hello-world
PUT Request JSON
{code}
{
"components" : [ {
"name" : "hello",
"number_of_containers" : 3
} ]
}
{code}
2. Modify all occurrences of /ws/ to /app/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
|