Skip to content

Commit a84fe56

Browse files
committed
Add full version big data cluster
1 parent 21adb22 commit a84fe56

29 files changed

Lines changed: 43 additions & 43 deletions

docs/big-data-cluster/big-data-cluster-consume-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article describes how to consume an app deployed on a SQL Server 2019 big d
2525

2626
## Capabilities
2727

28-
After you have deployed an application to your SQL Server 2019 big data cluster (preview), you can access and consume that application using a RESTful web service. This enables integration of that app from other applications or services (for example, a mobile app or website). The following table describes the application deployment commands that you can use with **azdata** to get information about the RESTful web service for your app.
28+
After you have deployed an application to your [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)], you can access and consume that application using a RESTful web service. This enables integration of that app from other applications or services (for example, a mobile app or website). The following table describes the application deployment commands that you can use with **azdata** to get information about the RESTful web service for your app.
2929

3030
|Command |Description |
3131
|:---|:---|

docs/big-data-cluster/cluster-troubleshooting-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor and troubleshoot
33
titleSuffix: SQL Server big data clusters
4-
description: This article provides useful commands for monitoring and troubleshooting a SQL Server 2019 big data cluster (preview).
4+
description: This article provides useful commands for monitoring and troubleshooting a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: mihaelablendea
66
ms.author: mihaelab
77
ms.reviewer: mikeray
@@ -15,7 +15,7 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article describes several useful Kubernetes commands that you can use to monitor and troubleshoot a SQL Server 2019 big data cluster (preview). It shows how to view in-depth details of a pod or other Kubernetes artifacts that are located in the big data cluster. This article also covers common tasks, such as copying files to or from a container running one of the SQL Server big data cluster services.
18+
This article describes several useful Kubernetes commands that you can use to monitor and troubleshoot a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]. It shows how to view in-depth details of a pod or other Kubernetes artifacts that are located in the big data cluster. This article also covers common tasks, such as copying files to or from a container running one of the SQL Server big data cluster services.
1919

2020
> [!TIP]
2121
> Run the following **kubectl** commands on either a Windows (cmd or PS) or Linux (bash) client machine. They require previous authentication in the cluster and a cluster context to run against. For example, for a previously created AKS cluster you can run `az aks get-credentials --name <aks_cluster_name> --resource-group <azure_resource_group_name>` to download the Kubernetes cluster configuration file and set the cluster context.

docs/big-data-cluster/concept-application-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is Application Deployment?
33
titleSuffix: SQL Server 2019 big data clusters
4-
description: This article describes application deployment on a SQL Server 2019 big data cluster (preview).
4+
description: This article describes application deployment on a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: jeroenterheerdt
66
ms.author: jterh
77
ms.reviewer: mikeray

docs/big-data-cluster/concept-compute-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What are compute pools?
33
titleSuffix: SQL Server big data clusters
4-
description: This article describes the compute pool in a SQL Server 2019 big data cluster (preview).
4+
description: This article describes the compute pool in a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab

docs/big-data-cluster/concept-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is the controller?
33
titleSuffix: SQL Server big data clusters
4-
description: This article describes the controller of a SQL Server 2019 big data cluster (preview).
4+
description: This article describes the controller of a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: mihaelablendea
66
ms.author: mihaelab
77
ms.reviewer: mikeray

docs/big-data-cluster/concept-data-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article describes the role of *SQL Server data pools* in a SQL Server 2019 big data cluster (preview). The following sections describe the architecture and functionality of a SQL data pool.
18+
This article describes the role of *SQL Server data pools* in a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]. The following sections describe the architecture and functionality of a SQL data pool.
1919

2020
## Data pool architecture
2121

docs/big-data-cluster/concept-master-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is the master instance?
33
titleSuffix: SQL Server big data clusters
4-
description: This article describes the SQL Server master instance in a SQL Server 2019 big data cluster (preview).
4+
description: This article describes the SQL Server master instance in a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab

docs/big-data-cluster/concept-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Security concepts
33
titleSuffix: SQL Server big data clusters
4-
description: This article describes security concepts for SQL Server 2019 big data cluster (preview). This includes describing the cluster endpoints and cluster authentication.
4+
description: This article describes security concepts for [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]. This includes describing the cluster endpoints and cluster authentication.
55
author: nelgson
66
ms.author: negust
77
ms.reviewer: mikeray

docs/big-data-cluster/concept-storage-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article describes the role of the *SQL Server storage pool* in a SQL Server 2019 big data cluster (preview). The following sections describe the architecture and functionality of a SQL storage pool.
18+
This article describes the role of the *SQL Server storage pool* in a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]. The following sections describe the architecture and functionality of a SQL storage pool.
1919

2020
## Storage pool architecture
2121

docs/big-data-cluster/connect-to-big-data-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to master and HDFS
33
Big data clusters
4-
description: Learn how to connect to the SQL Server master instance and the HDFS/Spark gateway for a SQL Server 2019 big data cluster (preview).
4+
description: Learn how to connect to the SQL Server master instance and the HDFS/Spark gateway for a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab
@@ -15,7 +15,7 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article describes how to connect to a SQL Server 2019 big data cluster (preview) from Azure Data Studio.
18+
This article describes how to connect to a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)] from Azure Data Studio.
1919

2020
## Prerequisites
2121

0 commit comments

Comments
 (0)