Merge pull request #411 from reta/issue-396
[FEATURE] Document OPENSEARCH_JAVA_HOME
This commit is contained in:
commit
27f322caab
|
@ -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. `OPENSEARCH_JAVA_HOME` supersedes the `JAVA_HOME` environment variable.
|
Loading…
Reference in New Issue