Commit Graph

44 Commits

Author SHA1 Message Date
illustris
648302027d
spark: init 3.3.2, 3.2.4 2023-05-22 16:58:28 +05:30
Robert Scott
4a348ef47e spark_2_4, spark_3_1, spark_3_2, spark2: remove 2023-05-08 17:49:15 +01:00
Robert Scott
a740532ae5 spark: 3.2.2 -> 3.4.0 2023-05-08 15:46:58 +01:00
Shawn8901
0a1dd3ced1 treewide: remove global with lib; in pkgs/{misc,networking} 2023-01-24 17:29:20 +01:00
Thomas Gerbet
24407ae3e7 spark_3_2: 3.2.1 -> 3.2.2
https://spark.apache.org/releases/spark-release-3-2-2.html

Fixes CVE-2022-33891.
2022-10-06 14:17:38 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
illustris
74c684c5b3 hadoop and spark: improve interoperability 2022-04-18 02:02:43 +05:30
illustris
ff86a2f24f spark: 3.1.2 -> 3.1.3 2022-04-01 12:01:00 +05:30
illustris
8a21b4ea92 spark: mark 2.4 as vulnerable 2022-04-01 11:44:43 +05:30
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Connor Baker
246794d5c4 spark: bring version naming in line with hadoop 2022-03-09 23:35:54 -05:00
Connor Baker
05c12ee78c spark: init 3.2.1 and test on aarch64-linux 2022-03-07 09:56:19 -05:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Jonathan Ringer
005ec0e68f
spark: avoid https redirect 2021-12-28 08:54:55 -08:00
illustris
682bbeb2ca spark: 2.4.4 -> 2.4.8, init 3.1.2
The "spark" package now points to 3.1.2, and "spark2" points to spark 2.4.8
2021-09-17 20:52:54 +05:30
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Florian Klink
0f4b32d0ca spark: build without mesos support
The mesos package has been broken for >9 months, it doesn't make much
sense to have the spark package depend on it (and thus being broken) by
default.
2020-08-15 16:51:22 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Christine Koppelt
036ed5de72 spark: 2.4.3 -> 2.4.4; remove 1.6.3 (EOL); refactoring 2019-10-07 12:53:51 -05:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
kjuvi
9c17484327 spark: 2.2.1 -> 2.4.3 2019-05-19 17:14:05 +02:00
Kamil Chmielewski
3cdb8f581d spark: provided-hadoop -> nixpkgs hadoop
spark should use nixpkgs provided hadoop to make it consistent
for bigger Nix hadoop + spark setup
2018-04-23 20:48:33 +02:00
Thomas Karolski
006332d8ac
Fix spark scripts that use dirname 2018-03-21 01:57:58 +01:00
Andreas Rammhold
3e2015c239
spark_22: 2.2.0 -> 2.2.1 2018-01-11 12:52:32 +01:00
Andreas Rammhold
e250ca072a
spark_16: removed ancient (insecure) version 2018-01-11 12:50:51 +01:00
Andreas Rammhold
9213d0cfa5
spark: mark versions <= 2.2.0 && <= 2.1.2 as insecure due to CVE-2017-12612
Details can be retrieve at [1].

[1] https://spark.apache.org/security.html
2018-01-11 12:45:03 +01:00
Kamil Chmielewski
18249532a3 spark: 2.1.0 -> 2.2.0 2017-10-18 13:13:53 +02:00
Tim Steinbach
b90b1828dd Merge pull request #24352 from cko/spark-1_6_3
spark: 1.6.0 ->1.6.3
2017-03-30 22:36:16 -04:00
Christine Koppelt
258e3524e2 spark: activate R backend 2017-03-28 21:30:20 +02:00
Christine Koppelt
9d18de5f88 spark: 1.6.0 ->1.6.3 2017-03-26 16:07:21 +02:00
Facundo Domínguez
ae2932249e spark: 1.6.0 -> 2.1.0
Tested in linux with:
nix-env -f . -i spark-1.6.0
nix-env -f . -i spark

cc @thoughtpolice @offlinehacker
2017-02-06 17:27:57 -03:00
Tuomas Tynkkynen
5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Mathieu Boespflug
6cf1853f29 spark: Fix tarball hash.
Maybe tarball changed upstream. Who knows.

Fixes #13703
2016-03-07 23:16:26 +01:00
Mathieu Boespflug
936312879c spark: 1.4 -> 1.6. 2016-02-18 18:29:44 +01:00
Samuel Rivas
d72fad9ee4 spark: export the assembly to /share/java, fixes #11961
So that we can compile applications that depend on spark
2016-02-15 21:26:03 +01:00
Samuel Rivas
704e923ad5 spark: reduce default shell log verbosity 2016-02-15 21:26:03 +01:00
Samuel Rivas
d213089a25 spark: 1.4.0 -> 1.5.2 2016-02-15 21:26:03 +01:00
Edward Tjörnhammar
036722ab7c spark: 1.1.1 -> 1.4.0 2015-07-10 01:36:47 +02:00
Jaka Hudoklin
4a5897be65 spark: update to 1.1.1, simplify a lot 2014-12-04 17:40:21 +01:00
Austin Seipp
c8f82b4ee8 spark: 0.9.0 -> 0.9.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-29 10:34:28 -05:00
Austin Seipp
fb055c10f6 Make my packages slightly more consistent.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-07 20:27:02 -06:00
Austin Seipp
7d561c5ba9 spark: Remove unneeded whitespace.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-02 05:51:22 -06:00
Austin Seipp
55ac3b0a93 spark: version 0.9.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 22:29:08 -06:00