mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
Merge pull request #33739 from andir/spark
Apache Spark address CVE-2017-12612
This commit is contained in:
commit
856d9c2b49
@ -6,13 +6,9 @@
|
||||
|
||||
let
|
||||
versionMap = {
|
||||
"1.6.3" = {
|
||||
hadoopVersion = "cdh4";
|
||||
sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
|
||||
};
|
||||
"2.2.0" = {
|
||||
"2.2.1" = {
|
||||
hadoopVersion = "hadoop2.7";
|
||||
sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6";
|
||||
sparkSha256 = "10nxsf9a6hj1263sxv0cbdqxdb8mb4cl6iqq32ljq9ydvk32s99c";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
@ -6966,8 +6966,7 @@ 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"; };
|
||||
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.1"; };
|
||||
|
||||
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
|
||||
spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user