steinsgateted edited a comment on pull request #385: URL: https://github.com/apache/incubator-yunikorn-core/pull/385#issuecomment-1075103634
Thank you for the explanation. I used this step [doc](https://yunikorn.apache.org/docs/developer_guide/deployment) to run YK. Not using helm. Thanks. It works fine after using helm deploy YK. ``` "placeholderData":[ { "taskGroupName":"spark-executor23971", "count":4, "minResource":{ "memory":1073741824, "vcore":1000 }, "requiredNode":"", "replaced":4 }, { "taskGroupName":"spark-driver23971", "count":1, "minResource":{ "memory":1073741824, "vcore":1000 }, "requiredNode":"", "replaced":1 } ] ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
