Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend Eclipse Temurin as Java runtime #18886

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/main/sphinx/installation/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Trino requires a 64-bit version of Java 17, with a minimum required version of 1
Earlier major versions such as Java 8 or Java 11 do not work.
Newer major versions such as Java 18 or 19, are not supported -- they may work, but are not tested.

We recommend using [Azul Zulu](https://www.azul.com/downloads/zulu-community/)
as the JDK for Trino, as Trino is tested against that distribution.
Zulu is also the JDK used by the
[Trino Docker image](https://hub.docker.com/r/trinodb/trino).
We recommend using the Eclipse Temurin OpenJDK distribution from
[Adoptium](https://adoptium.net/) as the JDK for Trino, as Trino is tested
mosabua marked this conversation as resolved.
Show resolved Hide resolved
against that distribution. Eclipse Temurin is also the JDK used by the [Trino
Docker image](https://hub.docker.com/r/trinodb/trino).

If you are using Java 17 or 18, the JVM must be configured to use UTF-8 as the default charset by
adding `-Dfile.encoding=UTF-8` to `etc/jvm.config`. Starting with Java 19, the Java default
Expand Down