Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-24 | hadoop: init 3.4, drop 3.2 | illustris | 1 | -0/+1 | |
2023-11-07 | treewide: replace `<command> | systemd-cat` with `systemd-cat <command>` | K900 | 2 | -14/+14 | |
The former swallows exit codes, the latter doesn't. | |||||
2023-09-22 | hadoop, nixos/hadoop: remove untarDir | illustris | 1 | -1/+1 | |
2023-05-12 | nixos/tests/hadoop/hdfs.nix: get rid of `with lib` | Anderson Torres | 1 | -4/+3 | |
2023-02-11 | nixos/hbase: add thrift and rest servers | illustris | 1 | -0/+25 | |
2022-08-07 | nixos/hadoop.hbase: fix indentation | illustris | 1 | -1/+1 | |
2022-08-07 | nixos/hadoop: fix incorrect merging of yarnSiteInternal | illustris | 1 | -1/+1 | |
2022-08-07 | nixos/hadoop: add HBase submodule | illustris | 2 | -0/+85 | |
2022-03-11 | nixos/hadoop: add module options for commonly used service configs | illustris | 2 | -15/+10 | |
2022-03-11 | nixos/hadoop: use CGroups to enforce container limits by default | illustris | 1 | -2/+2 | |
2022-03-11 | nixos/hadoop: add gateway role | illustris | 1 | -20/+27 | |
2022-03-11 | nixos/hadoop: fix tests for hadoop 2 and 3.2 | illustris | 1 | -14/+26 | |
2022-03-11 | nixos/hadoop: use FairScheduler by default | illustris | 1 | -3/+0 | |
2022-03-11 | hadoop: add passthrough tests | illustris | 4 | -143/+159 | |
2022-03-11 | nixos/hadoop: disable openFirewall by default | illustris | 3 | -13/+53 | |
2021-11-21 | nixos/qemu-vm: default memorySize 384 -> 1024 | Artturin | 2 | -3/+0 | |
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default | |||||
2021-11-03 | nixos/hadoop: replace "enabled" options with "enable" options | illustris | 3 | -16/+16 | |
The module has been using "enabled" in place of enable since init ( 0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662 ) | |||||
2021-11-03 | nixos/hadoop: add HTTPFS | illustris | 1 | -8/+15 | |
2021-11-03 | nixos/hadoop: Add HA capabilities | illustris | 3 | -58/+208 | |
- Add HDFS journalnode and ZKFC services - Test failover of HDFS and YARN master services in full hadoop test - Check if a minimal HDFS cluster works in the minimal HDFS test | |||||
2021-10-25 | nixos/hadoop: add better test | illustris | 3 | -4/+74 | |
The existing tests for HDFS and YARN only check if the services come up and expose their web interfaces. The new combined hadoop test will also test whether the services and roles work together as intended. It spin up an HDFS+YARN cluster and submit a demo YARN application that uses the hadoop cluster for storageand yarn cluster for compute. | |||||
2020-10-25 | nixos/tests/hadoop: Use curl --fail | Scott Worley | 2 | -4/+4 | |
2019-12-17 | nixosTests.hadoop.yarn: Port tests to python | Christian Kampka | 1 | -12/+12 | |
2019-12-17 | nixosTests.hadoop.hdfs: Port tests to python | Christian Kampka | 1 | -13/+13 | |
2018-07-20 | [bot] nixos/*: remove unused arguments in lambdas | volth | 2 | -6/+6 | |
2018-06-29 | nixos/hadoop: add hadoop module (hdfs, yarn) | Allan Espinosa | 2 | -0/+100 | |