From dacf315b3b69b46e9df4ac55872ab015f7fe7cc5 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 15 Feb 2022 12:11:59 -0500 Subject: [PATCH 1/2] [FEATURE] Document OPENSEARCH_JAVA_HOME Signed-off-by: Andriy Redko --- _opensearch/install/compatibility.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_opensearch/install/compatibility.md b/_opensearch/install/compatibility.md index 7ac554b485..27de54be9c 100644 --- a/_opensearch/install/compatibility.md +++ b/_opensearch/install/compatibility.md @@ -17,3 +17,5 @@ nav_order: 2 OpenSearch version | Compatible Java versions | Recommended operating systems :--- | :--- | :--- 1.x | 8, 11, 15 | Red Hat Enterprise Linux 7, 8; CentOS 7, 8; Amazon Linux 2; Ubuntu 16.04, 18.04, 20.04 + +If you plan on running applications besides OpenSearch with different Java requirements, set the `OPENSEARCH_JAVA_HOME` environment variable to the location of the Java installation to be used by OpenSearch. The `OPENSEARCH_JAVA_HOME` supersedes the `JAVA_HOME` environment variable. \ No newline at end of file From 8516911d91e1632ef12863a00b3e55418919d4c4 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 15 Feb 2022 15:23:09 -0500 Subject: [PATCH 2/2] Slight correction of 'the' article Signed-off-by: Andriy Redko --- _opensearch/install/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/compatibility.md b/_opensearch/install/compatibility.md index 27de54be9c..e1a47490a7 100644 --- a/_opensearch/install/compatibility.md +++ b/_opensearch/install/compatibility.md @@ -18,4 +18,4 @@ OpenSearch version | Compatible Java versions | Recommended operating systems :--- | :--- | :--- 1.x | 8, 11, 15 | Red Hat Enterprise Linux 7, 8; CentOS 7, 8; Amazon Linux 2; Ubuntu 16.04, 18.04, 20.04 -If you plan on running applications besides OpenSearch with different Java requirements, set the `OPENSEARCH_JAVA_HOME` environment variable to the location of the Java installation to be used by OpenSearch. The `OPENSEARCH_JAVA_HOME` supersedes the `JAVA_HOME` environment variable. \ No newline at end of file +If you plan on running applications besides OpenSearch with different Java requirements, set the `OPENSEARCH_JAVA_HOME` environment variable to the location of the Java installation to be used by OpenSearch. `OPENSEARCH_JAVA_HOME` supersedes the `JAVA_HOME` environment variable. \ No newline at end of file