Yikun commented on code in PR #15:
URL: https://github.com/apache/spark-docker/pull/15#discussion_r1000504095
##########
.github/workflows/main.yml:
##########
@@ -155,6 +155,9 @@ jobs:
path: ~/.cache/coursier
key: build-${{ matrix.spark_version }}-scala${{ matrix.scala_version
}}-java${{ matrix.java_version }}-coursier
+ - name : Test - Run spark application for standalone cluster on docker
Review Comment:
Move this test before `Test - Checkout Spark repository`.
Because we don't need local spark code for standalone, becasue it's
completely docker based
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]