Hi, When running Hudi on AWS EMR cluster with enabled Glue support I am getting the following exception: NoSuchMethodError: org.apache.http.conn.ssl.SSLConnectionSocketFactory. By searching the internet I discovered this page https://forums.aws.amazon.com/thread.jspa?messageID=930176 that suggests adding httpclient-4.5.9.jar to list of --jars when running spark-submitt. Suggestion helped. Now I am trying to validate Hudi 0.5.3 that is not part of the latest EMR release. To do so I built supper jar (uber jar) that includes my spark job code along with Hudi 0.5.3 jar, when attempting to run my super jar on EMR cluster with Glue support I am getting the same NoSuchMethodError exception as I used to. adding httpclient-4.5.9.jar to list of --jars this time doesn't help
Any help will be appreciated, Anton
