You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2022/03/10 18:39:50 UTC

[GitHub] [incubator-yunikorn-core] steinsgateted edited a comment on pull request #385: [YUNIKORN-998] expose gang related info in application REST info

steinsgateted edited a comment on pull request #385:
URL: https://github.com/apache/incubator-yunikorn-core/pull/385#issuecomment-1064368052


   Information displayed by REST:
   ```
   "placeholderDatas":[
      {
         "taskGroupName":"spark-executor8090",
         "count":4,
         "minResource":{
            "Resources":{
               "memory":1074,
               "vcore":1000
            }
         },
         "requiredNode":"",
         "replaced":0
      },
      {
         "taskGroupName":"spark-driver8090",
         "count":1,
         "minResource":{
            "Resources":{
               "memory":1074,
               "vcore":1000
            }
         },
         "requiredNode":"",
         "replaced":0
      }
   ]
   ```
   or
   ```
   "placeholderDatas":[
      {
         "taskGroupName":"spark-executor8090",
         "count":4,
         "minResource":{
            "Resources":{
               "memory":1074,
               "vcore":1000
            }
         },
         "requiredNode":"",
         "replaced":2
      }
   ]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org