# Functions
Load returns a HadoopConf object representing configuration from the specified path.
LoadFromEnvironment tries to locate the Hadoop configuration files based on the environment, and returns a HadoopConf object representing the parsed configuration.
# Type aliases
HadoopConf represents a map of all the key value configutation pairs found in a user's hadoop configuration files.