Skip to content

Commit 8b0ac10

Browse files
authored
[Spark][Doc]Add java version for neo4j example. (#207)
1 parent 11ebf37 commit 8b0ac10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spark/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export PATH="${SPARK_HOME}/bin":"${PATH}"
8585

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

88+
Neo4j is required to have a pre-installed, compatible Java Virtual Machine (JVM). **For Neo4j 4.4.x, jdk11/jre11 is needed.**
89+
Run `java --version` to check it.
90+
8891
To place Neo4j under `${HOME}`:
8992

9093
```bash

0 commit comments

Comments
 (0)