tgravescs commented on a change in pull request #27138: [SPARK-30448][Core]
accelerator aware scheduling enforce cores as limiting resource
URL: https://github.com/apache/spark/pull/27138#discussion_r364444286
##########
File path: core/src/test/scala/org/apache/spark/SparkContextSuite.scala
##########
@@ -911,7 +927,7 @@ class SparkContextSuite extends SparkFunSuite with
LocalSparkContext with Eventu
"""{"name": "gpu","addresses":["0", "1", "2", "3", "4", "5", "6", "7",
"8"]}""")
val conf = new SparkConf()
- .setMaster("local-cluster[3, 3, 1024]")
+ .setMaster("local-cluster[3, 1, 1024]")
Review comment:
the test passes with it like this. The requirement looks like its 3
executors, not 3 tasks per executor and it waits for all executors to be up.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]