Hello, I was able to install the Spark. Now when I am trying to download the index and untar it, as in the entrypoint.sh file,
#Download the index wget -O - $INDEX_URL \ | tar zxvf - -C $SOLR_CORE_DIR/cloudsuite_web_search* I get the error /bin/tar: /usr/src/solr_cores/cloudsuite_web_search*: Cannot open: No such file or directory I checked and could see that there is no directory cloudsuite_web_search under /usr/src/solr_cores. Do you think I should create it ? Regards Yasir From: Mihailovic Ivo Sent: 24 October 2016 20:03 To: Qureshi Yasir Mahmood <[email protected]>; [email protected] Subject: Re: CloudSuite Benchmarks on ARM-64 It's an old Spark version and it's no longer held on mirrors. Try the archive or use a newer Spark version. Best, Ivo ________________________________ From: Qureshi Yasir Mahmood <[email protected]<mailto:[email protected]>> Sent: Monday, October 24, 2016 6:47 PM To: [email protected]<mailto:[email protected]> Subject: CloudSuite Benchmarks on ARM-64 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
