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 2021/09/23 01:10:35 UTC

[incubator-sedona] branch doc-refactor updated: Update

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

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


The following commit(s) were added to refs/heads/doc-refactor by this push:
     new eb7186f  Update
eb7186f is described below

commit eb7186fb579950030dd9544a483ceaddef2286e2
Author: jiayuasu <ji...@gmail.com>
AuthorDate: Wed Sep 22 18:10:32 2021 -0700

    Update
---
 docs/download/install-scala.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/download/install-scala.md b/docs/download/install-scala.md
index 5f6cbfa..872b912 100644
--- a/docs/download/install-scala.md
+++ b/docs/download/install-scala.md
@@ -2,7 +2,7 @@ Before starting the Sedona journey, you need to make sure your Apache Spark clus
 
 There are two ways to use a Scala or Java library with Apache Spark. You can user either one to run Sedona.
 
-* Spark interactive Scala shell: easy to start, good for new learners to try simple functions
+* Spark interactive Scala or SQL shell: easy to start, good for new learners to try simple functions
 * Self-contained Scala / Java project: a steep learning curve of package management, but good for large projects
 
 ## Spark Scala shell