Ngone51 commented on pull request #32136: URL: https://github.com/apache/spark/pull/32136#issuecomment-858375487
> The mapping could be between specific resources (e.g. PVC) and task (i.e. state store). Your rephrase looks good except for one point here. "task (i.e. state store)"? You mean task is kind of a type of state store? is it a typo? I actually expect that it's a mapping between PVC and task Id. > Actually we cannot schedule a task to specific location of statestore. I don't understand this. I assume each statestore must be bound to a specific location. Why we can't schedule the task? > Maybe `ResourceLocation`? It means the task prefers a location with specific resource (e.g. PVC). `ResourceLocation` sounds too general. Mabye, `RequiredResourceLocation`? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
