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

Commit 676ac54

Browse files
committed
Version bump for linux install to include Zulu Open JRE
1 parent e8b6454 commit 676ac54

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/language-extensions/language-extensions-whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server Language Extensions
44
description: Learn about what's new SQL Server 2019 Language Extensions (preview).
55
author: dphansen
66
ms.author: davidph
7-
ms.date: 07/25/2019
7+
ms.date: 08/14/2019
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: language-extensions

docs/linux/sql-server-linux-setup-language-extensions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Package location for the Java extensions is in the SQL Server Linux source repos
2323

2424
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).
2525

26-
## Uninstall previous CTP
26+
## Uninstall previous CTP version
2727

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.
2929

3030
### 1. Confirm package installation
3131

@@ -35,7 +35,7 @@ You might want to check for the existence of a previous installation as a first
3535
ls /opt/microsoft/mssql/bin
3636
```
3737

38-
### 2. Uninstall previous CTP 2.x packages
38+
### 2. Uninstall previous CTP packages
3939

4040
Uninstall at the lowest package level. Any upstream package dependent on a lower-level package is automatically uninstalled.
4141

@@ -49,7 +49,7 @@ Commands for removing packages appear in the following table.
4949
| SLES | `sudo zypper remove msssql-server-extensibility-java` |
5050
| Ubuntu | `sudo apt-get remove msssql-server-extensibility-java`|
5151

52-
### 3. Proceed with CTP 3.2 install
52+
### 3. Install Release Candidate 1 (RC 1)
5353

5454
Install at the highest package level using the instructions in this article for your operating system.
5555

@@ -79,14 +79,14 @@ On an internet-connected device, packages are downloaded and installed independe
7979

8080
| Package name | Applies-to | Description |
8181
|--------------|----------|-------------|
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 |
8484

8585
<a name="RHEL"></a>
8686

8787
## Install Language Extensions
8888

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.
9090

9191
> [!Note]
9292
> 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).
@@ -280,7 +280,7 @@ mssql-server-extensibility-15.0.1000
280280
mssql-server-extensibility-java-15.0.1000
281281
```
282282

283-
## Limitations in CTP releases
283+
## Limitations in the RC 1 release
284284

285285
Language Extensions and Java extensibility on Linux is still under active development. The following features are not yet enabled in the preview version.
286286

@@ -289,7 +289,7 @@ Language Extensions and Java extensibility on Linux is still under active develo
289289

290290
### Resource governance
291291

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.
293293

294294
| Column name | Description | Value on Linux |
295295
|---------------|--------------|---------------|

0 commit comments

Comments
 (0)