Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2ec7f52

Browse files
committed
Fix typo
1 parent f0aaf53 commit 2ec7f52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/big-data-cluster/machine-learning-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GO
3333

3434
## Enable on cluster with high availability
3535

36-
When you [Deploy SQL Server Big Data Cluster with high availability](deployment-high-availability.md), the deployment creates an availability group for the master instance. To enable Machine Learning Services, set `external scripts enabled` on each instance of the availability group. For a Big Data Cluster, this means that you need to run `sp_configure` on each replica of the SQL Server master instance
36+
When you [Deploy SQL Server Big Data Cluster with high availability](deployment-high-availability.md), the deployment creates an availability group for the master instance. To enable Machine Learning Services, set `external scripts enabled` on each instance of the availability group. For a Big Data Cluster, you need to run `sp_configure` on each replica of the SQL Server master instance
3737

3838
The following section describes how to enable external scripts on each instance.
3939

@@ -43,7 +43,7 @@ For each replica on the availability group, create a load balancer to allow you
4343

4444
`kubectl expose pod <pod-name> --port=<connection port number> --name=<load-balancer-name> --type=LoadBalancer -n <kubernetes namespace>`
4545

46-
The examples in this article uses the following values:
46+
The examples in this article use the following values:
4747

4848
- `<pod-name>`: `master-#`
4949
- `<connection port number>`: `1533`

0 commit comments

Comments
 (0)