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

Commit 461f06d

Browse files
authored
Merge pull request #9112 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 6f21f40 + d4f1480 commit 461f06d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/advanced-analytics/tutorials/sql-server-python-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article describes the Python tutorials for in-database analytics on [SQL Se
2626

2727
| Link | Description |
2828
|------|-------------|
29-
| [Quickstart: "Hello world" Python script in SQL Server](quickstart-r-run-using-tsql.md) | Learn the basics of how to call Python in T-SQL. |
29+
| [Quickstart: "Hello world" Python script in SQL Server](quickstart-python-run-using-t-sql.md) | Learn the basics of how to call Python in T-SQL. |
3030
| [Quickstart: Create, train, and use a Python model with stored procedures in SQL Server](quickstart-python-train-score-in-tsql.md) | Explains the mechanics of embedding Python code in a stored procedure, providing inputs, and stored procedure execution. |
3131
| [Tutorial: Create a model using revoscalepy](use-python-revoscalepy-to-create-model.md) | Demonstrates how to run code from a remote Python terminal, using SQL Server compute context. You should be somewhat familiar with Python tools and environments. Sample code is provided that creates a model using **rxLinMod**, from the new **revoscalepy** library. |
3232
| [Tutorial: Learn in-Database Python analytics for SQL developers](sqldev-in-database-python-for-sql-developers.md) | This end-to-end walkthrough demonstrates the process of building a complete Python solution using T-SQL stored procedures. All Python code is included.|

docs/big-data-cluster/data-ingestion-curl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kubectl get service service-security-lb -n <cluster name> -o json | jq -r .statu
3030

3131
Now, you can construct the URL to access the WebHDFS as follows:
3232

33-
`https://<service-security-lb service external IP address>:30433/gateway/default/webhdfs/v1/`
33+
`https://<service-security-lb service external IP address>:30443/gateway/default/webhdfs/v1/`
3434

3535
For example:
3636

@@ -62,4 +62,4 @@ curl -i -L -k -u root:root-password -X PUT 'https://<service-security-lb IP exte
6262

6363
## Next steps
6464

65-
For more information about SQL Server big data cluster, see [What is SQL Server big data cluster?](big-data-cluster-overview.md).
65+
For more information about SQL Server big data cluster, see [What is SQL Server big data cluster?](big-data-cluster-overview.md).

0 commit comments

Comments
 (0)