about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-24 22:44:38 +0100
committerGitHub <noreply@github.com>2024-03-24 22:44:38 +0100
commit8245797f551595a5bf3f403482d1b55185c9489b (patch)
treeaa5fcb79d09e09902d6d09fa4037eb079fb7bd96 /pkgs/applications/networking/cluster
parent2f84b0a7e8e97f5c9f6cfbb2c2b29d350f323209 (diff)
parentbd4ade1943fee0116c4f427bed0f923649582383 (diff)
Merge pull request #298458 from LeSuisse/spark_3_3
spark_3_3: drop
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index 19c4b280a60cb..80f642f9360ba 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -4,7 +4,6 @@
 , makeWrapper
 , jdk8
 , python3
-, python310
 , coreutils
 , hadoop
 , RSupport ? true
@@ -73,10 +72,4 @@ in
     version = "3.4.2";
     hash = "sha256-qr0tRuzzEcarJznrQYkaQzGqI7tugp/XJpoZxL7tJwk=";
   };
-  spark_3_3 = spark rec {
-    pname = "spark";
-    version = "3.3.3";
-    hash = "sha256-YtHxRYTwrwSle3UpFjRSwKcnLFj2m9/zLBENH/HVzuM=";
-    pysparkPython = python310;
-  };
 }