about summary refs log tree commit diff
path: root/nixos/tests/hadoop
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24hadoop: init 3.4, drop 3.2illustris1-0/+1
2023-11-07treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`K9002-14/+14
The former swallows exit codes, the latter doesn't.
2023-09-22hadoop, nixos/hadoop: remove untarDirillustris1-1/+1
2023-05-12nixos/tests/hadoop/hdfs.nix: get rid of `with lib`Anderson Torres1-4/+3
2023-02-11nixos/hbase: add thrift and rest serversillustris1-0/+25
2022-08-07nixos/hadoop.hbase: fix indentationillustris1-1/+1
2022-08-07nixos/hadoop: fix incorrect merging of yarnSiteInternalillustris1-1/+1
2022-08-07nixos/hadoop: add HBase submoduleillustris2-0/+85
2022-03-11nixos/hadoop: add module options for commonly used service configsillustris2-15/+10
2022-03-11nixos/hadoop: use CGroups to enforce container limits by defaultillustris1-2/+2
2022-03-11nixos/hadoop: add gateway roleillustris1-20/+27
2022-03-11nixos/hadoop: fix tests for hadoop 2 and 3.2illustris1-14/+26
2022-03-11nixos/hadoop: use FairScheduler by defaultillustris1-3/+0
2022-03-11hadoop: add passthrough testsillustris4-143/+159
2022-03-11nixos/hadoop: disable openFirewall by defaultillustris3-13/+53
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin2-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-03nixos/hadoop: replace "enabled" options with "enable" optionsillustris3-16/+16
The module has been using "enabled" in place of enable since init ( 0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662 )
2021-11-03nixos/hadoop: add HTTPFSillustris1-8/+15
2021-11-03nixos/hadoop: Add HA capabilitiesillustris3-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-25nixos/hadoop: add better testillustris3-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-25nixos/tests/hadoop: Use curl --failScott Worley2-4/+4
2019-12-17nixosTests.hadoop.yarn: Port tests to pythonChristian Kampka1-12/+12
2019-12-17nixosTests.hadoop.hdfs: Port tests to pythonChristian Kampka1-13/+13
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth2-6/+6
2018-06-29nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2-0/+100