james-willis commented on issue #1743:
URL: https://github.com/apache/sedona/issues/1743#issuecomment-2574319815
DBSCAN uses Graphframes' connected components implementation, which uses
checkpoints for efficiency. Make sure to set the checkpoint dir:
```python
spark.sparkContext.setCheckpointDir("somePath") # probably want to use s3 on
glue.
```
https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.SparkContext.setCheckpointDir.html
I will add a note to the documentation.
--
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]