about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/hadoop
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05treewide: throw on unsupported system src accessannalee1-1/+1
2023-10-21hadoop: remove duplicate `finalAttrs`illustris1-1/+1
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2023-10-09hadoop: fix build on darwinillustris2-3/+4
2023-09-24hadoop: fix eval on darwinillustris1-1/+1
2023-09-24hadoop: add native libs support in all versionsillustris2-35/+33
2023-09-22hadoop, nixos/hadoop: remove untarDirillustris1-23/+22
2023-09-22hadoop: support native libs on 3.2illustris1-25/+31
2023-09-22hadoop: 3.3.5 -> 3.3.6, build container executor from sourceillustris2-38/+90
2023-05-22hadoop: 3.3.4 -> 3.3.5illustris1-5/+4
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2022-10-02hadoop: 3.3.3 -> 3.3.4, remove outdated protobuf (#193665)illustris1-6/+9
2022-08-07hadoop: combine per-platforms into one attrsetillustris1-22/+27
2022-08-07hadoop,hbase: better default for HADOOP_CONF_DIR and HBASE_CONF_DIRillustris1-1/+2
order of precedence: - env var HADOOP_CONF_DIR for hadoop and HBASE_CONF_DIR for hbase, if set - /etc/hadoop-conf, if present - default confs in package
2022-07-13hadoop: fix failing evaluation on platforms other than x86_64-linuxillustris1-1/+1
2022-07-01hadoop: security updatesillustris1-12/+18
2022-06-29maintainers: remove volthajs1241-1/+1
github account deleted
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-04-18hadoop and spark: improve interoperabilityillustris1-0/+5
2022-03-11hadoop: Add support for linux container executor in versions < 3.3illustris1-6/+7
2022-03-11hadoop: Add Java 8 support for Hadoop 3.2illustris1-3/+8
2022-03-11hadoop: add passthrough testsillustris1-24/+31
2022-02-25hadoop: Minor simplifications to default.nixConnor Baker1-12/+4
2022-02-23hadoop: link native libraries on Darwin even though they're not used to ↵Connor Baker1-9/+3
simplify expression
2022-02-14hadoop: Consolidate sha256 attrs and add assert for supported platformsConnor Baker1-5/+5
2022-02-14hadoop: Group attrset update to ensure completion before passing to commonConnor Baker1-9/+9
2022-02-14hadoop: aarch64-linux has native libraries, darwin does notConnor Baker1-3/+5
2022-02-14hadoop: Make x86_64 settings default and conditionally overrideConnor Baker1-27/+27
2022-02-14hadoop: Use sha256 from nix-prefetch-url for aarch64 buildsConnor Baker1-2/+2
2022-02-14hadoop: Don't case-split on supported architecturesConnor Baker1-7/+1
2022-02-14hadoop: add aarch64 supportConnor Baker1-16/+52
This commit also changes the names of the tests for Hadoop so they use dashes instead of dots, and makes the default `hadoop` test what would have been `hadoop-all` after the rename. This change should mean that we're able to run `nix build github:nixos/nixpkgs/master#nixosTests.hadoop` which I was unable to do prior to this change.
2021-10-25hadoop: 2->3illustris1-164/+80
- Make hadoop 3 the default hadoop package - hadoop_3 -> 3.3.1 - hadoop_3_2 -> 3..2.2 - hadoop_2 -> 2.10.1
2021-08-01treewide: fix redirected URLsBen Siraphob1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-05-17hadoop: fix failing buildsillustris1-2/+13
Co-authored-by: itihas <sahiti93@gmail.com>
2021-02-23maven: use default jdkArnout Engelen1-2/+10
While builds using maven are relatively likely to target jdk8, they typically support building using default jdk. The main exception is the default jdk no longer supports targeting JRE's before version 8. For projects that do that we can override the jdk version for the maven used there.
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-4/+9
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-21hadoop: fix infinite recursionRobin Gloster1-6/+6
2019-08-20hadoop_2_*: build with openssl 1.0.2Robin Gloster1-2/+7
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-07-01treewide: use dontConfigureworldofpeace1-2/+2
2018-08-13hadoop_3_1: 3.1.0 -> 3.1.1volth1-3/+3
2018-08-13hadoop_2_7: 2.7.6 -> 2.7.7volth1-2/+2
2018-08-13hadoop: fix build in sandboxvolth1-6/+6
2018-06-15Merge branch 'master' into hadoop_2_7-3_0volth1-1/+0
2018-06-15hadoop: update minor versionsvolth1-12/+18
2018-05-21hadoop: 2.2.0 -> 2.7.6, 2.8.6, 2.9.1, 3.0.2, 3.1.0Allan Espinosa1-40/+65