Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19437#discussion_r146988600
--- Diff: docs/running-on-mesos.md ---
@@ -485,39 +485,87 @@ See the [configuration page](configuration.html) for
information on Spark config
</tr>
<tr>
- <td><code>spark.mesos.driver.secret.envkeys</code></td>
- <td><code>(none)</code></td>
<td>
- A comma-separated list that, if set, the contents of the secret
referenced
- by spark.mesos.driver.secret.names or spark.mesos.driver.secret.values
will be
- set to the provided environment variable in the driver's process.
+ <code>spark.mesos.driver.secret.values</code>,
+ <code>spark.mesos.driver.secret.names</code>,
+ <code>spark.mesos.executor.secret.values</code>,
+ <code>spark.mesos.executor.secret.names</code>,
</td>
- </tr>
- <tr>
-<td><code>spark.mesos.driver.secret.filenames</code></td>
<td><code>(none)</code></td>
<td>
- A comma-separated list that, if set, the contents of the secret
referenced by
- spark.mesos.driver.secret.names or spark.mesos.driver.secret.values
will be
- written to the provided file. Paths are relative to the container's
work
- directory. Absolute paths must already exist. Consult the Mesos
Secret
- protobuf for more information.
+ A secret is specified by its contents and destination. These properties
+ specify a secret's contents. To specify a secret's destination, see
the cell below.
+
+ You can specify a secret's contents either (1) by value or (2) by
reference.
--- End diff --
Just want to confirm this cell renders as expected, and not in a single
paragraph or something odd like that. I'm not really familiar with how jekyll
translates this into HTML.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]