Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Fix the document to point out HADOOP_CONF_DIR will also be used to fi… #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Hadoop config files
^^^^^^^^^^^^^^^^^^^

Last two methods of providing config for snakebite is through hadoop config files.
If ``HADOOP_HOME`` environment variable is set, snakebite will try to find ``core-site.xml``
and/or ``hdfs-site.xml`` files in ``$HADOOP_HOME`` directory. If ``HADOOP_HOME`` is not set,
If either ``HADOOP_HOME`` or ``HADOOP_CONF_DIR`` environment variable is set, snakebite will try to find ``core-site.xml``
and/or ``hdfs-site.xml`` files in ``$HADOOP_HOME/conf`` or ``$HADOOP_CONF_DIR`` directory. If ``HADOOP_HOME`` or ``HADOOP_CONF_DIR`` is not set,
snakebite will try to find those files in a couple of default hadoop config locations:

* /etc/hadoop/conf/core-site.xml
Expand Down