Skip to content

Commit 8e63cf6

Browse files
20220503 1744 latest SQL 2022 ML docs updates
1 parent be46ae0 commit 8e63cf6

6 files changed

Lines changed: 107 additions & 377 deletions

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to install SQL Server Java Language Extension on Red Hat,
55
author: rothja
66
ms.author: jroth
77
manager: cgronlun
8-
ms.date: 11/12/2020
8+
ms.date: 05/03/2022
99
ms.topic: how-to
1010
ms.prod: sql
1111
ms.technology: language-extensions
@@ -159,7 +159,8 @@ FROM (CONTENT = N'/opt/mssql-extensibility/lib/java-lang-extension.tar.gz',
159159
FILE_NAME = 'javaextension.so',
160160
ENVIRONMENT_VARIABLES = N'{"JRE_HOME":"/opt/mssql/lib/zulu-jre-11"}')
161161
```
162-
For the Java extension, the environment variable “JRE_HOME” is used to determine the path to find and initialize the JVM from.
162+
163+
For the Java extension, the environment variable "JRE_HOME" is used to determine the path to find and initialize the JVM from.
163164

164165
CREATE EXTERNAL LANGUAGE ddl provides a parameter (ENVIRONMENT_VARIABLES) to set environment variables specifically for the process hosting the extension. This is the recommended and most effective way to set environment variables required by external language extensions.
165166

0 commit comments

Comments
 (0)