Skip to content

Commit

Permalink
Spark Compute Isolation enabled (#10726)
Browse files Browse the repository at this point in the history
* Spark Compute Isolation enabled 

Using this flag the user can enabled the Spark compute in isolation

* Fix code style issue

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
  • Loading branch information
navneet35 and Dongwei Wang authored Sep 11, 2020
1 parent 8d2a964 commit d0440db
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
"$ref": "#/definitions/AutoPauseProperties",
"description": "Auto-pausing properties"
},
"isComputeIsolationEnabled": {
"type": "boolean",
"description": "Whether compute isolation is required or not."
},
"sparkEventsFolder": {
"type": "string",
"description": "The Spark events folder"
Expand All @@ -432,7 +436,9 @@
"None",
"Small",
"Medium",
"Large"
"Large",
"XLarge",
"XXLarge"
],
"type": "string",
"description": "The level of compute power that each node in the Big Data pool has.",
Expand Down

0 comments on commit d0440db

Please sign in to comment.