Skip to content

Commit d60d21a

Browse files
Merge pull request #220705 from SnehaGunda/freshnessReview
Adding synapse video references
2 parents 37f87a0 + a1ed3eb commit d60d21a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/synapse-analytics/spark/apache-spark-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: juluczni
77
ms.service: synapse-analytics
88
ms.topic: overview
99
ms.subservice: spark
10-
ms.date: 05/23/2022
10+
ms.date: 12/06/2022
1111
ms.reviewer: euang
1212
ms.custom: kr2b-contr-experiment
1313
---
@@ -20,7 +20,7 @@ Apache Spark is a parallel processing framework that supports in-memory processi
2020

2121
## What is Apache Spark
2222

23-
Apache Spark provides primitives for in-memory cluster computing. A Spark job can load and cache data into memory and query it repeatedly. In-memory computing is much faster than disk-based applications. Spark also integrates with multiple programming languages to let you manipulate distributed data sets like local collections. There's no need to structure everything as map and reduce operations.
23+
Apache Spark provides primitives for in-memory cluster computing. A Spark job can load and cache data into memory and query it repeatedly. In-memory computing is much faster than disk-based applications. Spark also integrates with multiple programming languages to let you manipulate distributed data sets like local collections. There's no need to structure everything as map and reduce operations. You can learn more from the [Apache Spark for Synapse video](https://www.youtube.com/watch?v=bTdu3PjXN3o).
2424

2525
![Diagram shows Traditional MapReduce, with disk-based apps and Spark, with cache-based operations.](./media/apache-spark-overview/map-reduce-vs-spark.png)
2626

articles/synapse-analytics/spark/apache-spark-what-is-delta-lake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ms.author: jovanpop
77
ms.service: synapse-analytics
88
ms.topic: conceptual
99
ms.subservice: spark
10-
ms.date: 02/15/2022
10+
ms.date: 12/06/2022
1111
ms.reviewer: euang
1212
---
1313

1414
# What is Delta Lake
1515

1616
Delta Lake is an open-source storage layer that brings ACID (atomicity, consistency, isolation, and durability) transactions to Apache Spark and big data workloads.
1717

18-
The current version of Delta Lake included with Azure Synapse has language support for Scala, PySpark, and .NET and is compatible with Linux Foundation Delta Lake. There are links at the bottom of the page to more detailed examples and documentation.
18+
The current version of Delta Lake included with Azure Synapse has language support for Scala, PySpark, and .NET and is compatible with Linux Foundation Delta Lake. There are links at the bottom of the page to more detailed examples and documentation. You can learn more from the [Introduction to Delta Tables video](https://www.youtube.com/watch?v=B_wyRXlLKok).
1919

2020
## Key features
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: synapse-analytics
77
ms.topic: overview
88
ms.subservice: sql
99
ms.custom: ignite-2022
10-
ms.date: 10/11/2022
10+
ms.date: 12/06/2022
1111
ms.author: fipopovi
1212
ms.reviewer: sngun
1313
---
@@ -18,7 +18,7 @@ Every Azure Synapse Analytics workspace comes with serverless SQL pool endpoints
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:
1919

2020
- 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.
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. You can learn more from the [Introduction into Synapse Serverless SQL Pools video](https://www.youtube.com/watch?v=rDl58M5PyVw).
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

articles/synapse-analytics/sql/query-delta-lake-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: synapse analytics
55
ms.service: synapse-analytics
66
ms.topic: how-to
77
ms.subservice: sql
8-
ms.date: 07/15/2021
8+
ms.date: 12/06/2022
99
author: jovanpop-msft
1010
ms.author: jovanpop
1111
ms.reviewer: sngun, wiassaf
@@ -21,7 +21,7 @@ The serverless SQL pool in Synapse workspace enables you to read the data stored
2121
A serverless SQL pool can read Delta Lake files that are created using Apache Spark, Azure Databricks, or any other producer of the Delta Lake format.
2222

2323
Apache Spark pools in Azure Synapse enable data engineers to modify Delta Lake files using Scala, PySpark, and .NET. Serverless SQL pools help data analysts to create reports
24-
on Delta Lake files created by data engineers.
24+
on Delta Lake files created by data engineers. You can learn more from the [how to query delta lake tables video](https://www.youtube.com/watch?v=LSIVX0XxVfc).
2525

2626
## Quickstart example
2727

0 commit comments

Comments
 (0)