Skip to content

Commit 37bc2c2

Browse files
Merge pull request #214088 from SnehaGunda/SynapseBugs
Fixing grammar issues, Adding link to the query & tooling sections
2 parents 9c40237 + 5bf8c04 commit 37bc2c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: sngun
77
ms.service: synapse-analytics
88
ms.subservice: spark
99
ms.topic: tutorial
10-
ms.date: 03/24/2021
10+
ms.date: 10/10/2022
1111
---
1212

1313
# Analyze with Apache Spark
@@ -25,7 +25,7 @@ In this tutorial, you'll learn the basic steps to load and analyze data with Apa
2525

2626
## Understanding serverless Apache Spark pools
2727

28-
A serverless Spark pool is a way of indicating how a user wants to work with Spark. When you start using a pool, a Spark session is created if needed. The pool controls how many Spark resources will be used by that session and how long the session will last before it automatically pauses. You pay for spark resources used during that session not for the pool itself. In this way a Spark pool lets you work with Spark, without having to worry managing clusters. This is similar to how a serverless SQL pool works.
28+
A serverless Spark pool is a way of indicating how a user wants to work with Spark. When you start using a pool, a Spark session is created if needed. The pool controls how many Spark resources will be used by that session and how long the session will last before it automatically pauses. You pay for spark resources used during that session and not for the pool itself. This way a Spark pool lets you use Apache Spark without managing clusters. This is similar to how a serverless SQL pool works.
2929

3030
## Analyze NYC Taxi data with a Spark pool
3131

@@ -74,7 +74,7 @@ Data is available via the dataframe named **df**. Load it into a Spark database
7474
```
7575

7676
1. Run the cell to show the NYC Taxi data we loaded into the **nyctaxi** Spark database.
77-
1. Create a new code cell and enter the following code. We will analyze this data and save the results into a table called **nyctaxi.passengercountstats**.
77+
1. Create a new code cell and enter the following code. We'll analyze this data and save the results into a table called **nyctaxi.passengercountstats**.
7878

7979
```py
8080
%%pyspark

articles/synapse-analytics/sql/on-demand-workspace-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ ms.service: synapse-analytics
77
ms.topic: overview
88
ms.subservice: sql
99
ms.custom: ignite-2022
10-
ms.date: 01/19/2022
10+
ms.date: 10/11/2022
1111
ms.author: fipopovi
1212
ms.reviewer: sngun
1313
---
14-
# Serverless SQL pool in Azure Synapse Analytics
14+
# Serverless SQL pool in Azure Synapse Analytics
1515

1616
Every Azure Synapse Analytics workspace comes with serverless SQL pool endpoints that you can use to query data in the [Azure Data Lake](query-data-storage.md) ([Parquet](query-data-storage.md#query-parquet-files), [Delta Lake](query-delta-lake-format.md), [delimited text](query-data-storage.md#query-csv-files) formats), [Azure Cosmos DB](query-cosmos-db-analytical-store.md?toc=%2Fazure%2Fsynapse-analytics%2Ftoc.json&bc=%2Fazure%2Fsynapse-analytics%2Fbreadcrumb%2Ftoc.json&tabs=openrowset-key), or Dataverse.
1717

1818
Serverless SQL pool is a query service over the data in your data lake. It enables you to access your data through the following functionalities:
19-
20-
- A familiar [T-SQL syntax](overview-features.md) to query data in place without the need to copy or load data into a specialized store.
21-
- Integrated connectivity via the T-SQL interface that offers a wide range of business intelligence and ad-hoc querying tools, including the most popular drivers.
19+
20+
- A familiar [T-SQL syntax](overview-features.md) to query data in place without the need to copy or load data into a specialized store. To learn more, see the [T-SQL support](#t-sql-support) section.
21+
- Integrated connectivity via the T-SQL interface that offers a wide range of business intelligence and ad-hoc querying tools, including the most popular drivers. To learn more, see the [Client tools](#client-tools) section.
2222

2323
Serverless SQL pool is a distributed data processing system, built for large-scale data and computational functions. Serverless SQL pool enables you to analyze your Big Data in seconds to minutes, depending on the workload. Thanks to built-in query execution fault-tolerance, the system provides high reliability and success rates even for long-running queries involving large data sets.
2424

0 commit comments

Comments
 (0)