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/linux/sql-server-linux-setup-language-extensions.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Package location for the Java extensions is in the SQL Server Linux source repos
23
23
24
24
Language Extensions is also supported on Linux containers. We do not provide pre-built containers with Language Extensions, but you can create one from the SQL Server containers using [an example template available on GitHub](https://github.com/Microsoft/mssql-docker/tree/master/linux/preview/examples/mssql-mlservices).
25
25
26
-
## Uninstall previous CTP
26
+
## Uninstall previous CTP version
27
27
28
-
The package list has changed over the last several CTP releases, resulting in fewer packages. We recommend uninstalling CTP 2.x to remove all previous packages before installing CTP 3.2. Side-by-side installation of multiple versions is not supported.
28
+
The package list has changed over the last several CTP releases, resulting in fewer packages. We recommend uninstalling the CTP version to remove all previous packages before installing RC 1. Side-by-side installation of multiple versions is not supported.
29
29
30
30
### 1. Confirm package installation
31
31
@@ -35,7 +35,7 @@ You might want to check for the existence of a previous installation as a first
35
35
ls /opt/microsoft/mssql/bin
36
36
```
37
37
38
-
### 2. Uninstall previous CTP 2.x packages
38
+
### 2. Uninstall previous CTP packages
39
39
40
40
Uninstall at the lowest package level. Any upstream package dependent on a lower-level package is automatically uninstalled.
41
41
@@ -49,7 +49,7 @@ Commands for removing packages appear in the following table.
Install at the highest package level using the instructions in this article for your operating system.
55
55
@@ -79,14 +79,14 @@ On an internet-connected device, packages are downloaded and installed independe
79
79
80
80
| Package name | Applies-to | Description |
81
81
|--------------|----------|-------------|
82
-
|mssql-server-extensibility | All languages | Extensibility framework used to run Java code.|
83
-
|mssql-server-extensibility-java | Java |Java extension for loading a Java execution environment. There are no additional libraries or packages for Java.|
82
+
|mssql-server-extensibility | All languages | Extensibility framework used for the Java language extension|
83
+
|mssql-server-extensibility-java | Java |Extensibility framework used for the Java language extension and includes a supported Java runtime|
84
84
85
85
<aname="RHEL"></a>
86
86
87
87
## Install Language Extensions
88
88
89
-
You can install Language Extensions and Java on Linux by installing **mssql-server-extensibility-java**. When you install **mssql-server-extensibility-java**, the package automatically installs JRE 8 if it is not already installed. It will also add the JVM path to an environment variable called JRE_HOME.
89
+
You can install Language Extensions and Java on Linux by installing **mssql-server-extensibility-java**. When you install **mssql-server-extensibility-java**, the package automatically installs JRE 11 if it is not already installed. It will also add the JVM path to an environment variable called JRE_HOME.
90
90
91
91
> [!Note]
92
92
> On an internet-connected server, package dependencies are downloaded and installed as part of the main package installation. If your server is not connected to the internet, see more details in the [offline setup](#offline-install).
Language Extensions and Java extensibility on Linux is still under active development. The following features are not yet enabled in the preview version.
286
286
@@ -289,7 +289,7 @@ Language Extensions and Java extensibility on Linux is still under active develo
289
289
290
290
### Resource governance
291
291
292
-
There is parity between Linux and Windows for [Resource governance](../t-sql/statements/create-external-resource-pool-transact-sql.md) for external resource pools, but the statistics for [sys.dm_resource_governor_external_resource_pools](../relational-databases/system-dynamic-management-views/sys-dm-resource-governor-external-resource-pools.md) currently have different units on Linux. Units will align in an upcoming CTP.
292
+
There is parity between Linux and Windows for [Resource governance](../t-sql/statements/create-external-resource-pool-transact-sql.md) for external resource pools, but the statistics for [sys.dm_resource_governor_external_resource_pools](../relational-databases/system-dynamic-management-views/sys-dm-resource-governor-external-resource-pools.md) currently have different units on Linux.
0 commit comments