Hello, I want to run the some of the cloud-suite benchmarks on ARM-64 bit. As the docker images in the git repo are for x86, I am following the commands in the Dockerfile in repository to install the benchmarks natively on ARM.
In the Dockerfile for spark-base, when I run the command to install Spark, # Install Spark RUN MIRROR=$(curl -s http://www.apache.org/dyn/closer.lua?as_json=1 | grep preferred | awk '{print $2}' | sed -e 's/"//g') \ && SPARK_PATH=spark/spark-${SPARK_VERSION}/${SPARK_STRING}.tgz \ && curl ${MIRROR}${SPARK_PATH} | tar -xzC /opt I get an error "gzip: stdin: not in gzip format /bin/tar: Child returned status 1 /bin/tar: Error is not recoverable: exiting now" Any ideas, why am I getting this.? Regards Yasir Mahmood
