File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments