hadoop: 3.4.1 -> 3.4.2, use jdk21

- Update hadoop to 3.4.2
- Switch from jdk11 to jdk21
- Add support for lean variant builds
- Replace netstat with ss in tests
This commit is contained in:
illustris
2025-09-13 21:48:09 +05:30
parent 9f5adfabcc
commit c3c9b51017
2 changed files with 14 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ import ../make-test-python.nix (
nn2.wait_for_open_port(9870)
nn2.wait_for_open_port(8022)
nn2.wait_for_open_port(8020)
nn1.succeed("systemd-cat netstat -tulpne")
nn1.succeed("systemd-cat ss -tulpne")
# Start failover controllers
nn1.succeed("systemctl start hdfs-zkfc")