EnricoMi opened a new pull request, #1532:
URL: https://github.com/apache/incubator-uniffle/pull/1532
### What changes were proposed in this pull request?
Adds code to spin up an example Uniffle/Spark docker cluster using docker
compose. This is used by the CI to test the example cluster setup.
### Why are the changes needed?
This setup has a smaller footprint than the existing kubernetes example in
`deploy/kubernetes/integration-test/e2e/README.md`, which is not trivial to
setup. The new example only requires Docker to be installed, and can be spun up
via
./deploy/docker-compose/build.sh
docker compose -f deploy/docker-compose/docker-compose.yml up
The Uniffle and Spark cluster can be used to interactively test Spark with
Uniffle.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually and CI tested.
--
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]