-
Notifications
You must be signed in to change notification settings - Fork 5.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
Ship Modin with Ray. #3109
Ship Modin with Ray. #3109
Conversation
cc @robertnishihara @pcmoritz I am not sure if this will also make it in the wheels. |
thirdparty/scripts/setup.sh
Outdated
############################################## | ||
# modin | ||
############################################## | ||
bash "$TP_SCRIPT_DIR/build_modin.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is the right way to do this, since it seems like we're deprecating this file, though I'm not sure. @chuxi can you comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am certainly willing to move this, but I am not sure where it will go.
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
1042c64
to
f10a1bb
Compare
Test FAILed. |
Test FAILed. |
This will not work because of the |
Hey @devin-petersohn , could you elaborate on this, why do you need |
I am not worried about defaulting to xray, we are already using xray. The problem comes with how our binary calls I prefer that we don't break backwards compatibility with Modin, because we have been using xray for a month or so now (and two of our releases use xray). |
I see, the issue is that existing binary releases of Modin are explicitly passing |
Yes, we already specify that requirement. The problem is that we explicitly pull a the most recent binary of Modin into the Ray repo. It's a chicken and egg problem. Modin depends on the most recent binary of Ray, which currently requires that we have |
Maybe keep |
f10a1bb
to
a76057e
Compare
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
e597fc0
to
7f26369
Compare
Test FAILed. |
Test FAILed. |
Maybe use |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
What do these changes do?
Adds modin to the build process for Ray
Related issue number
Resolves #3108