tgravescs commented on a change in pull request #24374: [SPARK-27366][CORE] 
Support GPU Resources in Spark job scheduling
URL: https://github.com/apache/spark/pull/24374#discussion_r275376335
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -151,6 +151,13 @@ of the most common options to set are:
     Number of cores to use for the driver process, only in cluster mode.
   </td>
 </tr>
+<tr>
+  <td><code>spark.driver.resource.gpu.count</code></td>
+  <td>0</td>
+  <td>
+    Number of gpus to use for the driver process, only in cluster mode.
+  </td>
+</tr>
 
 Review comment:
   we need to add in the spark.driver.resource.gpu.discoveryScript and 
spark.driver.resource.gpu.addresses here

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