jiangxb1987 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_r364448627
##########
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:
ah yes
----------------------------------------------------------------
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]