yew1eb opened a new pull request, #3768:
URL: https://github.com/apache/celeborn/pull/3768

   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     - Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX] 
Your PR title ...'.
     - Be sure to keep the PR description updated to reflect all changes.
     - Please write your PR title to summarize what this PR proposes.
     - If possible, provide a concise example to reproduce the issue for a 
faster review.
   -->
   
   ### What changes were proposed in this pull request?
   Add a `docker-compose.yaml` under `docker/` to run a minimal local Celeborn 
cluster (1 master + 3 workers) for development and debugging, with a 
`build-image.sh` wrapper and a `conf/`. The existing `docker/Dockerfile` is 
unchanged.
   
   ### Why are the changes needed?
   There is no lightweight local deployment path today — only the K8s Helm 
chart or running master/worker manually on the host.
   
   ### Does this PR resolve a correctness bug?
   
   <!-- Check if yes. The `correctness` label will be added/removed 
automatically. -->
   - [ ] Yes
   
   ### Does this PR introduce _any_ user-facing change?
   
   <!-- Check if yes. -->
   - [ ] Yes
   
   
   ### How was this patch tested?
   
   Ran the cluster locally with `docker compose up -d`:  
   > $ docker compose -f docker/docker-compose.yaml up -d
   > $ docker compose -f docker/docker-compose.yaml ps
   <img width="1354" height="132" alt="image" 
src="https://github.com/user-attachments/assets/86b8e10b-9058-498f-b532-15ab2ce5f3fc";
 />
   
   <img width="1510" height="119" alt="image" 
src="https://github.com/user-attachments/assets/96cd905d-be6a-4c46-9c62-70f77927a3d1";
 />
   


-- 
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]

Reply via email to