Re: GEOSPARK ERROR PYTHON

2021-02-13 Thread Jia Yu
Hi, It looks like the error is your input format is not correct. Are you sure in your input file, the geometry starts from offset 0? Jia On Fri, Feb 12, 2021 at 4:10 PM Ramon Barros wrote: > I'm using python 3.6 and spark 2.4, I added the correct jars in spark, > some functions are being

GEOSPARK ERROR PYTHON

2021-02-12 Thread Ramon Barros
I'm using python 3.6 and spark 2.4, I added the correct jars in spark, some functions are being executed correctly, while others present this error as the image below. Can anyone help? ERROR EXECUTE POINTRDD: When I try to execute this function from PointRDD conditioning these two parameters

Re: GEOSPARK ERROR PYTHON

2021-02-12 Thread Jia Yu
Hello, 1. Which Sedona version are you using? We strongly recommend the latest Sedona 1.0.0. 2. Are you using the correct Sedona jars for Scala 2.11 and Spark 2.4? 3. Your screenshot does not the entire stack trace. I can only see connection refused which is not root cause. Please show us the

GEOSPARK ERROR PYTHON

2021-02-12 Thread Ramon Barros
I'm using python 3.6 and spark 2.4, I added the correct jars in spark, some functions are being executed correctly, while others present this error as the image below. Can anyone help?