Skip to content

Commit b41d3c7

Browse files
Merge pull request #244680 from kevinjaku/patch-1
Update get-started-analyze-spark.md
2 parents f2aa15e + a5469af commit b41d3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started-analyze-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A serverless Spark pool is a way of indicating how a user wants to work with Spa
4444

4545
1. Modify the load URI, so it references the sample file in your storage account according to the [abfss URI scheme](../storage/blobs/data-lake-storage-introduction-abfs-uri.md).
4646
1. In the notebook, in the **Attach to** menu, choose the **Spark1** serverless Spark pool that we created earlier.
47-
1. Select **Run** on the cell. Synapse will start a new Spark session to run this cell if needed. If a new Spark session is needed, initially it will take about two seconds to be created.
47+
1. Select **Run** on the cell. Synapse will start a new Spark session to run this cell if needed. If a new Spark session is needed, initially it will take about 2 to 5 minutes to be created. Once a session is created, the execution of the cell will take about 2 seconds.
4848
1. If you just want to see the schema of the dataframe run a cell with the following code:
4949

5050
```py

0 commit comments

Comments
 (0)