Getting java.lang.NoClassDefFoundError: software/amazon/awssdk/transfer/s3/progress/TransferListener #3167
Unanswered
nageshbasutkar-hue
asked this question in
Q&A
Replies: 1 comment
-
Hi @nageshbasutkar-hue, we have a FAQ for that: FAQ: How do I fix a NoClassDefFoundError, NoSuchMethodError or NoSuchFieldError?
Packages in the "software.amazon.awssdk.*" path are Java SDK v2 packages, make sure the Java SDK v2 is in your classpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to read a CSV file from S3 in Spark using the following code:
Beta Was this translation helpful? Give feedback.
All reactions