services.hadoop.hdfs.datanode.dataDirs.*.path

NixOS option

Determines where on the local filesystem a data node should store its blocks.

type: absolute path
Example
[
  "/var/lib/hadoop/hdfs/dn"
]
declared in: nixos/modules/services/cluster/hadoop/hdfs.nixView source on NixOS/nixpkgs →