srowen 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_r258038779
##########
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:
If it's at the default of 0, no behavior changes right? i.e. it's not
required to set this in general, only in the case you cite?
----------------------------------------------------------------
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]