Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
change java version (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <[email protected]>
  • Loading branch information
pawel-big-lebowski authored Aug 2, 2024
1 parent fea1ab8 commit 0feb9db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/development/developing/spark/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ title: Build

# Build

## Java 8
## Java 17

Testing requires a Java 8 JVM to test the Scala Spark components.

`export JAVA_HOME=` '/usr/libexec/java_home -v 1.8'
Testing requires a Java 17 JVM to test the Scala Spark components.
Use your favourite tool (sdkman, `/usr/libexec/java_home`) to set `JAVA_HOME` and `PATH` environmental variables properly.

## Preparation

Expand Down

0 comments on commit 0feb9db

Please sign in to comment.