laglangyue commented on PR #4111:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4111#issuecomment-1498645540

   spark3 container didn't has the command 'curl'
   so i add it
   ``` java
           // ensure install curl
           master.execInContainer("bash", "-c" ,"apt-get update -y && apt-get 
install curl");
   ```


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