File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,28 @@ See the [configuration page](configuration.html) for information on Spark config
234234 `spark.mesos.executor.memoryOverhead` or 7% of `spark.executor.memory`.
235235 </td >
236236</tr >
237+ <tr >
238+ <td ><code >spark.mesos.principal</code ></td >
239+ <td >Framework principal to authenticate to Mesos</td >
240+ <td >
241+ Set the principal in which Spark framework will use to authenticate with Mesos.
242+ </td >
243+ </tr >
244+ <tr >
245+ <td ><code >spark.mesos.secret</code ></td >
246+ <td >Framework secret to authenticate to Mesos</td >
247+ <td >
248+ Set the secret in which Spark framework will use to authenticate with Mesos.
249+ </td >
250+ </tr >
251+ <tr >
252+ <td ><code >spark.mesos.role</code ></td >
253+ <td >Role for the Spark framework</td >
254+ <td >
255+ Set the role of this Spark framework for Mesos. Roles are used in Mesos for reservations
256+ and resource weigth sharing.
257+ </td >
258+ </tr >
237259</table >
238260
239261# Troubleshooting and Debugging
You can’t perform that action at this time.
0 commit comments