Skip to content

Commit a13dd7a

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into release-sqlseattle-ctp24
2 parents 5ecf4f7 + c20bcd1 commit a13dd7a

8 files changed

Lines changed: 19 additions & 8 deletions

docs/big-data-cluster/big-data-cluster-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ The compute plane provides computational resources to the cluster. It contains n
9595

9696
The data plane is used for data persistence and caching. It contains the SQL data pool, and storage pool. The SQL data pool consists of one or more pods running SQL Server on Linux. It is used to ingest data from SQL queries or Spark jobs. SQL Server big data cluster data marts are persisted in the data pool. The storage pool consists of storage pool pods comprised of SQL Server on Linux, Spark, and HDFS. All the storage nodes in a SQL Server big data cluster are members of an HDFS cluster.
9797

98+
> [!TIP]
99+
> For an in-depth look into big data cluster architecture and installation, see [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters).
100+
98101
## Next steps
99102

100103
SQL Server big data clusters is first available as a limited public preview through the SQL Server 2019

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A compute pool can act as a PolyBase scale-out group for distributed queries ove
2626

2727
## Next steps
2828

29-
To learn more about the SQL Server big data clusters, see the following overview:
29+
To learn more about the SQL Server big data clusters, see the following resources:
3030

3131
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
32+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Authentication to the controller service endpoint is based on username and passw
6262
6363
## Next steps
6464

65-
To learn more about the SQL Server big data clusters, see the following overview:
65+
To learn more about the SQL Server big data clusters, see the following resources:
6666

6767
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
68+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Data pools enable the creation of scale-out data marts, where external data from
2828

2929
## Next steps
3030

31-
To learn more about the SQL Server big data clusters, see the following overview:
31+
To learn more about the SQL Server big data clusters, see the following resources:
3232

3333
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
34+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ With SQL Server 2019 big data clusters, you can do more with your enterprise dat
6161

6262
## Next steps
6363

64-
To learn more about the SQL Server big data clusters, see the following overview:
64+
To learn more about the SQL Server big data clusters, see the following resources:
6565

6666
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
67+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Communication with non-SQL services within the big data cluster, such as Livy to
7676

7777
## Next steps
7878

79-
To learn more about the SQL Server big data clusters, see the following articles:
79+
To learn more about the SQL Server big data clusters, see the following resources:
8080

8181
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
82-
- [Quickstart: Deploy SQL Server big data cluster on Kubernetes](quickstart-big-data-cluster-deploy.md)
82+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Storage nodes are responsible for:
3232

3333
## Next steps
3434

35-
To learn more about the SQL Server big data clusters, see the following overview:
35+
To learn more about the SQL Server big data clusters, see the following resources:
3636

3737
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
38+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

docs/big-data-cluster/deployment-guidance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,7 @@ To monitor or troubleshoot a deployment, use **kubectl** to inspect the status o
342342
343343
## Next steps
344344

345-
Try out some of the new capabilities and learn [How to use notebooks in SQL Server 2019 preview](notebooks-guidance.md).
345+
To learn more about the SQL Server big data clusters, see the following resources:
346+
347+
- [What are SQL Server 2019 big data clusters?](big-data-cluster-overview.md)
348+
- [Workshop: Microsoft SQL Server big data clusters Architecture](https://github.com/Microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters)

0 commit comments

Comments
 (0)