You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/22 18:54:25 UTC

[GitHub] [arrow-ballista] andygrove commented on pull request #434: Run benchmarks using python library

andygrove commented on PR #434:
URL: https://github.com/apache/arrow-ballista/pull/434#issuecomment-1287883279

   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
   Traceback (most recent call last):
     File "/usr/bin/docker-compose", line 11, in <module>
       load_entry_point('docker-compose==1.25.0', 'console_scripts', 'docker-compose')()
     File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 72, in main
       command()
     File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 128, in perform_command
       handler(command, command_options)
     File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 292, in build
       self.project.build(
     File "/usr/lib/python3/dist-packages/compose/project.py", line 397, in build
       build_service(service)
     File "/usr/lib/python3/dist-packages/compose/project.py", line 380, in build_service
       service.build(no_cache, pull, force_rm, memory, build_args, gzip, rm, silent, cli, progress)
     File "/usr/lib/python3/dist-packages/compose/service.py", line 1108, in build
       all_events = list(stream_output(build_output, output_stream))
     File "/usr/lib/python3/dist-packages/compose/progress_stream.py", line 25, in stream_output
       for event in utils.json_stream(output):
     File "/usr/lib/python3/dist-packages/compose/utils.py", line 61, in split_buffer
       for data in stream_as_text(stream):
     File "/usr/lib/python3/dist-packages/compose/utils.py", line 37, in stream_as_text
       for data in stream:
     File "/usr/lib/python3/dist-packages/compose/service.py", line 1816, in build
       with open(iidfile) as f:
   FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpvr7s1glz'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org