laglangyue commented on code in PR #4111:
URL:
https://github.com/apache/incubator-seatunnel/pull/4111#discussion_r1172296786
##########
seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/spark/AbstractTestSparkContainer.java:
##########
@@ -70,6 +70,8 @@ public void startUp() throws Exception {
// cluster mode, we need to
// start a worker.
Startables.deepStart(Stream.of(master)).join();
+ // ensure install curl
+ master.execInContainer("bash", "-c", "apt-get update -y && apt-get
install curl");
Review Comment:
done
--
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]