Andy Grove
Andy Grove
This is from benchmark q2, but I now think that I may be mistaken about this being an issue. The final step needs to coalesce for a sort and we...
This is fantastic :heart:. Thank you @rahulpenti. I tried this locally and ran into an error: ``` Step 11/17 : COPY python/target/wheels/ballista-*-manylinux*.whl /root/ COPY failed: no source files were specified...
fyi @avantgardnerio
@rahulpenti I ran this again. There is no `wheels` directory under `python/target`, I ran a `docker system prune -a` before I did this to ensure that the builder docker image...
Ok, here is the issue. The script silently failed. ``` + cd /home/builder/workspace/python + python3 -m venv venv Error: [Errno 2] No such file or directory: '/home/builder/workspace/python/venv/bin/python3' + source venv/bin/activate...
followed by: ``` + python3 -m pip install -U pip /usr/bin/python3: No module named pip + python3 -m pip install -r requirements-310.txt /usr/bin/python3: No module named pip + maturin build...
We should add a `set -e` to the entrypoint script so that if fails like this: ``` + python3 -m venv venv Error: [Errno 2] No such file or directory:...
See https://github.com/apache/arrow-ballista/pull/444
@rahulpenti I am also confused. I am on Ubuntu 20.04.4 LTS. I will investigate this more before the next release (so sometime in the next week or two).
I'm excited about this feature! I will test this out later this week.