-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from umccr/feature/databricks-hail-runtime
Bump spark to 3.4.1, install marksupsafe, install into right env
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From ff5aa8bd5ae37d64ad9e37a45f76f6fcaced01c1 Mon Sep 17 00:00:00 2001 | ||
From: Alexis Lucattini <[email protected]> | ||
Date: Fri, 1 Dec 2023 04:48:08 +0000 | ||
Subject: [PATCH] spark-to-3.4.0 | ||
Subject: [PATCH] spark-to-3.4.1 | ||
|
||
--- | ||
hail/build.gradle | 2 +- | ||
|
@@ -31,7 +31,7 @@ index 9f8492a2a..a4c11f8ea 100644 | |
plotly>=5.5.0,<6 | ||
protobuf==3.20.2 | ||
-pyspark>=3.3.0,<3.4 | ||
+pyspark==3.4.0,<3.5 | ||
+pyspark==3.4.1,<3.5 | ||
requests>=2.25.1,<3 | ||
scipy>1.2,<1.12 | ||
diff --git a/hail/src/main/scala/is/hail/HailContext.scala b/hail/src/main/scala/is/hail/HailContext.scala | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.