Andy Grove created SPARK-35353:
----------------------------------

             Summary: Cross-building docker images to ARM64 is failing
                 Key: SPARK-35353
                 URL: https://issues.apache.org/jira/browse/SPARK-35353
             Project: Spark
          Issue Type: Bug
          Components: Kubernetes
    Affects Versions: 3.1.1
            Reporter: Andy Grove


I was trying to cross-build Spark 3.1.1 for ARM64 so that I could deploy to a 
Raspberry Pi Kubernetes cluster this weekend and the Docker build fails.

Here are the commands I used:
{code:java}
docker buildx create --use
./bin/docker-image-tool.sh -n -r andygrove -t 3.1.1 -X build {code}
The Docker build for ARM64 fails on the following command:
{code:java}
 apt install -y bash tini libc6 libpam-modules krb5-user libnss3 procps{code}
The install fails with "Error while loading /usr/sbin/dpkg-split: No such file 
or directory".

Here is a fragment of the output showing the relevant error message.
{code:java}
#6 6.034 Get:35 https://deb.debian.org/debian buster/main arm64 libnss3 arm64 
2:3.42.1-1+deb10u3 [1082 kB]
#6 6.102 Get:36 https://deb.debian.org/debian buster/main arm64 psmisc arm64 
23.2-1 [122 kB]
#6 6.109 Get:37 https://deb.debian.org/debian buster/main arm64 tini arm64 
0.18.0-1 [194 kB]
#6 6.767 debconf: delaying package configuration, since apt-utils is not 
installed
#6 6.883 Fetched 18.1 MB in 1s (13.4 MB/s)
#6 6.956 Error while loading /usr/sbin/dpkg-split: No such file or directory
#6 6.959 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#6 6.961 dpkg: error processing archive 
/tmp/apt-dpkg-install-NdOR40/00-libncurses6_6.1+20181013-2+deb10u2_arm64.deb 
(--unpack):
 {code}
My host environment details:
 * Ubuntu 18.04.5 LTS
 * Docker version 20.10.6, build 370c289

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to