Skip to content

Commit

Permalink
Adding notebook: compute-consumption-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasny committed Aug 21, 2024
1 parent fadb32d commit 0c8dff7
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions notebook/compute-consumption-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"name": "compute-consumption-plan",
"properties": {
"folder": {
"name": "NotebookInProduction/Cost Prediction"
},
"nbformat": 4,
"nbformat_minor": 2,
"bigDataPool": {
"referenceName": "sprkpool33large",
"type": "BigDataPoolReference"
},
"sessionProperties": {
"driverMemory": "112g",
"driverCores": 16,
"executorMemory": "112g",
"executorCores": 16,
"numExecutors": 1,
"conf": {
"spark.dynamicAllocation.enabled": "true",
"spark.dynamicAllocation.minExecutors": "1",
"spark.dynamicAllocation.maxExecutors": "5",
"spark.autotune.trackingId": "e5959207-1029-4900-b8c4-ad732d5f4cf6"
}
},
"metadata": {
"saveOutput": true,
"enableDebugMode": false,
"kernelspec": {
"name": "synapse_pyspark",
"display_name": "python"
},
"language_info": {
"name": "python"
},
"a365ComputeOptions": {
"id": "/subscriptions/13d66f54-0a19-4912-b4f3-54d15897368d/resourceGroups/Synapse/providers/Microsoft.Synapse/workspaces/s037-cost-management/bigDataPools/sprkpool33large",
"name": "sprkpool33large",
"type": "Spark",
"endpoint": "https://s037-cost-management.dev.azuresynapse.net/livyApi/versions/2019-11-01-preview/sparkPools/sprkpool33large",
"auth": {
"type": "AAD",
"authResource": "https://dev.azuresynapse.net"
},
"sparkVersion": "3.3",
"nodeCount": 3,
"cores": 16,
"memory": 112,
"automaticScaleJobs": true
},
"sessionKeepAliveTimeout": 30
},
"cells": [
{
"cell_type": "code",
"metadata": {
"tags": [
"parameters"
]
},
"source": [
"storageAccount = 's037costmgmt'"
],
"execution_count": null
}
]
}
}

0 comments on commit 0c8dff7

Please sign in to comment.