services.hadoop.yarn.nodemanager.extraFlags

NixOS option

Extra command line flags to pass to the service

type: list of string
Default
[ ]
Example
[
  "-Dcom.sun.management.jmxremote"
  "-Dcom.sun.management.jmxremote.port=8010"
]
declared in: nixos/modules/services/cluster/hadoop/yarn.nixView source on NixOS/nixpkgs →