Skip to content

Commit 2c64071

Browse files
garyericsonGitHubber17v-aljePRMerger8
authored
SQLML: Merge release-mlserver-endofsupport to master (#19677)
* SQLML: Removing ML/R Server references (1) * Fixing link * Remaining files * Fixed link * fix spelling * MLServer: Fixed support end date in include file Co-authored-by: Beth Harvey <v-bharve@microsoft.com> Co-authored-by: Alma Jenks (BEYONDSOFT CONSULTING INC) <v-alje@microsoft.com> Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
1 parent 4b91ec9 commit 2c64071

29 files changed

Lines changed: 55 additions & 43 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: garyericson
3+
ms.author: garye
4+
ms.prod: mlserver
5+
ms.topic: include
6+
ms.date: 06/30/2021
7+
---
8+
9+
> [!IMPORTANT]
10+
> The support for Machine Learning Server (previously known as R Server) will end on July 1, 2022. For more information, see [What's happening to Machine Learning Server?](/machine-learning-server/what-is-happening-to-machine-learning-server.md)

docs/linux/sql-server-linux-setup-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The following commands register the repository providing MRO. Post-registration,
217217
sudo su
218218

219219
# Set the location of the package repo at the "prod" directory containing the distribution
220-
# This example is for SLES12, the only supported version of SLES in Machine Learning Server
220+
# This example is for SLES12
221221
zypper ar -f https://packages.microsoft.com/sles/12/prod packages-microsoft-com
222222

223223
# Update packages on your system (optional)

docs/machine-learning/concepts/extensibility-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In Linux, only one database engine instance is supported and there is one launch
7878

7979
**BxlServer** is an executable provided by Microsoft that manages communication between SQL Server and the language runtime. It creates the Windows job objects for Windows, or the namespaces for Linux, that are used to contain external script sessions. It also provisions secure working folders for each external script job and uses SQL Satellite to manage data transfer between the external runtime and SQL Server. If you run [Process Explorer](/sysinternals/downloads/process-explorer) while a job is running, you might see one or multiple instances of BxlServer.
8080

81-
In effect, BxlServer is a companion to a language runtime environment that works with SQL Server to transfer data and manage tasks. BXL stands for Binary Exchange language and refers to the data format used to move data efficiently between SQL Server and external processes. BxlServer is also an important part of related products such as Microsoft R Client and Microsoft R Server.
81+
In effect, BxlServer is a companion to a language runtime environment that works with SQL Server to transfer data and manage tasks. BXL stands for Binary Exchange language and refers to the data format used to move data efficiently between SQL Server and external processes.
8282

8383
**SQL Satellite** is an extensibility API, included in the database engine, that supports external code or external runtimes implemented using C or C++.
8484

docs/machine-learning/install/sql-machine-learning-standalone-windows-install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ monikerRange: ">=sql-server-2016"
1313
# Install Machine Learning Server (Standalone) or R Server (Standalone) using SQL Server Setup
1414
[!INCLUDE [SQL Server 2016 and later](../../includes/applies-to-version/sqlserver2016.md)]
1515

16+
[!INCLUDE [ML Server retirement banner](~/includes/machine-learning-server-retirement.md)]
17+
1618
::: moniker range=">=sql-server-2017"
1719
SQL Server Setup includes a **shared feature** option for installing a standalone machine learning server that runs outside of SQL Server. It's called **Machine Learning Server (Standalone)** and includes Python and R.
1820
::: moniker-end
1921
::: moniker range="=sql-server-2016"
2022
SQL Server Setup includes a **shared feature** option for installing a standalone machine learning server that runs outside of SQL Server. In SQL Server 2016, this feature is called **R Server (Standalone)**.
2123
::: moniker-end
2224

23-
A standalone server as installed by SQL Server Setup is functionally equivalent to the non-SQL-branded versions of [Microsoft Machine Learning Server](/machine-learning-server/what-is-machine-learning-server), supporting the same use cases and scenarios, including:
25+
A standalone server as installed by SQL Server Setup supports use cases and scenarios such as the following:
2426

2527
+ Remote execution, switching between local and remote sessions in the same console
2628
+ Operationalization with web nodes and compute nodes

docs/machine-learning/install/sql-ml-cab-downloads.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ For SQL Server 2016 R Services, baseline releases are either the RTM version or
196196
>
197197
> When installing SQL Server 2016 SP1 CU4 or SP1 CU5 offline, download SRO_3.2.2.16000_1033.cab. If you downloaded SRO_3.2.2.13000_1033.cab from FWLINK 831785 as indicated in the setup dialog box, rename the file as SRO_3.2.2.16000_1033.cab before installing the Cumulative Update.
198198
199-
If you would like to view the source code for Microsoft R, it is available for download as an archive in .tar format: [Download R Server installers](/machine-learning-server/install/r-server-install-windows#download)
200-
201199
::: moniker-end
202200

203201
## Next steps

docs/machine-learning/install/upgrade-r-and-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ monikerRange: "=sql-server-2016||=sql-server-2017"
1212
# Upgrade Python and R runtime with binding in SQL Server Machine Learning Services
1313
[!INCLUDE [SQL Server 2016 and 2017](../../includes/applies-to-version/sqlserver2016-2017-only.md)]
1414

15+
[!INCLUDE [retirement banner](~/includes/machine-learning-server-retirement.md)]
16+
1517
This article describes how to use am installation process called **binding** to upgrade the R or Python runtimes in [SQL Server 2016 R Services](../r/sql-server-r-services.md) or [SQL Server 2017 Machine Learning Services](../sql-server-machine-learning-services.md). You can get [newer versions of Python and R](#version-map) by *binding* to [Microsoft Machine Learning Server](/machine-learning-server).
1618

1719
> [!IMPORTANT]

docs/machine-learning/package-management/install-r-packages-with-revoscaler.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ The following table describes the functions used for R package installation and
5252

5353
## Client connections
5454

55+
[!INCLUDE [ML Server retirement banner](~/includes/machine-learning-server-retirement.md)]
56+
5557
A client workstation can be [Microsoft R Client](/machine-learning-server/r-client/install-on-windows) or a [Microsoft Machine Learning Server](/machine-learning-server/install/machine-learning-server-windows-install) (data scientists often use the free developer edition) on the same network.
5658

5759
When calling package management functions from a remote R client, you must create a compute context object first, using the [RxInSqlServer](/machine-learning-server/r-reference/revoscaler/rxinsqlserver) function. Thereafter, for each package management function that you use, pass the compute context as an argument.

docs/machine-learning/package-management/package-install-uninstall-and-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For example, you might use package synchronization in these scenarios:
3636

3737
## Requirements
3838

39-
Before you can use package synchronization, you must have the appropriate version of Microsoft R or Machine Learning Server. This feature is provided in Microsoft R version 9.1.0 or later.
39+
Before you can use package synchronization, you must have the appropriate version of Microsoft R. This feature is provided in Microsoft R version 9.1.0 or later.
4040

4141
You must also enable the [package management feature](r-package-how-to-enable-or-disable.md) on the server.
4242

docs/machine-learning/package-management/python-package-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For information on which version of Python is included, see [Python and R versio
9090

9191
### Component upgrades
9292

93-
By default, Python packages are refreshed through service packs and cumulative updates. Additional packages and full version upgrades of core Python components are possible only through product upgrades or by binding Python support to Microsoft Machine Learning Server.
93+
By default, Python packages are refreshed through service packs and cumulative updates. Additional packages and full version upgrades of core Python components are possible only through product upgrades.
9494

9595
For more information, see [Upgrade R and Python components in SQL Server](../install/upgrade-r-and-python.md).
9696

docs/machine-learning/package-management/r-package-how-to-enable-or-disable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ monikerRange: "=sql-server-2016||=sql-server-2017"
1414
# Enable or disable remote package management for SQL Server
1515
[!INCLUDE [SQL Server 2016 and 2017 only](../../includes/applies-to-version/sqlserver2016-2017-only.md)]
1616

17+
[!INCLUDE [ML Server retirement banner](~/includes/machine-learning-server-retirement.md)]
18+
1719
This article describes how to enable remote management of R packages from a client workstation or a different Machine Learning Server. After the package management feature has been enabled on SQL Server, you can use RevoScaleR commands on a client to install packages on SQL Server.
1820

1921
By default, the external package management feature for SQL Server is disabled. You must run a separate script to enable the feature as described in the next section.

0 commit comments

Comments
 (0)