spark_16: removed ancient (insecure) version

This commit is contained in:
Andreas Rammhold 2018-01-11 12:50:51 +01:00
parent 9213d0cfa5
commit e250ca072a
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
2 changed files with 0 additions and 5 deletions

View File

@ -6,10 +6,6 @@
let
versionMap = {
"1.6.3" = {
hadoopVersion = "cdh4";
sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
};
"2.2.0" = {
hadoopVersion = "hadoop2.7";
sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6";

View File

@ -6964,7 +6964,6 @@ with pkgs;
self = callPackage_i686 ../development/interpreters/self { };
spark = spark_22;
spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.3"; };
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.0"; };
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };