run jar file into databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 07:08 AM
I have created a job which run a jar files, but i have this error
NoClassDefFoundError: com/google/cloud/hadoop/gcsio/GoogleCloudStorageFileSystemOptions$TimestampUpdatePredicate
Caused by: ClassNotFoundException: com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions$TimestampUpdatePredicate.
Somebody knows how can i solve this issue?
Many thanks
Cordially,
Aubert
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 03:23 PM
Hey Aubert, seems you are missing dependent class in jar. Either package the dependent classes in jar or add them into class path.

