Skip to content

Commit

Permalink
Raise Exception for unsupported Databricks version
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed Oct 15, 2024
1 parent 6d88c4e commit 6b342c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/databricks/install_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def define_deps(spark_version, scala_version):
elif spark_version.startswith('3.5'):
spark_prefix = '----ws_3_5'
mvn_prefix = '--mvn'
else:
raise Exception("Unsupported Databricks version")

spark_suffix = f'hive-{hive_version}__hadoop-{hadoop_version}_{scala_version}'

Expand Down

0 comments on commit 6b342c9

Please sign in to comment.