Re: Allocating tasks to specific TaskManagers

2021-03-04 Thread Chesnay Schepler
Are trying to do something along the lines of "deploy this subtask to a TM that has a GPU"? If so, then the community is currently working on supporting such use-cases; see FLIP-56 / FLIP-156

Re: Allocating tasks to specific TaskManagers

2021-03-04 Thread Piotr Nowojski
re-adding user mailing list pt., 5 mar 2021 o 01:45 황혜조 napisał(a): > Hi Piotrek, > > I am evaluating flink for constraint aware processing, which needs > specific tasks being assigned to specific task managers. > > For that, I passed registeredTaskManagers from JobMaster. However when I >

Re: Allocating tasks to specific TaskManagers

2021-03-03 Thread Piotr Nowojski
Hi Hyejo, I don't think it's possible. May I ask why do you want to do this? Best, Piotrek pon., 1 mar 2021 o 21:02 황혜조 napisał(a): > Hi, > > I am looking for a way to allocate each created subTask to a specific > TaskManager. > Is there any way to force assigning tasks to specific

Allocating tasks to specific TaskManagers

2021-03-01 Thread 황혜조
Hi, I am looking for a way to allocate each created subTask to a specific TaskManager. Is there any way to force assigning tasks to specific taskManagers? Thank you Best regards, Hyejo Hwang