1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Thank you for raising this question on re:Post.
From the stacktrace shared I can see it is a ClassCastException
during serialization, which points to some incompatibility of the classes for serialization in the spark application. However, it is not enough to clearly identify the root cause here. Please help us with the following so that we can assist you further on this
- Are you able to run this successfully on EMR on EC2 cluster?
- Are you able to run a test without
deequ
to confirm EMR serverless job is working as expected without this dependency? - Please share how you are adding the additional
deequ
libraries to the runtime serverless environment. Yourstart-job-run
command should have the details on this. - Please share reproduction steps, including a link to download the
deequ
library if it is publicly available.
Relevant content
- asked 9 months ago
- asked 3 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 12 days ago
- AWS OFFICIALUpdated 2 months ago
- How do I install and troubleshoot Python libraries in Amazon EMR and Amazon EMR Serverless clusters?AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 23 days ago
Thank You very much for the response...