NoClassDefFoundError: scala/Product Caused by: ClassNotFoundException: scala.Product
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2024 09:13 PM
NoClassDefFoundError: scala/Product Caused by: ClassNotFoundException: scala.Product
at preimport step itself . Please suggest me something .
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 04:18 AM
Hi @bhanuteja_1
The scala.Product is a core class in the Scala std library used for tuples, case classes, etc. There seem to be a classloading problem or more likely a jar conflict. Are you deploying a job using custom jars, uber jars, and having dependencies overrides by any chance?

