fiber icon indicating copy to clipboard operation
fiber copied to clipboard

is it possible to run fiber on Yarn?

Open floodsung opened this issue 5 years ago • 2 comments
trafficstars

I have a cluster based on YARN other then K8s, how to use Fiber on Yarn? thx

floodsung avatar Aug 20 '20 09:08 floodsung

it is very simple for ray to run on yarn

floodsung avatar Aug 20 '20 09:08 floodsung

Hi @floodsung, thanks for your question. Currently YARN is not supported yet. To make Fiber run on yarn, one can create a new backend for YARN which is very simple to do. Only a handful of functions needs to be implemented to get it working. One example is K8s backend. Would you be interested in contributing to this feature?

calio avatar Aug 21 '20 05:08 calio