summary refs log tree commit diff
path: root/nixos/tests/hadoop/yarn.nix
Commit message (Collapse)AuthorAge
* nixos/hadoop: use CGroups to enforce container limits by defaultillustris2022-03-11
|
* nixos/hadoop: use FairScheduler by defaultillustris2022-03-11
|
* hadoop: add passthrough testsillustris2022-03-11
|
* nixos/hadoop: disable openFirewall by defaultillustris2022-03-11
|
* 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 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.yarn: 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