Skip to content

Commit c5bee33

Browse files
committed
Reduce lines in too-way-long doc
1 parent 7986b0d commit c5bee33

File tree

1 file changed

+1
-11
lines changed
  • resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos

1 file changed

+1
-11
lines changed

resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -334,17 +334,7 @@ package object config {
334334
ConfigBuilder("spark.mesos.constraints")
335335
.doc("Attribute-based constraints on mesos resource offers. By default, all resource " +
336336
"offers will be accepted. This setting applies only to executors. Refer to Mesos " +
337-
"Attributes & Resources doc for more information on attributes. " +
338-
"* Scalar constraints are matched with \"less than equal\" semantics i.e. value in the " +
339-
"constraint must be less than or equal to the value in the resource offer. " +
340-
"* Range constraints are matched with \"contains\" semantics i.e. value in the " +
341-
"constraint must be within the resource offer's value. " +
342-
"* Set constraints are matched with \"subset of\" semantics i.e. value in the constraint " +
343-
"must be a subset of the resource offer's value. " +
344-
"* Text constraints are matched with \"equality\" semantics i.e. value in the constraint " +
345-
"must be exactly equal to the resource offer's value. " +
346-
"* In case there is no value present as a part of the constraint any offer with the " +
347-
"corresponding attribute will be accepted (without value check).")
337+
"Attributes & Resources doc for more information on attributes.")
348338
.stringConf
349339
.createWithDefault("")
350340

0 commit comments

Comments
 (0)