Describes the location where you can store customized configuration files, and the
pullcentralconfig utility that is used to detect such files.
Each service on a node has one or more configuration files associated with it. The default
version of each configuration file is stored locally under /opt/mapr/.
mapr.configuration volume, which is mounted
at:/var/mapr/configurationThe following diagram illustrates where
each configuration file is stored:
pullcentralconfig script to detect customized configuration files
in:/var/mapr/configurationThis script is launched every five minutes
by default. When the script finds a customized file, it overwrites the local files in
/opt/mapr. First, the script looks for node-specific custom configuration
files under:/var/mapr/configuration/nodes/<hostname>If the
script does not find any configuration files at that location, the script searches for
cluster-wide configuration files under:
/var/mapr/configuration/defaultThe /default
directory stores cluster-wide configuration files that apply to all nodes in the cluster by
default.