srowen commented on a change in pull request #24103: [SPARK-27141][YARN] Use
ConfigEntry for hardcoded configs for Yarn
URL: https://github.com/apache/spark/pull/24103#discussion_r267368968
##########
File path:
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
##########
@@ -98,10 +98,10 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
test("run Spark in yarn-client mode with different configurations, ensuring
redaction") {
testBasicYarnApp(true,
Map(
- "spark.driver.memory" -> "512m",
- "spark.executor.cores" -> "1",
- "spark.executor.memory" -> "512m",
- "spark.executor.instances" -> "2",
+ DRIVER_MEMORY.key -> "512m",
Review comment:
Nit: remove the extra space indent here and below
----------------------------------------------------------------
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]