-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribution with YARN #790
Comments
I am going to do this. |
@zhanglistar Sounds great! You can open a PR with |
@StrikerRUS Any one worked on this support. We need to productionize lightgbm on yarn. If no one working on this, we'll build a version one. Otherwise, please kindly let me know. Thanks a lot! |
@chuang39 As I know, there are only https://github.com/Azure/mmlspark production distributed version of LightGBM. |
Closed in favor of being in #2302. We decided to keep all feature requests in one place. Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature. |
I want to note here that the new If there's interest, we can at some point spin up an Amazon EMR cluster of some other YARN cluster and try running Dask-based training on it. Would be a fun experiment. |
I've been looking at the examples in lightgbm for a distributed run and noticed that I need to mention the machine IPs and so on.
Is there an easier way to submit a job with YARN ? Like how XGBoost has with dmlc-submit ?
The text was updated successfully, but these errors were encountered: