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/11/30 19:25:19 UTC

[2/2] nifi-minifi git commit: MINIFI-127 In quick start guide, removing processors that are currently unusable due to reliance on Controller Services other than SSL Context

MINIFI-127 In quick start guide, removing processors that are currently unusable due to reliance on Controller Services other than SSL Context

This closes #49.

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


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

Branch: refs/heads/master
Commit: bcf6c6cb2fe1c00c83559a2bee490d5b468ec98f
Parents: 9ea13c6
Author: Joseph Percivall <JP...@apache.org>
Authored: Wed Nov 30 12:07:28 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Wed Nov 30 14:24:42 2016 -0500

----------------------------------------------------------------------
 .../markdown/minifi-java-agent-quick-start.md    | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/bcf6c6cb/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
----------------------------------------------------------------------
diff --git a/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md b/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
index 80ca1cb..63ee343 100644
--- a/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
+++ b/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
@@ -115,15 +115,13 @@ config.sh transform input_file output_file
 **Result:** Once you have your config.yml file in the minifi/conf directory, launch that instance of MiNiFi and your dataflow begins automatically.
 
 ##Using Processors Not Packaged with MiNiFi
-MiNiFi is shipped with the following processors:
+MiNiFi is able to use following processors out of the box:
 * UpdateAttribute
 * AttributesToJSON
 * Base64EncodeContent
 * CompressContent
 * ControlRate
 * ConvertCharacterSet
-* DetectDuplicate
-* DistributeLoad
 * DuplicateFlowFile
 * EncryptContent
 * EvaluateJsonPath
@@ -131,10 +129,8 @@ MiNiFi is shipped with the following processors:
 * EvaluateXPath
 * EvaluateXQuery
 * ExecuteProcess
-* ExecuteSQL
 * ExecuteStreamCommand
 * ExtractText
-* FetchDistributedMapCache
 * FetchFile
 * FetchSFTP
 * GenerateFlowFile
@@ -144,8 +140,6 @@ MiNiFi is shipped with the following processors:
 * GetJMSQueue
 * GetJMSTopic
 * GetSFTP
-* HandleHttpRequest
-* HandleHttpResponse
 * HashAttribute
 * HashContent
 * IdentifyMimeType
@@ -163,15 +157,12 @@ MiNiFi is shipped with the following processors:
 * MonitorActivity
 * ParseSyslog
 * PostHTTP
-* PutDistributedMapCache
 * PutEmail
 * PutFTP
 * PutFile
 * PutJMS
 * PutSFTP
-* PutSQL
 * PutSyslog
-* QueryDatabaseTable
 * ReplaceText
 * ReplaceTextWithMapping
 * RouteOnAttribute
@@ -194,6 +185,10 @@ If you want to create a dataflow with a processor not shipped with MiNiFi, you c
 2. Copy the desired NAR file into the MiNiFi lib directory.
 3. Restart your MiNiFi instance.
 
+**Note:** Currently only the StandardSSLContextService is supported as a controller service. It is created automatically if the the "Security Properties" section is set and can be referenced in the processor configuration using the ID "SSL-Context-Service".
+
+
+
 # Securing your Dataflow
 You can secure your MiNiFi dataflow using keystore or trust store SSL protocols, however, this information is not automatically generated. You will need to generate your security configuration information yourself.
 
@@ -272,9 +267,10 @@ You can load a new dataflow for a MiNiFi instance to run:
 
 ## Stopping MiNiFi
 
-You can MiNiFi at any time.
+You can stop MiNiFi at any time.
 
 Stopping MiNiFi:
+
 1. From a terminal window, navigate to the MiNiFi installation directory.
 2. Enter:
 ```
@@ -282,6 +278,7 @@ bin/minifi.sh stop
 ```
 
 Stopping MiNiFi as a service:
+
 1. From a terminal window, enter:
 ```
 sudo service minifi stop