Prabakar
Databricks Employee
Databricks Employee

Hi @Vamsee krishna kanth Arcot​  Databricks classloader does not support loading classes from the Spring Boot uber jar.

There is a workaround that involves

  1. 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
  2. Use the maven-shade-plugin to build the jar