Skip to content
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

datafusion-ray is not published to pypi.org #59

Open
sairamkrish opened this issue Feb 4, 2025 · 2 comments
Open

datafusion-ray is not published to pypi.org #59

sairamkrish opened this issue Feb 4, 2025 · 2 comments

Comments

@sairamkrish
Copy link

sairamkrish commented Feb 4, 2025

Hi

We are trying to use datafusion-ray. To get started we tried to pip install datafusion-ray. However datafusion-ray is not published.

I tried installing directly from github like this :

poetry add git+https://github.com/apache/datafusion-ray.git

Updating dependencies
Resolving dependencies... (0.3s)

Package operations: 1 install, 0 updates, 0 removals

  - Installing datafusion-ray (0.1.0 2783613): Failed

Failure reason is not displayed even in --verbose mode.
If someone wants to do datafusion + ray, should we continue using raysql till then ?

I would like to contribute here if you are open for it.

@robtandy
Copy link

robtandy commented Feb 4, 2025

👋 Hi @sairamkrish !

I've been working on a revised version of datafusion ray for the past month or so. I submitted a PR today in fact.
It replaces the disk based shuffle with ArrowFlight streaming shuffle, and is able to scale beyond one node.

It should be in a place where it can build and work for you. You can read the PR here

#60

And access the branch from here: https://github.com/robtandy/datafusion-ray/tree/main/src

If you have any trouble installing or using, you can open an issue here and I'll try to help.

@sairamkrish
Copy link
Author

sairamkrish commented Feb 5, 2025

@robtandy Thanks for the response. Since datafusion-ray is not published to pypi.org, finding it difficult to install in a python project and experiment with it. Without a datafusion-ray package in pypi, building it from source and packaging it as a dependency on another project etc., becomes too complex.

Do you have any suggestion or work around ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants