summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/hadoop
AgeCommit message (Collapse)Author
2019-08-28treewide: remove redundant recvolth
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
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 Gloster
2019-08-20hadoop_2_*: build with openssl 1.0.2Robin Gloster
2019-08-17treewide: name -> pnamevolth
2019-07-01treewide: use dontConfigureworldofpeace
2018-08-13hadoop_3_1: 3.1.0 -> 3.1.1volth
2018-08-13hadoop_2_7: 2.7.6 -> 2.7.7volth
2018-08-13hadoop: fix build in sandboxvolth
2018-06-15Merge branch 'master' into hadoop_2_7-3_0volth
2018-06-15hadoop: update minor versionsvolth
2018-05-21hadoop: 2.2.0 -> 2.7.6, 2.8.6, 2.9.1, 3.0.2, 3.1.0Allan Espinosa
2017-12-22hadoop: avoid using wrapProgramvolth
Script renaming may result to weird things: http://i.imgur.com/0Xee013.png#
2017-12-22hadoop: 2.2.0 -> 2.7.5, 2.8.3, 2.9.0, 3.0.0volth
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-11-28Added a check to not run patchelf on Darwin systems.Tikhon Jelvis
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen
2016-06-20Captialize meta.description of all packagesBjørn Forsman
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-02-06hadoop: update, including fix for CVE-2013-2192Vladimír Čunát
2012-10-26hadoop: update to version 2.0.2-alphaPeter Simons
2012-08-22hadoop: add version 2.0.1-alphaPeter Simons