Skip to content

Commit 29394b0

Browse files
committed
Remove 'preview' as requested.
1 parent b59e05a commit 29394b0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/machine-learning/apache-spark-azure-ml-concepts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ ms.custom: cliv2, sdkv2
1414
#Customer intent: As a full-stack machine learning pro, I want to use Apache Spark in Azure Machine Learning.
1515
---
1616

17-
# Apache Spark in Azure Machine Learning (preview)
17+
# Apache Spark in Azure Machine Learning
1818

19-
Azure Machine Learning integration with Azure Synapse Analytics (preview) provides easy access to distributed computation resources through the Apache Spark framework. This integration offers these Apache Spark computing experiences:
19+
Azure Machine Learning integration with Azure Synapse Analytics provides easy access to distributed computation resources through the Apache Spark framework. This integration offers these Apache Spark computing experiences:
2020

21-
- Serverless Spark compute (preview)
22-
- Attached Synapse Spark pool (preview)
21+
- Serverless Spark compute
22+
- Attached Synapse Spark pool
2323

2424
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
2525

26-
## Serverless Spark compute (preview)
26+
## Serverless Spark compute
2727

2828
With the Apache Spark framework, Azure Machine Learning serverless Spark compute is the easiest way to accomplish distributed computing tasks in the Azure Machine Learning environment. Azure Machine Learning offers a fully managed, serverless, on-demand Apache Spark compute cluster. Its users can avoid the need to create an Azure Synapse workspace and a Synapse Spark pool.
2929

@@ -118,8 +118,8 @@ To access data and other resources, a Spark job can use either a user identity p
118118
119119
## Next steps
120120

121-
- [Attach and manage a Synapse Spark pool in Azure Machine Learning (preview)](./how-to-manage-synapse-spark-pool.md)
122-
- [Interactive data wrangling with Apache Spark in Azure Machine Learning (preview)](./interactive-data-wrangling-with-apache-spark-azure-ml.md)
123-
- [Submit Spark jobs in Azure Machine Learning (preview)](./how-to-submit-spark-jobs.md)
121+
- [Attach and manage a Synapse Spark pool in Azure Machine Learning](./how-to-manage-synapse-spark-pool.md)
122+
- [Interactive data wrangling with Apache Spark in Azure Machine Learning](./interactive-data-wrangling-with-apache-spark-azure-ml.md)
123+
- [Submit Spark jobs in Azure Machine Learning](./how-to-submit-spark-jobs.md)
124124
- [Code samples for Spark jobs using the Azure Machine Learning CLI](https://github.com/Azure/azureml-examples/tree/main/cli/jobs/spark)
125125
- [Code samples for Spark jobs using the Azure Machine Learning Python SDK](https://github.com/Azure/azureml-examples/tree/main/sdk/python/jobs/spark)

articles/machine-learning/how-to-manage-synapse-spark-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ This sample shows the expected output of the above command:
263263

264264
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
265265

266-
Azure Machine Learning Python SDK (preview) provides convenient functions for attaching and managing Synapse Spark pool, using Python code in Azure Machine Learning Notebooks.
266+
Azure Machine Learning Python SDK provides convenient functions for attaching and managing Synapse Spark pool, using Python code in Azure Machine Learning Notebooks.
267267

268268
To attach a Synapse Compute using Python SDK, first create an instance of [azure.ai.ml.MLClient class](/python/api/azure-ai-ml/azure.ai.ml.mlclient). This provides convenient functions for interaction with Azure Machine Learning services. The following code sample uses `azure.identity.DefaultAzureCredential` for connecting to a workspace in resource group of a specified Azure subscription. In the following code sample, define the `SynapseSparkCompute` with the parameters:
269269
- `name` - user-defined name of the new attached Synapse Spark pool.

0 commit comments

Comments
 (0)