Jiale Zhi
Jiale Zhi
Hi @ericxu10101 , let me reply those questions inline: 1. seems like k8s 'Job' only works in 'default' namespace ? when I try on different namespace, the master pod keep...
@ericxu10101 issues 1 and 2 have been fixed in #29 and #28. Feel free to install the newest version from the current master branch and test it out. Regarding issue...
Hi @ericxu10101 , currently all features are tracked with Github issues. You can create a new issue with the tag "enhancement" and can track progress over there.
Hi @tomjamescn, that's an interesting platform from Microsoft. Personally I haven't used it before but seems that it won't be too hard to create a backend to it. I check...
By default, Fiber master will pick a random port to listen and workers will connect to that port. See `ipc_admin_master_port ` in https://uber.github.io/fiber/config/. If there is a specific port you...
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...
Hi @prsasatt , the scheduling is done by Kubernetes. Fiber started 20 jobs and Kubernetes decides where to run them. It's likely there weren't enough resources so the rest of...
Hi @sdave2, this is an interesting use case. `job_spec` currently doesn't have a network attribute, but it can be useful. Not all Fiber backends need a "network` config, so probably...
Hi @LutzWeischerFujitsu, thanks for trying Fiber out. That test isn't very reliable, the test result can be ignored.
Thanks Justin! Fiber should be able to work with AWS. You may need to change these places: * get_default_project() in cli.py, currently it's calling `gcloud` command to get the default...