summary refs log tree commit diff
path: root/nixos/tests/hadoop/hdfs.nix
Commit message (Collapse)AuthorAge
* treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`K9002023-11-07
| | | | The former swallows exit codes, the latter doesn't.
* nixos/tests/hadoop/hdfs.nix: get rid of `with lib`Anderson Torres2023-05-12
|
* nixos/hadoop: add module options for commonly used service configsillustris2022-03-11
|
* nixos/hadoop: fix tests for hadoop 2 and 3.2illustris2022-03-11
|
* hadoop: add passthrough testsillustris2022-03-11
|
* nixos/hadoop: disable openFirewall by defaultillustris2022-03-11
|
* nixos/qemu-vm: default memorySize 384 -> 1024Artturin2021-11-21
| | | | | | | | | 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
* nixos/hadoop: replace "enabled" options with "enable" optionsillustris2021-11-03
| | | | The module has been using "enabled" in place of enable since init ( 0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662 )
* nixos/hadoop: add HTTPFSillustris2021-11-03
|
* nixos/hadoop: Add HA capabilitiesillustris2021-11-03
| | | | | | - 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
* nixos/hadoop: add better testillustris2021-10-25
| | | | | | | 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.
* nixos/tests/hadoop: Use curl --failScott Worley2020-10-25
|
* nixosTests.hadoop.hdfs: Port tests to pythonChristian Kampka2019-12-17
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2018-06-29