Install Apache Sedona on Google DataProc #2338
Unanswered
sguhathakurata-CLGX
asked this question in
Q&A
Replies: 1 comment
-
|
Yes, these configs are correct. You can set it to Google DataProc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Sedona website offers installation instructions for most popular cloud platforms except for DataProc. Has anyone tried installing in DataProc and what Spark configs did you use?
Looking at the DataBricks install instructions on the website, the following configs are recommended. Are they applicable to spark on Google DataProc as well?
spark.sql.extensions org.apache.sedona.viz.sql.SedonaVizExtensions,org.apache.sedona.sql.SedonaSqlExtensions
spark.serializer org.apache.spark.serializer.KryoSerializer
spark.kryo.registrator org.apache.sedona.core.serde.SedonaKryoRegistrator
spark.sedona.enableParserExtension false
Beta Was this translation helpful? Give feedback.
All reactions