tgravescs commented on a change in pull request #24394:  [SPARK-27024] Executor 
interface for cluster managers to support GPU and other resources
URL: https://github.com/apache/spark/pull/24394#discussion_r276391224
 
 

 ##########
 File path: 
core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala
 ##########
 @@ -313,6 +360,7 @@ private[spark] object CoarseGrainedExecutorBackend extends 
Logging {
       |   --executor-id <executorId>
       |   --hostname <hostname>
       |   --cores <cores>
+      |   --resourceAddrs 
<rtype1=count:unit:addr1,addr2;rtype2=count:unit:r2addr1,r2addr2...>
 
 Review comment:
   thinking about this some more I think I should make this json format so its 
more extensible in the future and not as ugly on the command line.

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