robertnagy1 commented on issue #860: URL: https://github.com/apache/sedona/issues/860#issuecomment-1589233454
Thank you! Wonderful job! That fixed it. Does it have any kind of preferences for CSV files? I tried to read in the CSV file using: point_rdd = PointRDD(sc, "dbfs:/mnt/spatial/poi.csv", 1, FileDataSplitter.CSV, True, 10, StorageLevel.MEMORY_ONLY, "epsg:4326", "epsg:4326") BUt i got the following error: Py4JJavaError: An error occurred while calling None.org.apache.sedona.core.spatialRDD.PointRDD. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 3 in stage 13.0 failed 4 times, most recent failure: Lost task 3.3 in stage 13.0 (TID 83) (10.139.64.5 executor 0): java.lang.NumberFormatException: For input string: ""2725"" poi.csv was generated from a Shapefile so i don't think is a data related issue. -- 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]
