You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/create-a-standalone-r-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ For more information about automated or off-line installation, see [Install Micr
71
71
72
72
## <aname="bkmk_installRServer"></a> Install Microsoft R Server (Standalone)
73
73
74
-
This feature requires an Enterprise license or eqivalent for **SQL Server 2016**.
74
+
This feature requires an Enterprise license or equivalent for **SQL Server 2016**.
75
75
76
76
If you have installed any previous version of the Revolution Analytics tools or packages, you must uninstall them first. See [Upgrading from an older version of Microsoft R Server](#bkmk_Uninstall).
77
77
@@ -120,7 +120,7 @@ This section provides additional information related to setup.
120
120
121
121
### Default installation folders
122
122
123
-
When you install R Server or Machine Learning Server using SQL Server setup, the R libraries are installed in a folder associated with the SQL Server version that you used for setup. In this folder you will also find sample data, documentation for the R base packages, and documentation of the R tools and runtime.
123
+
When you install R Server or Machine Learning Server using SQL Server setup, the R libraries are installed in a folder associated with the SQL Server version that you used for setup. In this folder, you will also find sample data, documentation for the R base packages, and documentation of the R tools and runtime.
124
124
125
125
However, if you install using the separate Windows installer, or if you upgrade using the separate Windows installer, the R libraries are installed in a different folder.
126
126
@@ -161,7 +161,7 @@ If you have an earlier version of Microsoft R Server and need to ensure compatib
161
161
162
162
In the RTM version of SQL Server 2016, there was a known issue when adding Microsoft R Server to an instance on Windows Server Core edition. This has been fixed.
163
163
164
-
If you encounter this issue, you can applied the fix described in [KB3164398](https://support.microsoft.com/kb/3164398) to add the R feature to the existing instance on Windows Server Core. For more information, see [Can't install Microsoft R Server Standalone on a Windows Server Core operating system](https://support.microsoft.com/kb/3168691).
164
+
If you encounter this issue, you can apply the fix described in [KB3164398](https://support.microsoft.com/kb/3164398) to add the R feature to the existing instance on Windows Server Core. For more information, see [Can't install Microsoft R Server Standalone on a Windows Server Core operating system](https://support.microsoft.com/kb/3168691).
165
165
166
166
### <aname="bkmk_Uninstall"></a> Upgrading from an older version of Microsoft R Server
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/getting-started-with-microsoft-r-server-standalone.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In SQL Server 2016, Microsoft R Server (Standalone) helped bring the popular ope
21
21
22
22
In SQL Server 2017, the name was changed to Machine Learning Server (standalone) to reflect the addition of support for the Python language. Both versions are available for free to users of Enterprise Edition or Software Assurance.
23
23
24
-
This article provides a high-level overview of how you can use Machine Learning Server (or R Server), and how to get started with installation and samples.
24
+
This article provides a high-level overview of how you can use Machine Learning Server (or R Server), and how to get started with installation and samples.
25
25
26
26
## Why use a standalone server for machine learning
27
27
@@ -39,7 +39,7 @@ The operationalization features of Machine Learning Server support deploying and
39
39
40
40
+ Install R Server using the separate Windows installer.
41
41
42
-
This installer create a brand new instance of Microsoft R Server that uses the Microsoft Modern Software Lifecycle support policy. You can also install R Server for Linux, Cloudera, Teradata, and Hadoop.
42
+
This installer creates a brand new instance of Microsoft R Server that uses the Microsoft Modern Software Lifecycle support policy. You can also install R Server for Linux, Cloudera, Teradata, and Hadoop.
43
43
44
44
For more information, see [Install R Server 9.1 for Windows](https://docs.microsoft.com/machine-learning-server/install/r-server-install-windows).
45
45
@@ -69,7 +69,7 @@ To get started, see these guides:
Theses samples represent indistry-specific solutions that demonstrate applied machine learning. Current samples cover scenarios in retail, finance, health care, and marketing.
72
+
Theses samples are solutions that demonstrate how to apply machine learning in specific industries. Current scenarios are in retail, finance, health care, and marketing.
73
73
74
74
+[Explore R and ScaleR in 25 Functions](https://docs.microsoft.com/machine-learning-server/r/tutorial-r-to-revoscaler): Explore this collection of distributable analytical functions that provide high performance and scaling to R solutions. Includes parallelizable versions of many of the most popular R modeling packages, such as k-means clustering, decision trees, and decision forests, and tools for data manipulation.
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/install-microsoft-r-server-from-the-command-line.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article describes how to use SQL Server command-line arguments to install t
27
27
28
28
An **unattended** installation requires that you specify the location of the setup utility, and use arguments to indicate which features to install.
29
29
30
-
For a **quiet** installation, provide the same arguments and add the **/q** switch. No prompts will be provided and no interaction is required. However, setup fails if any required arguments are omitted.
30
+
For a **quiet** installation, provide the same arguments and add the **/q** switch. No prompts are provided and no interaction is required. However, setup fails if any required arguments are omitted.
+ To view progress and prompts, remove the _/q_ argument.
63
-
+ If you use the argument **FEATURES = SQL_SHARED_MR**, only the Machine Learning Server components are installed, with neither R nor Python. This instllation includes all prerequisites, which are installed silently by default. However, we recommend that you add at least one language when installing for the first time.
63
+
+ If you use the argument **FEATURES = SQL_SHARED_MR**, only the Machine Learning Server components are installed, with neither R nor Python. This installation includes all prerequisites, which are installed silently by default. However, we recommend that you add at least one language when installing for the first time.
64
64
+ Add **SQL_INST_MR** to install support for R.
65
65
+ Add **SQL_INST_MPY** to install support for Python.
66
66
+**IACCEPTROPENLICENSETERMS** indicates you have accepted the license terms for using the open source R components.
@@ -102,7 +102,7 @@ After installation, you can install additional R or Python packages. The process
102
102
103
103
In SQl Server 2017, you can install and manage R packages by using T-SQL. For more information, see [Installing and managing R packages](../r/install-additional-r-packages-on-sql-server.md).
104
104
105
-
For Python, and in SQL Server 2016, an administrator must install any additional libraries that will be required.
105
+
For Python, and in SQL Server 2016, an administrator must install any additional libraries that might be required.
106
106
107
107
> [!IMPORTANT]
108
108
> If you intend to run your R code on SQL Server, make sure that you install the same packages on the computer you'll use for developing the solution, and the SQL Server instance where you'll execute or deploy the solution.
@@ -114,6 +114,6 @@ If you do not intend to use SQL Server, you can install Microsoft R Server or Ma
114
114
+[Install Machine Learning Server for Windows](https://docs.microsoft.com/machine-learning-server/install/machine-learning-server-windows-install)
115
115
+[Install R Server 9.0.1 for Windows](https://docs.microsoft.com/machine-learning-server/install/r-server-install-windows)
116
116
117
-
The separate windows installer for Machine Learning Server can also be used to upgrade the machine learaning components associated with the instance. For more information, see these links:
117
+
The separate windows installer for Machine Learning Server can also be used to upgrade the machine learning components associated with the instance. For more information, see these links:
118
118
119
119
+[Use SqlBindR to upgrade R](../r/use-sqlbindr-exe-to-upgrade-an-instance-of-sql-server.md)
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/set-up-sql-server-r-services-in-database.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,13 +137,13 @@ This article describes the process of setup that uses the [!INCLUDE[ssNoVersion]
137
137
138
138
We recommend that you **do not** install the Standalone and In-Database features on the same computer, and never install them at the same time. You would ordinarily install Machine Learning Server (Standalone) to create an environment that a data scientist or developer uses to connect to SQL Server when deploying solutions. Therefore, there is no need to install both on the same computer.
139
139
140
-
4. License agreements for machnie learning: Depending on which languages you're installing, you must accept the license agreements for R or Python, or both.
140
+
4. License agreements for machine learning: Depending on which languages you're installing, you must accept the license agreements for R or Python, or both.
141
141
142
142
+ License terms for R: This license agreement covers Microsoft R Open, which includes a distribution of the open source R base packages and tools, together with enhanced R packages and connectivity providers from the Microsoft development team.
143
143
144
144
+ License terms for Python. The Python open source licensing agreement also covers Anaconda and related tools, plus some new Python libraries from the Microsoft development team.
145
145
146
-
Click **Accept** to indicate your agreement. There is a brief pause whie the components are prepared, then the **Next** button becomes available.
146
+
Click **Accept** to indicate your agreement. There is a brief pause while the components are prepared, then the **Next** button becomes available.
147
147
148
148
If the computer that you're using does not have internet access, you can pause setup at this point to download the installers separately, as described here: [Install machine learning components without internet access](installing-ml-components-without-internet-access.md).
149
149
@@ -219,14 +219,14 @@ This section describes how to reconfigure the instance for machine learning. Con
219
219
GO
220
220
```
221
221
222
-
The script can take a little while to run, the first time the external scrpt runtime is loaded. The results should be something like this:
222
+
The script can take a little while to run, the first time the external script runtime is loaded. The results should be something like this:
223
223
224
224
| hello |
225
225
|----|
226
226
| 1|
227
227
228
228
229
-
8. If you get any errors, proceed to the section describing other, optional changes that you might need to make after installation is complete, or see the troublehooting guide:
229
+
8. If you get any errors, proceed to the section describing other, optional changes that you might need to make after installation is complete, or see the troubleshooting guide:
230
230
231
231
+ [Optional post-installation steps: Configure service and permissions](#bkmk_FollowUp)
232
232
+ [Troubleshooting machine learning in SQL Server](upgrade-and-installation-faq-sql-server-r-services.md)
@@ -248,7 +248,7 @@ Common scenarios that require additional changes include:
248
248
> [!NOTE]
249
249
> Not all the listed changes might be required. However, we recommend that you review all items to see whether they are applicable to your scenario.
250
250
251
-
Additional troubleshoting advce can be found here: [Upgrade and installation FAQ](../r/upgrade-and-installation-faq-sql-server-r-services.md)
251
+
Additional troubleshooting tips can be found here: [Upgrade and installation FAQ](../r/upgrade-and-installation-faq-sql-server-r-services.md)
252
252
253
253
### <a name="bkmk_configureAccounts"></a>Enable implied authentication for the Launchpad account group
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/unattended-installs-of-sql-server-r-services.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ By unattended installation, we mean that you do not use the interactive features
40
40
41
41
+ To complete setup without having to respond to prompts, make sure that you have identified all required arguments, including those for licensing, and for any other features that you might want to install.
42
42
43
-
+ The **Mixed** security mode that supports SQL logins was required in early releases. It is no longer reuqired, but you might consider enabling Mixed Mode authentication to support solution development by data scientists who use a SQL login.
43
+
+ The **Mixed** security mode that supports SQL logins was required in early releases. Although it is no longer required, you might consider enabling Mixed Mode authentication to support solution development by data scientists who use a SQL login.
44
44
45
45
> [!IMPORTANT]
46
46
>
47
47
> Additional steps are required after setup is finished to enable the feature. These include a reconfiguration and restart of the instance. Be sure to review all items in the section on [post-installation steps] (#bkmk_PostInstall) to determine actions needed after setup completes.
48
48
49
49
## <aname="bkmk_NewInstall"></a> Command-line installation for SQL Server 2017
50
50
51
-
The following examples shows the **minimum** required features.
51
+
The following examples include the **minimum** required features.
52
52
53
53
> [!IMPORTANT]
54
54
> Be sure to run all commands from an elevated command prompt.
Copy file name to clipboardExpand all lines: docs/advanced-analytics/r/upgrade-and-installation-faq-sql-server-r-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,15 @@ Depending on the build of SQL Server that you are installing, some of the follow
52
52
53
53
- New installation of any pre-release version of [!INCLUDE[rsql_productname](../../includes/rsql-productname-md.md)] is no longer supported. If you are using a pre-release version, upgrade as soon as possible.
54
54
55
-
- Disable virus scanning before beginning setup. After setup is completed, we recommend suspending virus scanning on the folders used by SQL Server. Preferably, suspend scanning on the entire SQL Server tree.
55
+
- Disable virus scanning before beginning setup. After setup is completed, we recommend suspending virus scanning on the folders used by [!INCLUDE[ssnoversion](../includes/ssnoversion.md)]. Preferably, suspend scanning on the entire [!INCLUDE[ssnoversion](../includes/ssnoversion.md)] tree.
56
56
57
57
### Licensing agreements for unattended installs
58
58
59
-
If you use the command line to upgrade an instance of SQL Server, make sure that the command line includes both the SQL Srevr licensing agreement parameter, and the new license agreement parameters for R and Python.
59
+
If you use the command line to upgrade an instance of SQL Server, make sure that the command line includes both the [!INCLUDE[ssnoversion](../includes/ssnoversion.md)] licensing agreement parameter, and the new license agreement parameters for R and Python.
60
60
61
61
### Offline installation of machine learning components for a localized version of SQL Server
62
62
63
-
When you install SQL Server machine learning components on a computer that does not have internet access, you must take some additional steps:
63
+
When you install [!INCLUDE[ssnoversion](../includes/ssnoversion.md)] machine learning components on a computer that does not have internet access, you must take some additional steps:
64
64
65
65
+ Download the R or Python component installers to a local folder before you run SQL Server setup.
66
66
+ In some cases, you might need to edit the installer file to ensure that the correct language is installed.
0 commit comments