Skip to content

Commit 41d115b

Browse files
committed
park rename
1 parent 8ad5055 commit 41d115b

7 files changed

+11
-11
lines changed

articles/synapse-analytics/sql/best-practices-sql-on-demand.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ For more information, check [filename](develop-storage-files-overview.md#filenam
114114
> Always cast result of filepath and fileinfo functions to appropriate data types. If you use character data types, make sure appropriate length is used.
115115
116116
> [!NOTE]
117-
> Functions used for partition elimination, filepath and fileinfo, are not currently supported for external tables other than those created automatically for each table created in Synapse Spark.
117+
> Functions used for partition elimination, filepath and fileinfo, are not currently supported for external tables other than those created automatically for each external table created in Apache Spark for Azure Synapse.
118118
119-
If your stored data isn't partitioned, consider partitioning it so you can use these functions to optimize queries targeting those files. When [querying partitioned Spark tables](develop-storage-files-spark-tables.md) from SQL on-demand, the query will automatically target only the files needed.
119+
If your stored data isn't partitioned, consider partitioning it so you can use these functions to optimize queries targeting those files. When [querying partitioned Apache Spark for Azure Synapse tables](develop-storage-files-spark-tables.md) from SQL on-demand, the query will automatically target only the files needed.
120120

121121
## Use PARSER_VERSION 2.0 for querying CSV files
122122

articles/synapse-analytics/sql/develop-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Consequently, you will achieve better performance. For more information, check [
149149

150150
If your data in storage is not partitioned, consider partitioning it so you can use these functions to optimize queries targeting those files.
151151

152-
When [querying partitioned Spark tables](develop-storage-files-spark-tables.md) from SQL on-demand, the query will automatically target only files needed.
152+
When [querying partitioned Apache Spark for Azure Synapse external tables](develop-storage-files-spark-tables.md) from SQL on-demand, the query will automatically target only files needed.
153153

154154
### Use CETAS to enhance query performance and joins
155155

articles/synapse-analytics/sql/develop-storage-files-spark-tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Query Spark tables using SQL on-demand (preview)
2+
title: Synchronize Apache Spark for Azure Synapse external table definitions in SQL on-demand (preview)
33
description: Overview of how to query Spark tables using SQL on-demand (preview)
44
services: synapse-analytics
55
author: julieMSFT
@@ -11,9 +11,9 @@ ms.author: jrasnick
1111
ms.reviewer: jrasnick
1212
---
1313

14-
# Query Spark tables with Azure Synapse Analytics using SQL on-demand (preview)
14+
# Synchronize Apache Spark for Azure Synapse external table definitions in SQL on-demand (preview)
1515

16-
The SQL on-demand (preview) can automatically synchronize metadata from Spark pools within Synapse workspace (preview). A SQL on-demand database will be created for each database existing in Spark pools (preview).
16+
The SQL on-demand (preview) can automatically synchronize metadata from Apache Spark for Azure Synapse pools. A SQL on-demand database will be created for each database existing in Spark pools (preview).
1717

1818
For each Spark external table based on Parquet and located in Azure Storage, an external table is created in the SQL on-demand database. As such, you can shut down your Spark pools and still query Spark external tables from SQL on-demand.
1919

articles/synapse-analytics/sql/develop-tables-cetas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ The following data types cannot be used in SELECT part of CETAS:
168168

169169
## Next steps
170170

171-
You can try querying [Spark tables](develop-storage-files-spark-tables.md).
171+
You can try querying [Apache Spark for Azure Synapse external tables](develop-storage-files-spark-tables.md).

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,4 @@ The external table is now created, for future exploration of the content of this
376376
377377
## Next steps
378378

379-
Check the [CETAS](develop-tables-cetas.md) article for how to save the query results to an external table in Azure Storage. Or you can start querying [Spark tables](develop-storage-files-spark-tables.md).
379+
Check the [CETAS](develop-tables-cetas.md) article for how to save the query results to an external table in Azure Storage. Or you can start querying [Apache Spark for Azure Synapse external tables](develop-storage-files-spark-tables.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SQL on-demand is a distributed data processing system, built for large scale of
2222

2323
SQL on-demand is serverless, hence there is no infrastructure to setup or clusters to maintain. A default endpoint for this service is provided within every Azure Synapse workspace, so you can start querying data as soon as the workspace is created. There is no charge for resources reserved, you are only being charged for the data scanned by queries you run, hence this model is a true pay-per-use model.
2424

25-
If you use Spark in your data pipeline, for data preparation, cleansing or enrichment, you can [query any Spark tables](develop-storage-files-spark-tables.md) you've created in the process, directly from SQL on-demand. Use [Private Link](../security/how-to-connect-to-workspace-with-private-links.md) to bring your SQL on-demand endpoint into your [managed workspace VNet](../security/synapse-workspace-managed-vnet.md).
25+
If you use Apache Spark for Azure Synapse in your data pipeline, for data preparation, cleansing or enrichment, you can [query external Spark tables](develop-storage-files-spark-tables.md) you've created in the process, directly from SQL on-demand. Use [Private Link](../security/how-to-connect-to-workspace-with-private-links.md) to bring your SQL on-demand endpoint into your [managed workspace VNet](../security/synapse-workspace-managed-vnet.md).
2626

2727
## Who is SQL on-demand for
2828

@@ -36,7 +36,7 @@ Different professional roles can benefit from SQL on-demand:
3636

3737
- Data Engineers can explore the lake, transform and prepare data using this service, and simplify their data transformation pipelines. For more information, check this [tutorial](tutorial-data-analyst.md).
3838
- Data Scientists can quickly reason about the contents and structure of the data in the lake, thanks to features such as OPENROWSET and automatic schema inference.
39-
- Data Analysts can [explore data and Spark tables](develop-storage-files-spark-tables.md) created by Data Scientists or Data Engineers using familiar T-SQL language or their favorite tools, which can connect to SQL on-demand.
39+
- Data Analysts can [explore data and Spark external tables](develop-storage-files-spark-tables.md) created by Data Scientists or Data Engineers using familiar T-SQL language or their favorite tools, which can connect to SQL on-demand.
4040
- BI Professionals can quickly [create Power BI reports on top of data in the lake](tutorial-connect-power-bi-desktop.md) and Spark tables.
4141

4242
## What do I need to do to start using it?

articles/synapse-analytics/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
href: sql/develop-storage-files-overview.md
317317
- name: Storage Access Control
318318
href: sql/develop-storage-files-storage-access-control.md
319-
- name: Spark tables
319+
- name: Apache Spark for Azure Synapse external tables
320320
href: sql/develop-storage-files-spark-tables.md
321321
- name: Workload management
322322
items:

0 commit comments

Comments
 (0)