apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.88k stars 662 forks source link

[SEDONA-651] Add spark prefix to all sedona spark config #1580

Closed jiayuasu closed 3 weeks ago

jiayuasu commented 3 weeks ago

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Add the spark prefix to all existing configs and allow them to co-exist in the config.

Users can set via both methods sedona. or spark.sedona. but when both options present, the parameter set through sedona prefix will override the parameter set through spark.sedona prefix.

How was this patch tested?

Passed existing tests

Did this PR include necessary documentation updates?