Skip to content

Commit

Permalink
[Spark][Doc]Add java version for neo4j example. (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Jul 20, 2023
1 parent 11ebf37 commit 8b0ac10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ export PATH="${SPARK_HOME}/bin":"${PATH}"

Neo4j 4.4.x is the LTS version to use. The rest of the instructions are provided assuming Neo4j 4.4.x.

Neo4j is required to have a pre-installed, compatible Java Virtual Machine (JVM). **For Neo4j 4.4.x, jdk11/jre11 is needed.**
Run `java --version` to check it.

To place Neo4j under `${HOME}`:

```bash
Expand Down

0 comments on commit 8b0ac10

Please sign in to comment.