tgravescs commented on a change in pull request #25613: [SPARK-27489][WEBUI] UI 
updates to show executor resource information
URL: https://github.com/apache/spark/pull/25613#discussion_r320277283
 
 

 ##########
 File path: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala
 ##########
 @@ -146,6 +150,7 @@ class JsonProtocolSuite extends SparkFunSuite {
   test("Dependent Classes") {
     val logUrlMap = Map("stderr" -> "mystderr", "stdout" -> "mystdout").toMap
     val attributes = Map("ContainerId" -> "ct1", "User" -> "spark").toMap
+    val resources = Map(ResourceUtils.GPU -> Array[String]("0")).toMap
 
 Review comment:
   nice catched, removing

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

Reply via email to