You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by "pbacsko (via GitHub)" <gi...@apache.org> on 2023/02/23 17:33:11 UTC

[GitHub] [yunikorn-k8shim] pbacsko commented on a diff in pull request #525: [YUNIKORN-1532] Add spark jobs test suites

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: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org