mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
spark: 1.6.0 ->1.6.3
This commit is contained in:
parent
6c17ad677c
commit
9d18de5f88
@ -5,9 +5,9 @@
|
||||
|
||||
let
|
||||
versionMap = {
|
||||
"1.6.0" = {
|
||||
"1.6.3" = {
|
||||
hadoopVersion = "cdh4";
|
||||
sparkSha256 = "19ycx1r8g82vkvzmn9wxkssmv2damrg72yfmrgzpc6xyh071g91c";
|
||||
sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
|
||||
};
|
||||
"2.1.0" = {
|
||||
hadoopVersion = "hadoop2.4";
|
||||
|
@ -6092,7 +6092,7 @@ with pkgs;
|
||||
self = callPackage_i686 ../development/interpreters/self { };
|
||||
|
||||
spark = spark_21;
|
||||
spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.0"; };
|
||||
spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.3"; };
|
||||
spark_21 = callPackage ../applications/networking/cluster/spark { version = "2.1.0"; };
|
||||
|
||||
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user