pbacsko commented on code in PR #525:
URL: https://github.com/apache/yunikorn-k8shim/pull/525#discussion_r1116028356


##########
scripts/run-e2e-tests.sh:
##########
@@ -100,6 +100,19 @@ function install_kind() {
   check_cmd "${KIND}"
 }
 
+function install_spark() {
+  check_cmd "wget"
+  wget -qO-  
https://archive.apache.org/dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop3.tgz | 
tar xzvf - && chmod +x spark-3.3.1-bin-hadoop3 && sudo mv 
spark-3.3.1-bin-hadoop3 /opt/.

Review Comment:
   +1 this sounds like a reasonable addition



-- 
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]

Reply via email to