bobbai00 opened a new pull request, #4255:
URL: https://github.com/apache/texera/pull/4255

   ### What changes were proposed in this PR?
   
   The `example-data-loader` service in `bin/single-node/docker-compose.yml` 
referenced a non-existent service `texera-web-application`, causing the error:
   
   > service "example-data-loader" depends on undefined service 
"texera-web-application": invalid compose project
   
   This was missed during the service/container name alignment in #4249. This 
PR updates the `example-data-loader` service to use the correct names:
   
   | What | Before (broken) | After (fixed) |
   |---|---|---|
   | `depends_on` | `texera-web-application` | `dashboard-service` |
   | `TEXERA_WEB_APPLICATION_URL` | `http://texera-web-application:8080/api` | 
`http://dashboard-service:8080/api` |
   | `TEXERA_FILE_SERVICE_URL` | `http://texera-file-service:9092/api` | 
`http://file-service:9092/api` |
   
   
   ### Any related issues, documentation, discussions?
   
   Related to #4249
   
   
   ### How was this PR tested?
   
   Verified that all service names referenced in `depends_on` and environment 
variables now match existing services defined in the docker-compose file. 
Running `docker compose --profile examples config` no longer produce the 
"undefined service" error.
   
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (claude-opus-4-6)
   


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