From 957fd518388828b31126417415b04f859b95c586 Mon Sep 17 00:00:00 2001 From: Kevin J Kurian <31308710+kevinjaku@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:50:51 -0800 Subject: [PATCH] Update SparkFrontend_SparkBatch_Create.json (#27077) --- .../2020-12-01/examples/SparkFrontend_SparkBatch_Create.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/examples/SparkFrontend_SparkBatch_Create.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/examples/SparkFrontend_SparkBatch_Create.json index 55db4134cc83..bb1f829418e3 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/examples/SparkFrontend_SparkBatch_Create.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/examples/SparkFrontend_SparkBatch_Create.json @@ -18,7 +18,7 @@ "driverMemory": "4g", "driverCores": 4, "executorMemory": "2g", - "executorCores": 2, + "executorCores": 4, "numExecutors": 2 } },