novakov-alexey commented on issue #1977:
URL: https://github.com/apache/hudi/issues/1977#issuecomment-882315018


   Trying with the following settings, unfortunately it does not work:
   
   --extra-jars  
s3://glue-extra-jars-etljobs/httpclient-4.5.13.jar,s3://glue-extra-jars-etljobs/hudi-spark-bundle_2.11-0.8.0.jar,s3://glue-extra-jars-etljobs/spark-avro_2.11-2.4.3.jar
   
   ```scala
   val conf = new SparkConf()
       .set("spark.serializer", "org.apache.spark.serializer.KryoSerializer")
       .set("spark.sql.hive.convertMetastoreParquet", "false")
     val sc = new SparkContext(conf)
     val gc = new GlueContext(sc)
   ```


-- 
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: commits-unsubscr...@hudi.apache.org

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


Reply via email to