jiayuasu commented on a change in pull request #513:
URL: https://github.com/apache/incubator-sedona/pull/513#discussion_r589125919



##########
File path: docs/tutorial/sql-sql.md
##########
@@ -0,0 +1,66 @@
+The page outlines the steps to manage spatial data using SedonaSQL. ==The 
example code is written in SQL==.
+
+SedonaSQL supports SQL/MM Part3 Spatial SQL Standard. Detailed SedonaSQL APIs 
are available here: [SedonaSQL API](../api/sql/GeoSparkSQL-Overview.md)
+
+
+## Initiate Session
+
+Start `spark-sql` as following (replace `<VERSION>` with actual version, like, 
`1.0.1-incubating`):
+
+```sh
+park-sql --packages 
org.apache.sedona:sedona-sql-3.0_2.12:<VERSION>,org.apache.sedona:sedona-viz-3.0_2.12:<VERSION>,org.locationtech.jts:jts-core:1.18.0,,org.apache.sedona:sedona-core-3.0_2.12:<VERSION>,org.geotools:gt-referencing:24.0
 \

Review comment:
       Could you please change the packages to the packages listed here: 
http://sedona.apache.org/download/GeoSpark-All-Modules-Maven-Central-Coordinates/#spark-30-scala-212
   
   1. sedona-python-adapter: a fat jar for Scala/Java/Python users that 
includes all dependencies except geotools
   2. sedona-viz
   3. org.datasyslab.geotools-wrapper: the geotools packages on Maven Central. 
The original Geotools jars are in OSGEO repo.
   
   
   The individual Sedona jars are only for advanced users who know how to 
handle dependency conflicts. In addition, use OSGEO GeoTools jars will lead to 
'jai-core missing' issue on some platforms




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to