I trying to Read Avro file from HDFS path and loading into S3 bucket, i'm getting below error. Attached the detailed log for your reference
"Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty"
I went through blogs and added "spark.hadoop.fs.s3n.server-side-encryption-algorithm" = "AES256" in the spark properties still getting error.