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

Commit 45fccb4

Browse files
committed
Add some navigation help
1 parent 2ec7f52 commit 45fccb4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ RECONFIGURE WITH OVERRIDE
3131
GO
3232
```
3333

34+
You are now ready to run Python and R scripts on the master instance of Big Data Clusters. See the quickstarts under [Next steps](#next-steps) to run your first script.
35+
36+
>[!NOTE]
37+
>The configuration setting cannot be set on an availability group listener connection. If Big Data Clusters is deployed with high availability, the set `external scripts enabled` on each replica. See [Enable on cluster with high availability](#enable-on-cluster-with-high-availability).
38+
3439
## Enable on cluster with high availability
3540

3641
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
@@ -111,7 +116,7 @@ The following image demonstrates this process.
111116

112117
:::image type="content" source="media/machine-learning-services/example-kube-enable-scripts.png" alt-text="demonstrate-configure-external-script-availability-group":::
113118

114-
You are now ready to run Python and R scripts on the master instance of Big Data Clusters. See the quickstarts below to run your first script.
119+
You are now ready to run Python and R scripts on the master instance of Big Data Clusters. See the quickstarts under [Next steps](#next-steps) to run your first script.
115120

116121
### Delete the master replica endpoints
117122

@@ -121,7 +126,7 @@ The following command deletes load-balancing service.
121126

122127
`kubectl delete svc <load-balancer-name> -n mssql-cluster`
123128

124-
For the examples in this article, run the following command.
129+
For the examples in this article, run the following commands.
125130

126131
```bash
127132
kubectl delete svc mymaster-0 -n mssql-cluster

0 commit comments

Comments
 (0)