-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello.
I've been trying to start the docker compose file, and getting:
. . .
=> ERROR [spark-master 5/10] RUN curl -O https://dlcdn.apache.org/spark/spark-3.5.3/spark-3.5.3-bin-hadoop3.tgz && tar zxvf spar 0.5s
. . .
[spark-master 5/10] RUN curl -O https://dlcdn.apache.org/spark/spark-3.5.3/spark-3.5.3-bin-hadoop3.tgz && tar zxvf spark-3.5.3-bin-hadoop3.tgz -C /usr/local && rm spark-3.5.3-bin-hadoop3.tgz && cd /usr/local && ln -sT spark-3.5.3-bin-hadoop3 spark:
0.156 % Total % Received % Xferd Average Speed Time Time Time Current
0.156 Dload Upload Total Spent Left Speed
100 196 100 196 0 0 687 0 --:--:-- --:--:-- --:--:-- 687
0.445
0.445 gzip: stdin: not in gzip format
0.445 tar: Child returned status 1
0.445 tar: Error is not recoverable: exiting now
failed to solve: process "/bin/bash -c curl -O https://dlcdn.apache.org/spark/spark-3.5.3/spark-3.5.3-bin-hadoop3.tgz && tar zxvf spark-3.5.3-bin-hadoop3.tgz -C /usr/local && rm spark-3.5.3-bin-hadoop3.tgz && cd /usr/local && ln -sT spark-3.5.3-bin-hadoop3 spark" did not complete successfully: exit code: 2
I would be grateful for help in solving the problem/