dongjoon-hyun commented on a change in pull request #35830:
URL: https://github.com/apache/spark/pull/35830#discussion_r825390424



##########
File path: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
##########
@@ -191,6 +191,8 @@ class KubernetesSuite extends SparkFunSuite
       .set("spark.kubernetes.driver.pod.name", driverPodName)
       .set("spark.kubernetes.driver.label.spark-app-locator", appLocator)
       .set("spark.kubernetes.executor.label.spark-app-locator", appLocator)
+      .set("spark.kubernetes.executor.request.cores", "0.5")
+      .set("spark.kubernetes.driver.request.cores", "0.5")

Review comment:
       Although this is only for tests, I'd like not to recommend this way. The 
driver has many threads and the flakiness is increasing when the driver CPU are 
capped.




-- 
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]

Reply via email to