You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2014/12/19 20:12:54 UTC

incubator-nifi git commit: NIFI-150: Removed old formatted document and updated asciidoc version of user guide

Repository: incubator-nifi
Updated Branches:
  refs/heads/NIFI-USER-GUIDE 62f3354a1 -> 9c38f358b


NIFI-150: Removed old formatted document and updated asciidoc version of user guide


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

Branch: refs/heads/NIFI-USER-GUIDE
Commit: 9c38f358b8a599648f7da13a6d2cc0f3ff879863
Parents: 62f3354
Author: Mark Payne <ma...@hotmail.com>
Authored: Fri Dec 19 14:11:43 2014 -0500
Committer: Mark Payne <ma...@hotmail.com>
Committed: Fri Dec 19 14:11:43 2014 -0500

----------------------------------------------------------------------
 .../src/main/resources/docs/NiFi User Guide.odt   | Bin 372498 -> 0 bytes
 nifi-docs/src/main/asciidoc/nifi-user-guide.adoc  |   5 +++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/9c38f358/nar-bundles/framework-bundle/framework/resources/src/main/resources/docs/NiFi User Guide.odt
----------------------------------------------------------------------
diff --git a/nar-bundles/framework-bundle/framework/resources/src/main/resources/docs/NiFi User Guide.odt b/nar-bundles/framework-bundle/framework/resources/src/main/resources/docs/NiFi User Guide.odt
deleted file mode 100644
index 08d0f11..0000000
Binary files a/nar-bundles/framework-bundle/framework/resources/src/main/resources/docs/NiFi User Guide.odt and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/9c38f358/nifi-docs/src/main/asciidoc/nifi-user-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/nifi-user-guide.adoc b/nifi-docs/src/main/asciidoc/nifi-user-guide.adoc
index 20c5270..65878df 100644
--- a/nifi-docs/src/main/asciidoc/nifi-user-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/nifi-user-guide.adoc
@@ -504,10 +504,15 @@ Stopped state, the component can then be configured, started, or disabled.
 === Starting a Component
 
 In order to start a component, the following conditions must be met:
+
 - The component's configuration must be valid.
+
 - All defined Relationships for component must be connected to another component or auto-terminated.
+
 - The component must be stopped.
+
 - The component must be enabled.
+
 - The component must have no active tasks. For more information about active tasks, see the ``Anatomy of ...'' 
 sections under <<monitoring>> (<<processor_anatomy>>, <<process_group_anatomy>>, <<remote_group_anatomy>>).