Many times as a developer after changing code in spark jobs ,To test the changes inside databricks cluster we need to follow quite a number of steps create jar using sbt/maven create cluster with all required arn and put the created jar copy all dependencies to databricks cluster These are…