andygrove opened a new pull request, #3539:
URL: https://github.com/apache/datafusion-comet/pull/3539

   ## Summary
   
   - Adds a Dockerfile based on `apache/spark:3.5.2-python3` with Java 8 + 17 
for Comet and Gluten engine support
   - Adds a Docker Compose file with three services: `spark-master`, 
`spark-worker`, and `bench` runner
   - Adds a memory-constrained overlay (`docker-compose.constrained.yml`) with 
a cgroup metrics collector sidecar
   - Documents Docker usage in the README
   
   ## Depends on
   
   This PR should be merged after #3538 (consolidate TPC benchmark scripts).
   
   ## Test plan
   
   - [ ] Build the image: `docker build -t comet-bench -f 
benchmarks/tpc/infra/docker/Dockerfile .`
   - [ ] Verify image contents: `docker run --rm comet-bench ls 
/opt/benchmarks/`
   - [ ] Verify run.py help: `docker run --rm comet-bench python3 
/opt/benchmarks/run.py --help`
   - [ ] Start cluster and run a benchmark with `docker compose run`
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to