Skip to content

Commit

Permalink
Update HDFS docs to fix some wording issues (mlflow#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Apr 21, 2019
1 parent 9b1135b commit 606345a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,28 +371,28 @@ the client in order to enforce this property.


HDFS
^^^^^
^^^^

To store artifacts in an HDFS, specify a URI of the form ``hdfs://<path>``. It can contain host and port:
To store artifacts in HDFS, specify a ``hdfs:`` URI. It can contain host and port:

| ``hdfs://<host>:<port>/<path>`` or just the path:
| ``hdfs://<path>``
|
Choice is dependant on the authorization in use. Supported are two cases:
There are also two ways to authenticate to HDFS:

- Use current account authorization (Linux account)
- Use current UNIX account authorization
- Kerberos credentials using following environment variables:

.. code-block:: bash
export MLFLOW_KERBEROS_TICKET_CACHE=/tmp/krb5cc_22222222
export MLFLOW_KERBEROS_USER=user_name_to_use
Most of the cluster contest settings is read from ```hdfs-site.xml``` accessed by the hdfs native driver
Most of the cluster contest settings is read from ```hdfs-site.xml``` accessed by the HDFS native driver
driver using the ``CLASSPATH`` environment variable.

Optionally one can select different version of native driver by:
Optionally one can select a different version of the HDFS driver library using:

.. code-block:: bash
Expand Down

0 comments on commit 606345a

Please sign in to comment.