Description
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:8088/app/v1/services/hello-world
PUT Request JSON
{ "components" : [ { "name" : "hello", "number_of_containers" : 3 } ] }
2. Modify all occurrences of /ws/ to /app/