jiayuasu commented on code in PR #1963:
URL: https://github.com/apache/sedona/pull/1963#discussion_r2114919436
##########
docs/setup/databricks.md:
##########
@@ -80,30 +145,62 @@ spark.kryo.registrator
org.apache.sedona.core.serde.SedonaKryoRegistrator
spark.sedona.enableParserExtension false
```
-From your cluster configuration (`Cluster` -> `Edit` -> `Configuration` ->
`Advanced options` -> `Init Scripts`) add the newly created `Workspace` init
script
+Specify the path to the init script:
+
+
+
+If you are creating a Shared cluster, you won't be able to use init scripts
and jars stored under Workspace. Please store them in volumes instead. The
overall process should be the same.
-| Type | File path |
-|------|-----------|
-| Workspace | /Shared/sedona/sedona-init.sh |
+Add the required dependencies in the Library tab:
-For enabling python support, from the Libraries tab install from PyPI
+
+
+Here’s the full list of libraries:
```
-apache-sedona=={{ sedona.current_version }}
+apache-sedona==1.7.1
Review Comment:
```suggestion
apache-sedona=={{ sedona.current_version }}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]