Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reduce lines in too-way-long doc
  • Loading branch information
HeartSaVioR committed Feb 10, 2019
commit c5bee33443bf14b868800a3c30677b89f8251b7f
Original file line number Diff line number Diff line change
Expand Up @@ -334,17 +334,7 @@ package object config {
ConfigBuilder("spark.mesos.constraints")
.doc("Attribute-based constraints on mesos resource offers. By default, all resource " +
"offers will be accepted. This setting applies only to executors. Refer to Mesos " +
"Attributes & Resources doc for more information on attributes. " +
"* Scalar constraints are matched with \"less than equal\" semantics i.e. value in the " +
"constraint must be less than or equal to the value in the resource offer. " +
"* Range constraints are matched with \"contains\" semantics i.e. value in the " +
"constraint must be within the resource offer's value. " +
"* Set constraints are matched with \"subset of\" semantics i.e. value in the constraint " +
"must be a subset of the resource offer's value. " +
"* Text constraints are matched with \"equality\" semantics i.e. value in the constraint " +
"must be exactly equal to the resource offer's value. " +
"* In case there is no value present as a part of the constraint any offer with the " +
"corresponding attribute will be accepted (without value check).")
"Attributes & Resources doc for more information on attributes.")
.stringConf
.createWithDefault("")

Expand Down