Skip to content

Commit 5f459fa

Browse files
committed
fix readmes
1 parent 085eaa8 commit 5f459fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/neo4j_uc_jdbc_guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Upload these JARs to a Unity Catalog Volume:
4242
| [`neo4j-jdbc-full-bundle-6.x.x.jar`](https://mvnrepository.com/artifact/org.neo4j/neo4j-jdbc-full-bundle/6.10.5) | Main JDBC driver with SQL-to-Cypher translation |
4343
| [`neo4j-jdbc-translator-sparkcleaner-6.x.x.jar`](https://mvnrepository.com/artifact/org.neo4j/neo4j-jdbc-translator-sparkcleaner/6.10.5) | Cleans Spark-generated SQL artifacts |
4444

45+
**Note:** The version numbers in this guide reflect the versions available at the time of writing. If you are using a different version, adjust the JAR filenames and references accordingly.
46+
4547
Example path: `/Volumes/catalog/schema/jars/`
4648

4749
### 3. Cluster Libraries
@@ -52,7 +54,7 @@ For comprehensive testing, install these libraries on your cluster:
5254
|---------|---------|---------|
5355
| org.neo4j:neo4j-connector-apache-spark | 5.3.10 (Spark 3) | Neo4j Spark Connector |
5456
| neo4j (Python) | 6.0.2 | Neo4j Python Driver |
55-
| neo4j-jdbc-full-bundle | 6.10.3 | JDBC driver (cluster library for Direct JDBC) |
57+
| neo4j-jdbc-full-bundle | 6.10.5 | JDBC driver (cluster library for Direct JDBC) |
5658

5759
For UC JDBC only, the cluster libraries are optional—the JARs are loaded from the UC Volume.
5860

@@ -80,8 +82,8 @@ Without these settings, you'll see: `Connection was closed before the operation
8082
CREATE CONNECTION neo4j_connection TYPE JDBC
8183
ENVIRONMENT (
8284
java_dependencies '[
83-
"/Volumes/catalog/schema/jars/neo4j-jdbc-full-bundle-6.10.3.jar",
84-
"/Volumes/catalog/schema/jars/neo4j-jdbc-translator-sparkcleaner-6.10.3.jar"
85+
"/Volumes/catalog/schema/jars/neo4j-jdbc-full-bundle-6.10.5.jar",
86+
"/Volumes/catalog/schema/jars/neo4j-jdbc-translator-sparkcleaner-6.10.5.jar"
8587
]'
8688
)
8789
OPTIONS (

0 commit comments

Comments
 (0)