You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/02/27 16:02:30 UTC

nifi git commit: NIFI-963 Update admin guide to cover configuration of multiple lib directories

Repository: nifi
Updated Branches:
  refs/heads/master 58e50ae39 -> 99c7fe3b4


NIFI-963 Update admin guide to cover configuration of multiple lib directories

This closes #250.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/99c7fe3b
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/99c7fe3b
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/99c7fe3b

Branch: refs/heads/master
Commit: 99c7fe3b44f4c661366bb048bcc3f1eef7e757c7
Parents: 58e50ae
Author: Richard Miskin <r....@gmail.com>
Authored: Sat Feb 27 08:31:07 2016 +0000
Committer: Aldrin Piri <al...@apache.org>
Committed: Sat Feb 27 10:01:38 2016 -0500

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/99c7fe3b/nifi-docs/src/main/asciidoc/administration-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 829a56c..682a92c 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -1141,7 +1141,16 @@ only consider if `nifi.security.user.login.identity.provider` configured with a
 |nifi.templates.directory*|This is the location of the directory where flow templates are saved. The default value is ./conf/templates.l
 |nifi.ui.banner.text|This is banner text that may be configured to display at the top of the User Interface. It is blank by default.
 |nifi.ui.autorefresh.interval|The interval at which the User Interface auto-refreshes. The default value is 30 sec.
-|nifi.nar.library.directory|The location of the nar library. The default value is ./lib and probably should be left as is.
+|nifi.nar.library.directory|The location of the nar library. The default value is ./lib and probably should be left as is. +
+ +
+*NOTE*: Additional library directories can be specified by using the *_nifi.nar.library.directory._* prefix with unique suffixes and separate paths as values. +
+ +
+For example, to provide two additional library locations, a user could also specify additional properties with keys of: +
+ +
+nifi.nar.library.directory.lib1=/nars/lib1 +
+nifi.nar.library.directory.lib2=/nars/lib2 +
+ +
+Providing three total locations, including  _nifi.nar.library.directory_.
 |nifi.nar.working.directory|The location of the nar working directory. The default value is ./work/nar and probably should be left as is.
 |nifi.documentation.working.directory|The documentation working directory. The default value is ./work/docs/components and probably should be left as is.
 |====