You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/06/15 21:30:30 UTC

[incubator-sedona] branch master updated: [DOCS] clarify databricks install (#632)

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 44ae2e71 [DOCS] clarify databricks install (#632)
44ae2e71 is described below

commit 44ae2e71845210bfae2b42ba25108dc742d00cdc
Author: Kevin Bohinski <kb...@users.noreply.github.com>
AuthorDate: Wed Jun 15 17:30:24 2022 -0400

    [DOCS] clarify databricks install (#632)
---
 docs/setup/databricks.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/setup/databricks.md b/docs/setup/databricks.md
index 56afc6c3..439503e7 100644
--- a/docs/setup/databricks.md
+++ b/docs/setup/databricks.md
@@ -116,5 +116,10 @@ From your cluster configuration (`Cluster` -> `Edit` -> `Configuration` -> `Adva
 dbfs:/FileStore/sedona/sedona-init.sh
 ```
 
+For enabling python support, from the Libraries tab install from PyPI
+```
+apache-sedona
+```
+
 *Note: You need to install the Sedona libraries via init script because the libraries installed via UI are installed after the cluster has already started, and therefore the classes specified by the config `spark.sql.extensions`, `spark.serializer`, and `spark.kryo.registrator` are not available at startup time.*