liuhao0826 opened a new issue, #1321:
URL: https://github.com/apache/sedona/issues/1321

       # sedona_config = SedonaContext.builder(). \
       #     master("local[*]"). \
       #     config("spark.jars", 
"./spark-doris-connector-3.4_2.12-1.3.0.jar"). \
       #     config('spark.jars.packages',
       #            'org.apache.sedona:sedona-spark-3.4_2.12:1.5.1,'
       #            'org.datasyslab:geotools-wrapper:1.5.1-28.2'). \
       #     config('spark.jars.repositories', 
'https://artifacts.unidata.ucar.edu/repository/unidata-all'). \
       #     getOrCreate()
   
   i should to change this startconfig,because my development with no 
network,so i change this to:
       sedona_config = SedonaContext.builder(). \
           master("local[*]"). \
           config("spark.jars",
                  
"./spark-doris-connector-3.4_2.12-1.3.0.jar,./sedona-spark-3.4_2.12-1.5.1.jar,"
                  "./geotools-wrapper-1.5.1-28.2.jar"). \
           getOrCreate()
   but its run to :org.apache.spark.SparkException: Failed to register classes 
with Kryo
   how to solve it?


-- 
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: dev-unsubscr...@sedona.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to