clems4ever commented on a change in pull request #23758: [SPARK-17454][MESOS] 
Use Mesos disk resources for executors.
URL: https://github.com/apache/spark/pull/23758#discussion_r258182349
 
 

 ##########
 File path: docs/running-on-mesos.md
 ##########
 @@ -702,7 +702,16 @@ See the [configuration page](configuration.html) for 
information on Spark config
     Set the maximum number GPU resources to acquire for this job. Note that 
executors will still launch when no GPU resources are found
     since this configuration is just an upper limit and not a guaranteed 
amount.
   </td>
-  </tr>
+</tr>
+<tr>
+  <td><code>spark.mesos.disk</code></td>
+  <td><code>0</code></td>
 
 Review comment:
   I actually protected the code by inserting the disk amount only if it is > 
0. But anyway I think it's better to distinguish between None and 0 because 
then the Mesos community can decide to change their mind at and this won't have 
any impact on Spark.
   Fix is coming in a minute.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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