Github user tnachen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13713#discussion_r82695978
  
    --- Diff: docs/running-on-mesos.md ---
    @@ -506,8 +506,13 @@ See the [configuration page](configuration.html) for 
information on Spark config
         since this configuration is just a upper limit and not a guaranteed 
amount.
       </td>
     </tr>
    -
    -
    +<tr>
    +  <td><code>spark.mesos.fetchCache.enable</code></td>
    +  <td><code>false</code></td>
    +  <td>
    +    If set to `true`, all URIs in `spark.mesos.uris` will be eligible for 
caching by the [Mesos fetch 
cache](http://mesos.apache.org/documentation/latest/fetcher/)
    --- End diff --
    
    From the implementation you actually set all downloadable URIs (like 
spark.executor.uri, jarUrl, etc) to be fetcher cachable. I think we need to be 
more explicit here that it's more than just spark.mesos.uris


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to