Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2021 11:14 PM
Hi @Vamsee krishna kanth Arcot Databricks classloader does not support loading classes from the Spring Boot uber jar.
There is a workaround that involves
- Using an init script, you can replace the default spring jar installed in databricks cluster with required version. Follow the steps mentioned in the KB: https://docs.microsoft.com/en-us/azure/databricks/kb/libraries/replace-default-jar-new-jar
- Use the maven-shade-plugin to build the jar