zhuqi-lucas commented on code in PR #525:
URL: https://github.com/apache/yunikorn-k8shim/pull/525#discussion_r1112678618
##########
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:
If we can support pass spark version ENV to support different version of
spark, and may be default the latest Spark version.
##########
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:
If we can support pass spark version ENV to support different versions of
spark, and may be default the latest Spark version.
--
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]