Skip to content

Commit 6ab60df

Browse files
committed
Delete all install_deps.py
Signed-off-by: Gera Shegalov <gshegalov@nvidia.com>
1 parent f88340e commit 6ab60df

2 files changed

Lines changed: 0 additions & 285 deletions

File tree

jenkins/databricks/build.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@
2929
# `BASE_SPARK_VERSION=3.2.1 ./jenkins/databricks/build.sh`
3030
# - Build without dependency installation:
3131
# `BASE_SPARK_VERSION=3.2.1 SKIP_DEP_INSTALL=1 ./jenkins/databricks/build.sh`
32-
# To add support of new runtime:
33-
# 1. Review `install_deps.py` to make sure that the prefix of the jar files is set
34-
# correctly. If not, then add a new if-else block to set the variables as necessary.
35-
# 2. The jar files and their artifacts are defined in `install_deps.py`.
36-
# You may need to add another conditional block because some runtimes may require special
37-
# handling.
38-
# For example, "3.1.2" had different patterns for a few JARs (i.e., HIVE).
39-
# 3. If you had to go beyond the above steps to support the new runtime, then update the
40-
# instructions accordingly.
4132

4233
set -ex
4334

jenkins/databricks/install_deps.py

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)