Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.PutHiveStreaming/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.PutHiveStreaming/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.PutHiveStreaming/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.PutHiveStreaming/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutHiveStreaming</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>This processor 
uses Hive Streaming to send flow file data to an Apache Hive table. The 
incoming flow file is expected to be in Avro format and the table must exist in 
Hive. Please see the Hive documentation for requirements on the Hive table 
(format, partitions, etc.). The partition values are extracted from the Avro 
record based on the names of the partition columns as specified in the 
processor.</p><h3>Tags: </h3><p>hive, streaming, put, database, 
store</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expressio
 n Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hive Metastore URI</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
URI location for the Hive Metastore. Note that this is not the location of the 
Hive Server. The default port for the Hive metastore is 9043.</td></tr><tr><td 
id="name">Hive Configuration Resources</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A file or comma separated list 
of files which contains the Hive configuration (hive-site.xml, e.g.). Without 
this, Hadoop will search the classpath for a 'hive-site.xml' file or will 
revert to a default configuration. Note that to enable authentication with 
Kerberos e.g., the appropriate properties must be set in the configuration 
files. Please see the Hive documentation for more details.</td></tr><tr><td 
id="name"><strong>Database Name</s
 trong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The name of the database in which to put the 
data.</td></tr><tr><td id="name"><strong>Table Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the database table in which to put the data.</td></tr><tr><td 
id="name">Partition Columns</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A comma-delimited list of 
column names on which the table has been partitioned. The order of values in 
this list must correspond exactly to the order of partition columns specified 
during the table creation.</td></tr><tr><td id="name"><strong>Auto-Create 
Partitions</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Flag indicating whether partitions should be automatically 
created</td></tr><tr><td id="name"><strong>Max Open Connections</strong>
 </td><td id="default-value">8</td><td id="allowable-values"></td><td 
id="description">The maximum number of open connections that can be allocated 
from this pool at the same time, or negative for no limit.</td></tr><tr><td 
id="name"><strong>Heartbeat Interval</strong></td><td 
id="default-value">60</td><td id="allowable-values"></td><td 
id="description">Indicates that a heartbeat should be sent when the specified 
number of seconds has elapsed. A value of 0 indicates that no heartbeat should 
be sent.</td></tr><tr><td id="name"><strong>Transactions per 
Batch</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">A hint to Hive Streaming 
indicating how many transactions the processor task will need. This value must 
be greater than 1.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Kerberos Principal</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Kerberos principal to authenti
 cate as. Requires nifi.kerberos.krb5.file to be set in your 
nifi.properties</td></tr><tr><td id="name">Kerberos Keytab</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Kerberos keytab associated with the principal. Requires 
nifi.kerberos.krb5.file to be set in your 
nifi.properties</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>The
 incoming FlowFile is routed to this relationship if its records cannot be 
transmitted to Hive. Note that some records may have been processed 
successfully, they will be routed (as JSON flow files) to the success 
relationship. The combination of the retry, success, and failure relationships 
indicate how many records succeeded and/or failed. This can be used to provide 
a retry capability since full rollback is not 
possible.</td></tr><tr><td>success</td><td>A FlowFile containing the JSON 
contents of a record is routed to this relationship aft
 er the record has been successfully transmitted to 
Hive.</td></tr><tr><td>failure</td><td>A FlowFile containing the JSON contents 
of a record is routed to this relationship if the record could not be 
transmitted to Hive.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>hivestreaming.record.count</td><td>This
 attribute is written on the flow files routed to the 'success' and 'failure' 
relationships, and contains the number of records from the incoming flow file 
written successfully and unsuccessfully, 
respectively.</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutHiveStreaming</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>This processor 
uses Hive Streaming to send flow file data to an Apache Hive table. The 
incoming flow file is expected to be in Avro format and the table must exist in 
Hive. Please see the Hive documentation for requirements on the Hive table 
(format, partitions, etc.). The partition values are extracted from the Avro 
record based on the names of the partition columns as specified in the 
processor.</p><h3>Tags: </h3><p>hive, streaming, put, database, 
store</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expressio
 n Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hive Metastore URI</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
URI location for the Hive Metastore. Note that this is not the location of the 
Hive Server. The default port for the Hive metastore is 9043.</td></tr><tr><td 
id="name">Hive Configuration Resources</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A file or comma separated list 
of files which contains the Hive configuration (hive-site.xml, e.g.). Without 
this, Hadoop will search the classpath for a 'hive-site.xml' file or will 
revert to a default configuration. Note that to enable authentication with 
Kerberos e.g., the appropriate properties must be set in the configuration 
files. Please see the Hive documentation for more details.</td></tr><tr><td 
id="name"><strong>Database Name</s
 trong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The name of the database in which to put the 
data.</td></tr><tr><td id="name"><strong>Table Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the database table in which to put the data.</td></tr><tr><td 
id="name">Partition Columns</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A comma-delimited list of 
column names on which the table has been partitioned. The order of values in 
this list must correspond exactly to the order of partition columns specified 
during the table creation.</td></tr><tr><td id="name"><strong>Auto-Create 
Partitions</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Flag indicating whether partitions should be automatically 
created</td></tr><tr><td id="name"><strong>Max Open Connections</strong>
 </td><td id="default-value">8</td><td id="allowable-values"></td><td 
id="description">The maximum number of open connections that can be allocated 
from this pool at the same time, or negative for no limit.</td></tr><tr><td 
id="name"><strong>Heartbeat Interval</strong></td><td 
id="default-value">60</td><td id="allowable-values"></td><td 
id="description">Indicates that a heartbeat should be sent when the specified 
number of seconds has elapsed. A value of 0 indicates that no heartbeat should 
be sent.</td></tr><tr><td id="name"><strong>Transactions per 
Batch</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">A hint to Hive Streaming 
indicating how many transactions the processor task will need. This value must 
be greater than 1.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Kerberos Principal</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Kerberos principal to authenti
 cate as. Requires nifi.kerberos.krb5.file to be set in your 
nifi.properties</td></tr><tr><td id="name">Kerberos Keytab</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Kerberos keytab associated with the principal. Requires 
nifi.kerberos.krb5.file to be set in your 
nifi.properties</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>The
 incoming FlowFile is routed to this relationship if its records cannot be 
transmitted to Hive. Note that some records may have been processed 
successfully, they will be routed (as JSON flow files) to the success 
relationship. The combination of the retry, success, and failure relationships 
indicate how many records succeeded and/or failed. This can be used to provide 
a retry capability since full rollback is not 
possible.</td></tr><tr><td>success</td><td>A FlowFile containing the JSON 
contents of a record is routed to this relationship aft
 er the record has been successfully transmitted to 
Hive.</td></tr><tr><td>failure</td><td>A FlowFile containing the JSON contents 
of a record is routed to this relationship if the record could not be 
transmitted to Hive.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>hivestreaming.record.count</td><td>This
 attribute is written on the flow files routed to the 'success' and 'failure' 
relationships, and contains the number of records from the incoming flow file 
written successfully and unsuccessfully, 
respectively.</td></tr></table><h3>State management: </h3>This processor has no 
state management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.SelectHiveQL/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.SelectHiveQL/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.SelectHiveQL/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hive.SelectHiveQL/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SelectHiveQL</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Execute provided 
HiveQL SELECT query against a Hive database connection. Query result will be 
converted to Avro or CSV format. Streaming is used so arbitrarily large result 
sets are supported. This processor can be scheduled to run on a timer, or cron 
expression, using the standard scheduling methods, or it can be triggered by an 
incoming FlowFile. If it is triggered by an incoming FlowFile, then attributes 
of that FlowFile will be available when evaluating the select query. FlowFile 
attribute 'selecthiveql.row.count' indicates how many rows were 
selected.</p><h3>Tags: </h3><p>hive, sql, select, jdbc, query, 
database</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are conside
 red optional. The table also indicates any default values, and whether a 
property supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hive Database Connection Pooling Service</strong></td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>HiveDBCPService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a></td><td
 id="description">The Hive Controller Service that is used to obtain 
connection(s) to the Hive database</td></tr><tr><td id="name"><strong>HiveQL 
Select Query</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">HiveQL SELECT query to 
execute<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><st
 rong>Output Format</strong></td><td id="default-value">Avro</td><td 
id="allowable-values"><ul><li>Avro</li><li>CSV</li></ul></td><td 
id="description">How to represent the records coming from Hive (Avro, CSV, 
e.g.)</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Successfully
 created FlowFile from HiveQL query result 
set.</td></tr><tr><td>failure</td><td>HiveQL query execution failed. Incoming 
FlowFile will be penalized and routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>Sets
 the MIME type for the outgoing flowfile to application/avro-binary for Avro or 
text/csv for CSV.</td></tr><tr><td>filename</td><td>Adds .avro or .csv to the 
filename attribute depending on which output format is 
selected.</td></tr><tr><td>selecthiveql.row.count</td><t
 d>Indicates how many rows were selected/returned by the 
query.</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SelectHiveQL</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Execute provided 
HiveQL SELECT query against a Hive database connection. Query result will be 
converted to Avro or CSV format. Streaming is used so arbitrarily large result 
sets are supported. This processor can be scheduled to run on a timer, or cron 
expression, using the standard scheduling methods, or it can be triggered by an 
incoming FlowFile. If it is triggered by an incoming FlowFile, then attributes 
of that FlowFile will be available when evaluating the select query. FlowFile 
attribute 'selecthiveql.row.count' indicates how many rows were 
selected.</p><h3>Tags: </h3><p>hive, sql, select, jdbc, query, 
database</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are conside
 red optional. The table also indicates any default values, and whether a 
property supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hive Database Connection Pooling Service</strong></td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>HiveDBCPService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a></td><td
 id="description">The Hive Controller Service that is used to obtain 
connection(s) to the Hive database</td></tr><tr><td id="name"><strong>HiveQL 
Select Query</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">HiveQL SELECT query to 
execute<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><st
 rong>Output Format</strong></td><td id="default-value">Avro</td><td 
id="allowable-values"><ul><li>Avro</li><li>CSV</li></ul></td><td 
id="description">How to represent the records coming from Hive (Avro, CSV, 
e.g.)</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Successfully
 created FlowFile from HiveQL query result 
set.</td></tr><tr><td>failure</td><td>HiveQL query execution failed. Incoming 
FlowFile will be penalized and routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>Sets
 the MIME type for the outgoing flowfile to application/avro-binary for Avro or 
text/csv for CSV.</td></tr><tr><td>filename</td><td>Adds .avro or .csv to the 
filename attribute depending on which output format is 
selected.</td></tr><tr><td>selecthiveql.row.count</td><t
 d>Indicates how many rows were selected/returned by the 
query.</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.ExtractHL7Attributes/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.ExtractHL7Attributes/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.ExtractHL7Attributes/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.ExtractHL7Attributes/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractHL7Attributes</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Extracts 
information from an HL7 (Health Level 7) formatted FlowFile and adds the 
information as FlowFile Attributes. The attributes are named as &lt;Segment 
Name&gt; &lt;dot&gt; &lt;Field Index&gt;. If the segment is repeating, the 
naming will be &lt;Segment Name&gt; &lt;underscore&gt; &lt;Segment Index&gt; 
&lt;dot&gt; &lt;Field Index&gt;. For example, we may have an attribute named 
"MHS.12" with a value of "2.1" and an attribute named "OBX_11.3" with a value 
of "93000^CPT4".</p><h3>Tags: </h3><p>HL7, health level 7, healthcare, extract, 
attributes</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, an
 d whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Character Encoding</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Encoding that is used to encode the HL7 
data<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Use Segment Names</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to use HL7 segment names in 
attributes</td></tr><tr><td id="name"><strong>Parse Segment 
Fields</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to parse HL7 segment fields into 
attributes</td></tr><tr><td i
 d="name"><strong>Skip Validation</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to validate HL7 message values</td></tr><tr><td 
id="name"><strong>HL7 Input Version</strong></td><td 
id="default-value">autodetect</td><td 
id="allowable-values"><ul><li>autodetect</li><li>2.2</li><li>2.3</li><li>2.3.1</li><li>2.4</li><li>2.5</li><li>2.5.1</li><li>2.6</li></ul></td><td
 id="description">The HL7 version to use for parsing and 
validation</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>A
 FlowFile is routed to this relationship if it is properly parsed as HL7 and 
its attributes extracted</td></tr><tr><td>failure</td><td>A FlowFile is routed 
to this relationship if it cannot be mapped to FlowFile Attributes. This would 
happen if the FlowFile does not contain valid HL7 
data</td></tr></table><h3>Reads Attributes: 
 </h3>None specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractHL7Attributes</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Extracts 
information from an HL7 (Health Level 7) formatted FlowFile and adds the 
information as FlowFile Attributes. The attributes are named as &lt;Segment 
Name&gt; &lt;dot&gt; &lt;Field Index&gt;. If the segment is repeating, the 
naming will be &lt;Segment Name&gt; &lt;underscore&gt; &lt;Segment Index&gt; 
&lt;dot&gt; &lt;Field Index&gt;. For example, we may have an attribute named 
"MHS.12" with a value of "2.1" and an attribute named "OBX_11.3" with a value 
of "93000^CPT4".</p><h3>Tags: </h3><p>HL7, health level 7, healthcare, extract, 
attributes</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, an
 d whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Character Encoding</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Encoding that is used to encode the HL7 
data<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Use Segment Names</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to use HL7 segment names in 
attributes</td></tr><tr><td id="name"><strong>Parse Segment 
Fields</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to parse HL7 segment fields into 
attributes</td></tr><tr><td i
 d="name"><strong>Skip Validation</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not to validate HL7 message values</td></tr><tr><td 
id="name"><strong>HL7 Input Version</strong></td><td 
id="default-value">autodetect</td><td 
id="allowable-values"><ul><li>autodetect</li><li>2.2</li><li>2.3</li><li>2.3.1</li><li>2.4</li><li>2.5</li><li>2.5.1</li><li>2.6</li></ul></td><td
 id="description">The HL7 version to use for parsing and 
validation</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>A
 FlowFile is routed to this relationship if it is properly parsed as HL7 and 
its attributes extracted</td></tr><tr><td>failure</td><td>A FlowFile is routed 
to this relationship if it cannot be mapped to FlowFile Attributes. This would 
happen if the FlowFile does not contain valid HL7 
data</td></tr></table><h3>Reads Attributes: 
 </h3>None specified.<h3>Writes Attributes: </h3>None specified.<h3>State 
management: </h3>This processor has no state management.<h3>Restricted: 
</h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.RouteHL7/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.RouteHL7/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.RouteHL7/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.hl7.RouteHL7/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>RouteHL7</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Routes incoming 
HL7 data according to user-defined queries. To add a query, add a new property 
to the processor. The name of the property will become a new relationship for 
the processor, and the value is an HL7 Query Language query. If a FlowFile 
matches the query, a copy of the FlowFile will be routed to the associated 
relationship.</p><h3>Tags: </h3><p>HL7, healthcare, route, Health Level 
7</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
 Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Character Encoding</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Encoding that is used to encode the HL7 
data<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">Name of a Relationship</td><td id="value">An HL7 Query Language 
query</td><td>If a FlowFile matches the query, it will be routed to a 
relationship with the name of the 
property</td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>Any
 FlowFile that cannot be parsed as HL7 will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original Flo
 wFile that comes into this processor will be routed to this relationship, 
unless it is routed to 'failure'</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>RouteHL7.Route</td><td>The
 name of the relationship to which the FlowFile was 
routed</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>RouteHL7</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Routes incoming 
HL7 data according to user-defined queries. To add a query, add a new property 
to the processor. The name of the property will become a new relationship for 
the processor, and the value is an HL7 Query Language query. If a FlowFile 
matches the query, a copy of the FlowFile will be routed to the associated 
relationship.</p><h3>Tags: </h3><p>HL7, healthcare, route, Health Level 
7</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
 Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Character Encoding</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Encoding that is used to encode the HL7 
data<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">Name of a Relationship</td><td id="value">An HL7 Query Language 
query</td><td>If a FlowFile matches the query, it will be routed to a 
relationship with the name of the 
property</td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>Any
 FlowFile that cannot be parsed as HL7 will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original Flo
 wFile that comes into this processor will be routed to this relationship, 
unless it is routed to 'failure'</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>RouteHL7.Route</td><td>The
 name of the relationship to which the FlowFile was 
routed</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.GetIgniteCache/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.GetIgniteCache/index.html?rev=1771896&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.GetIgniteCache/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.GetIgniteCache/index.html
 Tue Nov 29 12:33:21 2016
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetIgniteCache</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Get the byte array 
from Ignite Cache and adds it as the content of a FlowFile.The processor uses 
the value of FlowFile attribute (Ignite cache entry key) as the cache key 
lookup. If the entry corresponding to the key is not found in the cache an 
error message is associated with the FlowFile Note - The Ignite Kernel 
periodically outputs node performance statistics to the logs. This message  can 
be turned off by setting the log level for logger 'org.apache.ignite' to WARN 
in the logback.xml configuration file.</p><h3>Tags: </h3><p>Ignite, get, read, 
cache, key</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values,
  and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name">Ignite Spring Properties Xml File</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Ignite spring configuration 
file, &lt;path&gt;/&lt;ignite-configuration&gt;.xml. If the configuration file 
is not provided, default Ignite configuration configuration is used which binds 
to 127.0.0.1:47500..47509</td></tr><tr><td id="name">Ignite Cache Name</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the ignite cache</td></tr><tr><td id="name"><strong>Ignite Cache Entry 
Identifier</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A FlowFile attribute, or 
attribute expression used for determining Ignite cache key for the Flow F
 ile content<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are written to Ignite cache are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
written to Ignite cache are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>ignite.cache.get.failed.reason</td><td>The
 reason for getting entry from cache</td></tr></table><h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3><h3>See 
Also:</h3><p><a 
href="../org.apache.nifi.processors.ignite.cache.PutIgniteCache/index.html">PutIgniteCache</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.PutIgniteCache/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.PutIgniteCache/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.PutIgniteCache/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.ignite.cache.PutIgniteCache/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutIgniteCache</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Stream the 
contents of a FlowFile to Ignite Cache using DataStreamer. The processor uses 
the value of FlowFile attribute (Ignite cache entry key) as the cache key and 
the byte array of the FlowFile as the value of the cache entry value.  Both the 
string key and a  non-empty byte array value are required otherwise the 
FlowFile is transfered to the failure relation. Note - The Ignite Kernel 
periodically outputs node performance statistics to the logs. This message  can 
be turned off by setting the log level for logger 'org.apache.ignite' to WARN 
in the logback.xml configuration file.</p><h3>Tags: </h3><p>Ignite, insert, 
update, stream, write, put, cache, key</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
 other properties (not in bold) are considered optional. The table also 
indicates any default values, and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name">Ignite Spring Properties Xml File</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Ignite spring configuration 
file, &lt;path&gt;/&lt;ignite-configuration&gt;.xml. If the configuration file 
is not provided, default Ignite configuration configuration is used which binds 
to 127.0.0.1:47500..47509</td></tr><tr><td id="name">Ignite Cache Name</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the ignite cache</td></tr><tr><td id="name"><strong>Batch Size For 
Entries</strong></td><td id="default-value">250</td><td 
id="allowable-values"></td><td id="description">Ba
 tch size for entries (1-500).</td></tr><tr><td id="name"><strong>Ignite Cache 
Entry Identifier</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A FlowFile attribute, or 
attribute expression used for determining Ignite cache key for the Flow File 
content<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Data Streamer Per Node 
Parallel Operations</strong></td><td id="default-value">5</td><td 
id="allowable-values"></td><td id="description">Data streamer per node 
parallelism</td></tr><tr><td id="name"><strong>Data Streamer Per Node Buffer 
Size</strong></td><td id="default-value">250</td><td 
id="allowable-values"></td><td id="description">Data streamer per node buffer 
size (1-500).</td></tr><tr><td id="name"><strong>Data Streamer Auto Flush 
Frequency in millis</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">Data streamer flush interval in 
millis seconds</td>
 </tr><tr><td id="name"><strong>Data Streamer Allow Override</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to override values already in the 
cache</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are written to Ignite cache are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
written to Ignite cache are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>ignite.cache.batch.flow.file.total.count</td><td>The
 total number of FlowFile in the 
batch</td></tr><tr><td>ignite.cache.batch.flow.file.item.number</td><td>The 
item number of FlowFile in the 
batch</td></tr><tr><td>ignite.cache.batch.flow.file.successful.num
 ber</td><td>The successful FlowFile item 
number</td></tr><tr><td>ignite.cache.batch.flow.file.successful.count</td><td>The
 number of successful 
FlowFiles</td></tr><tr><td>ignite.cache.batch.flow.file.failed.number</td><td>The
 failed FlowFile item 
number</td></tr><tr><td>ignite.cache.batch.flow.file.failed.count</td><td>The 
total number of failed FlowFiles in the 
batch</td></tr><tr><td>ignite.cache.batch.flow.file.failed.reason</td><td>The 
failed reason attribute key</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutIgniteCache</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Stream the 
contents of a FlowFile to Ignite Cache using DataStreamer. The processor uses 
the value of FlowFile attribute (Ignite cache entry key) as the cache key and 
the byte array of the FlowFile as the value of the cache entry value.  Both the 
string key and a  non-empty byte array value are required otherwise the 
FlowFile is transferred to the failure relation. Note - The Ignite Kernel 
periodically outputs node performance statistics to the logs. This message  can 
be turned off by setting the log level for logger 'org.apache.ignite' to WARN 
in the logback.xml configuration file.</p><h3>Tags: </h3><p>Ignite, insert, 
update, stream, write, put, cache, key</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any
  other properties (not in bold) are considered optional. The table also 
indicates any default values, and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name">Ignite Spring Properties Xml File</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Ignite spring configuration 
file, &lt;path&gt;/&lt;ignite-configuration&gt;.xml. If the configuration file 
is not provided, default Ignite configuration configuration is used which binds 
to 127.0.0.1:47500..47509</td></tr><tr><td id="name">Ignite Cache Name</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the ignite cache</td></tr><tr><td id="name"><strong>Batch Size For 
Entries</strong></td><td id="default-value">250</td><td 
id="allowable-values"></td><td id="description">B
 atch size for entries (1-500).</td></tr><tr><td id="name"><strong>Ignite Cache 
Entry Identifier</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A FlowFile attribute, or 
attribute expression used for determining Ignite cache key for the Flow File 
content<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Data Streamer Per Node 
Parallel Operations</strong></td><td id="default-value">5</td><td 
id="allowable-values"></td><td id="description">Data streamer per node 
parallelism</td></tr><tr><td id="name"><strong>Data Streamer Per Node Buffer 
Size</strong></td><td id="default-value">250</td><td 
id="allowable-values"></td><td id="description">Data streamer per node buffer 
size (1-500).</td></tr><tr><td id="name"><strong>Data Streamer Auto Flush 
Frequency in millis</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">Data streamer flush interval in 
millis seconds</td
 ></tr><tr><td id="name"><strong>Data Streamer Allow Override</strong></td><td 
 >id="default-value">false</td><td 
 >id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
 >id="description">Whether to override values already in the 
 >cache</td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 > FlowFiles that are written to Ignite cache are routed to this 
 >relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
 >written to Ignite cache are routed to this 
 >relationship</td></tr></table><h3>Reads Attributes: </h3>None 
 >specified.<h3>Writes Attributes: </h3><table 
 >id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>ignite.cache.batch.flow.file.total.count</td><td>The
 > total number of FlowFile in the 
 >batch</td></tr><tr><td>ignite.cache.batch.flow.file.item.number</td><td>The 
 >item number of FlowFile in the 
 >batch</td></tr><tr><td>ignite.cache.batch.flow.file.successful.nu
 mber</td><td>The successful FlowFile item 
number</td></tr><tr><td>ignite.cache.batch.flow.file.successful.count</td><td>The
 number of successful 
FlowFiles</td></tr><tr><td>ignite.cache.batch.flow.file.failed.number</td><td>The
 failed FlowFile item 
number</td></tr><tr><td>ignite.cache.batch.flow.file.failed.count</td><td>The 
total number of failed FlowFiles in the 
batch</td></tr><tr><td>ignite.cache.batch.flow.file.failed.reason</td><td>The 
failed reason attribute key</td></tr></table><h3>State management: </h3>This 
processor has no state management.<h3>Restricted: </h3><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.ignite.cache.GetIgniteCache/index.html">GetIgniteCache</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ExtractImageMetadata/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ExtractImageMetadata/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ExtractImageMetadata/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ExtractImageMetadata/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractImageMetadata</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Extract the image 
metadata from flowfiles containing images. This processor relies on this 
metadata extractor library https://github.com/drewnoakes/metadata-extractor. It 
extracts a long list of metadata types including but not limited to EXIF, IPTC, 
XMP and Photoshop fields. For the full list visit the library's website.NOTE: 
The library being used loads the images into memory so extremely large images 
may cause problems.</p><h3>Tags: </h3><p>Exif, Exchangeable, image, file, 
format, JPG, GIF, PNG, BMP, metadata, IPTC, XMP</p><h3>Properties: </h3><p>In 
the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values.</p><table 
id="properties"><tr
 ><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name">Max Number of 
 >Attributes</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Specify the max number of attributes to add to the flowfile. 
 >There is no guarantee in what order the tags will be processed. By default it 
 >will process all of them.</td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 > FlowFile that successfully has image metadata extracted will be routed to 
 >success</td></tr><tr><td>failure</td><td>Any FlowFile that fails to have 
 >image metadata extracted will be routed to failure</td></tr></table><h3>Reads 
 >Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
 >id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>&lt;directory
 > name&gt;.&lt;tag name&gt;</td><td>The extracted image metadata will be 
 >inserted with the attribute name
  "&lt;directory name&gt;.&lt;tag name&gt;". </td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractImageMetadata</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Extract the image 
metadata from flowfiles containing images. This processor relies on this 
metadata extractor library https://github.com/drewnoakes/metadata-extractor. It 
extracts a long list of metadata types including but not limited to EXIF, IPTC, 
XMP and Photoshop fields. For the full list visit the library's website.NOTE: 
The library being used loads the images into memory so extremely large images 
may cause problems.</p><h3>Tags: </h3><p>Exif, Exchangeable, image, file, 
format, JPG, GIF, PNG, BMP, metadata, IPTC, XMP</p><h3>Properties: </h3><p>In 
the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values.</p><table 
id="properties"><tr
 ><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name">Max Number of 
 >Attributes</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Specify the max number of attributes to add to the flowfile. 
 >There is no guarantee in what order the tags will be processed. By default it 
 >will process all of them.</td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 > FlowFile that successfully has image metadata extracted will be routed to 
 >success</td></tr><tr><td>failure</td><td>Any FlowFile that fails to have 
 >image metadata extracted will be routed to failure</td></tr></table><h3>Reads 
 >Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
 >id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>&lt;directory
 > name&gt;.&lt;tag name&gt;</td><td>The extracted image metadata will be 
 >inserted with the attribute name
  "&lt;directory name&gt;.&lt;tag name&gt;". </td></tr></table><h3>State 
management: </h3>This processor has no state management.<h3>Restricted: 
</h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ResizeImage/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ResizeImage/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ResizeImage/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.image.ResizeImage/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ResizeImage</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Resizes an image 
to user-specified dimensions. This Processor uses the image codecs registered 
with the environment that NiFi is running in. By default, this includes JPEG, 
PNG, BMP, WBMP, and GIF images.</p><h3>Tags: </h3><p>resize, image, jpg, jpeg, 
png, bmp, wbmp, gif</p><h3>Properties: </h3><p>In the list below, the names of 
required properties appear in <strong>bold</strong>. Any other properties (not 
in bold) are considered optional. The table also indicates any default values, 
and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Image Width (in pixels)</strong></td
 ><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The desired number of pixels for the image's 
 >width<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Image Height (in 
 >pixels)</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The desired number of pixels 
 >for the image's height<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Scaling 
 >Algorithm</strong></td><td id="default-value">Default</td><td 
 >id="allowable-values"><ul><li>Default <img 
 >src="../../html/images/iconInfo.png" alt="Use the default algorithm" 
 >title="Use the default algorithm"></img></li><li>Scale Fast <img 
 >src="../../html/images/iconInfo.png" alt="Emphasize speed of the scaling over 
 >smoothness" title="Emphasize speed of the scaling over 
 >smoothness"></img></li><li>Scale Smooth <img 
 >src="../../html/images/iconInfo.png" alt="Emphasize smoothness of the scaling 
 >over speed
 " title="Emphasize smoothness of the scaling over 
speed"></img></li><li>Replicate Scale Filter <img 
src="../../html/images/iconInfo.png" alt="Use the Replicate Scale Filter 
algorithm" title="Use the Replicate Scale Filter algorithm"></img></li><li>Area 
Averaging <img src="../../html/images/iconInfo.png" alt="Use the Area Averaging 
scaling algorithm" title="Use the Area Averaging scaling 
algorithm"></img></li></ul></td><td id="description">Specifies which algorithm 
should be used to resize the image</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>A
 FlowFile is routed to this relationship if it is successfully 
resized</td></tr><tr><td>failure</td><td>A FlowFile is routed to this 
relationship if it is not in the specified format</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ResizeImage</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Resizes an image 
to user-specified dimensions. This Processor uses the image codecs registered 
with the environment that NiFi is running in. By default, this includes JPEG, 
PNG, BMP, WBMP, and GIF images.</p><h3>Tags: </h3><p>resize, image, jpg, jpeg, 
png, bmp, wbmp, gif</p><h3>Properties: </h3><p>In the list below, the names of 
required properties appear in <strong>bold</strong>. Any other properties (not 
in bold) are considered optional. The table also indicates any default values, 
and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Image Width (in pixels)</strong></td
 ><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The desired number of pixels for the image's 
 >width<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Image Height (in 
 >pixels)</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The desired number of pixels 
 >for the image's height<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Scaling 
 >Algorithm</strong></td><td id="default-value">Default</td><td 
 >id="allowable-values"><ul><li>Default <img 
 >src="../../html/images/iconInfo.png" alt="Use the default algorithm" 
 >title="Use the default algorithm"></img></li><li>Scale Fast <img 
 >src="../../html/images/iconInfo.png" alt="Emphasize speed of the scaling over 
 >smoothness" title="Emphasize speed of the scaling over 
 >smoothness"></img></li><li>Scale Smooth <img 
 >src="../../html/images/iconInfo.png" alt="Emphasize smoothness of the scaling 
 >over speed
 " title="Emphasize smoothness of the scaling over 
speed"></img></li><li>Replicate Scale Filter <img 
src="../../html/images/iconInfo.png" alt="Use the Replicate Scale Filter 
algorithm" title="Use the Replicate Scale Filter algorithm"></img></li><li>Area 
Averaging <img src="../../html/images/iconInfo.png" alt="Use the Area Averaging 
scaling algorithm" title="Use the Area Averaging scaling 
algorithm"></img></li></ul></td><td id="description">Specifies which algorithm 
should be used to resize the image</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>A
 FlowFile is routed to this relationship if it is successfully 
resized</td></tr><tr><td>failure</td><td>A FlowFile is routed to this 
relationship if it is not in the specified format</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.<h3>State management: </h3>This processor has no state 
management.<h3>Rest
 ricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.GetKafka/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.GetKafka/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.GetKafka/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.GetKafka/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetKafka</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Fetches messages 
from Apache Kafka</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>Kafka, Apache, Get, Ingest, Ingress, Topic, 
PubSub</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>ZooKeeper 
Connection String</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Connection String to use in 
order to connect to ZooKeeper. This is often a comma-separated list of 
&lt;host&gt;:&lt;port&gt; combina
 tions. For example, host1:2181,host2:2181,host3:2188</td></tr><tr><td 
id="name"><strong>Topic Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Kafka Topic to pull 
messages from</td></tr><tr><td id="name"><strong>Zookeeper Commit 
Frequency</strong></td><td id="default-value">60 secs</td><td 
id="allowable-values"></td><td id="description">Specifies how often to 
communicate with ZooKeeper to indicate which messages have been pulled. A 
longer time period will result in better overall performance but can result in 
more data duplication if a NiFi node is lost</td></tr><tr><td 
id="name"><strong>Batch Size</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Specifies the maximum number of 
messages to combine into a single FlowFile. These messages will be concatenated 
together with the &lt;Message Demarcator&gt; string placed between the content 
of each message. If the messages from Kafka should no
 t be concatenated together, leave this value at 1.</td></tr><tr><td 
id="name"><strong>Message Demarcator</strong></td><td 
id="default-value">\n</td><td id="allowable-values"></td><td 
id="description">Specifies the characters to use in order to demarcate multiple 
messages from Kafka. If the &lt;Batch Size&gt; property is set to 1, this value 
is ignored. Otherwise, for each two subsequent messages in the batch, this 
value will be placed in between them.</td></tr><tr><td id="name"><strong>Client 
Name</strong></td><td id="default-value">NiFi-mock-processor</td><td 
id="allowable-values"></td><td id="description">Client Name to use when 
communicating with Kafka</td></tr><tr><td id="name"><strong>Group 
ID</strong></td><td id="default-value">mock-processor</td><td 
id="allowable-values"></td><td id="description">A Group ID is used to identify 
consumers that are within the same consumer group</td></tr><tr><td 
id="name"><strong>Kafka Communications Timeout</strong></td><td 
id="default-value">3
 0 secs</td><td id="allowable-values"></td><td id="description">The amount of 
time to wait for a response from Kafka before determining that there is a 
communications error</td></tr><tr><td id="name"><strong>ZooKeeper 
Communications Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
a response from ZooKeeper before determining that there is a communications 
error</td></tr><tr><td id="name"><strong>Auto Offset Reset</strong></td><td 
id="default-value">largest</td><td 
id="allowable-values"><ul><li>smallest</li><li>largest</li></ul></td><td 
id="description">Automatically reset the offset to the smallest or largest 
offset available on the broker</td></tr></table><h3>Dynamic Properties: 
</h3><p>Dynamic Properties allow the user to specify both the name and value of 
a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of a Kafka con
 figuration property.</td><td id="value">The value of a given Kafka 
configuration property.</td><td>These properties will be added on the Kafka 
configuration after loading any provided configuration properties. In the event 
a dynamic property represents a property that was already set as part of the 
static properties, its value wil be overriden with warning message describing 
the override. For the list of available Kafka properties please refer to: 
http://kafka.apache.org/documentation.html#configuration.</td></tr></table></p><h3>Relationships:
 </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are created are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>kafka.topic</td><td>The
 name of the Kafka Topic from which the message was 
received</td></tr><tr><td>kafka.key</td><td>T
 he key of the Kafka message, if it exists and batch size is 1. If the message 
does not have a key, or if the batch size is greater than 1, this attribute 
will not be added</td></tr><tr><td>kafka.partition</td><td>The partition of the 
Kafka Topic from which the message was received. This attribute is added only 
if the batch size is 1</td></tr><tr><td>kafka.offset</td><td>The offset of the 
message within the Kafka partition. This attribute is added only if the batch 
size is 1</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetKafka</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Fetches messages 
from Apache Kafka, specifically for 0.8.x versions. The complementary NiFi 
processor for sending messages is PutKafka.</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Kafka, Apache, Get, Ingest, Ingress, Topic, PubSub, 
0.8.x</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>ZooKeeper 
Connection String</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Connection String to use
  in order to connect to ZooKeeper. This is often a comma-separated list of 
&lt;host&gt;:&lt;port&gt; combinations. For example, 
host1:2181,host2:2181,host3:2188</td></tr><tr><td id="name"><strong>Topic 
Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Kafka Topic to pull 
messages from</td></tr><tr><td id="name"><strong>Zookeeper Commit 
Frequency</strong></td><td id="default-value">60 secs</td><td 
id="allowable-values"></td><td id="description">Specifies how often to 
communicate with ZooKeeper to indicate which messages have been pulled. A 
longer time period will result in better overall performance but can result in 
more data duplication if a NiFi node is lost</td></tr><tr><td 
id="name"><strong>Batch Size</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Specifies the maximum number of 
messages to combine into a single FlowFile. These messages will be concatenated 
together with the &lt;Me
 ssage Demarcator&gt; string placed between the content of each message. If the 
messages from Kafka should not be concatenated together, leave this value at 
1.</td></tr><tr><td id="name"><strong>Message Demarcator</strong></td><td 
id="default-value">\n</td><td id="allowable-values"></td><td 
id="description">Specifies the characters to use in order to demarcate multiple 
messages from Kafka. If the &lt;Batch Size&gt; property is set to 1, this value 
is ignored. Otherwise, for each two subsequent messages in the batch, this 
value will be placed in between them.</td></tr><tr><td id="name"><strong>Client 
Name</strong></td><td id="default-value">NiFi-mock-processor</td><td 
id="allowable-values"></td><td id="description">Client Name to use when 
communicating with Kafka</td></tr><tr><td id="name"><strong>Group 
ID</strong></td><td id="default-value">mock-processor</td><td 
id="allowable-values"></td><td id="description">A Group ID is used to identify 
consumers that are within the same consumer
  group</td></tr><tr><td id="name"><strong>Kafka Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
a response from Kafka before determining that there is a communications 
error</td></tr><tr><td id="name"><strong>ZooKeeper Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
a response from ZooKeeper before determining that there is a communications 
error</td></tr><tr><td id="name"><strong>Auto Offset Reset</strong></td><td 
id="default-value">largest</td><td 
id="allowable-values"><ul><li>smallest</li><li>largest</li></ul></td><td 
id="description">Automatically reset the offset to the smallest or largest 
offset available on the broker</td></tr></table><h3>Dynamic Properties: 
</h3><p>Dynamic Properties allow the user to specify both the name and value of 
a property.<table id="dynamic-p
 roperties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td 
id="name">The name of a Kafka configuration property.</td><td id="value">The 
value of a given Kafka configuration property.</td><td>These properties will be 
added on the Kafka configuration after loading any provided configuration 
properties. In the event a dynamic property represents a property that was 
already set as part of the static properties, its value wil be overridden with 
warning message describing the override. For the list of available Kafka 
properties please refer to: 
http://kafka.apache.org/documentation.html#configuration.</td></tr></table></p><h3>Relationships:
 </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are created are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>kafka.topic
 </td><td>The name of the Kafka Topic from which the message was 
received</td></tr><tr><td>kafka.key</td><td>The key of the Kafka message, if it 
exists and batch size is 1. If the message does not have a key, or if the batch 
size is greater than 1, this attribute will not be 
added</td></tr><tr><td>kafka.partition</td><td>The partition of the Kafka Topic 
from which the message was received. This attribute is added only if the batch 
size is 1</td></tr><tr><td>kafka.offset</td><td>The offset of the message 
within the Kafka partition. This attribute is added only if the batch size is 
1</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.PutKafka/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.PutKafka/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.PutKafka/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.PutKafka/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutKafka</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends the contents 
of a FlowFile as a message to Apache Kafka. The messages to send may be 
individual FlowFiles or may be delimited, using a user-specified delimiter, 
such as a new-line.</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>Apache, Kafka, Put, Send, Message, 
PubSub</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><str
 ong>Known Brokers</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A comma-separated list of known 
Kafka Brokers in the format &lt;host&gt;:&lt;port&gt;</td></tr><tr><td 
id="name"><strong>Topic Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Kafka Topic of 
interest<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Partition 
Strategy</strong></td><td id="default-value">Round Robin</td><td 
id="allowable-values"><ul><li>Round Robin <img 
src="../../html/images/iconInfo.png" alt="Messages will be assigned partitions 
in a round-robin fashion, sending the first message to Partition 1, the next 
Partition to Partition 2, and so on, wrapping as necessary." title="Messages 
will be assigned partitions in a round-robin fashion, sending the first message 
to Partition 1, the next Partition to Partition 2, and so on, wrapping as 
necessary."></img></li><li>Random
  <img src="../../html/images/iconInfo.png" alt="Messages will be assigned to 
random partitions." title="Messages will be assigned to random 
partitions."></img></li><li>User-Defined <img 
src="../../html/images/iconInfo.png" alt="The &lt;Partition&gt; property will 
be used to determine the partition. All messages within the same FlowFile will 
be assigned to the same partition." title="The &lt;Partition&gt; property will 
be used to determine the partition. All messages within the same FlowFile will 
be assigned to the same partition."></img></li></ul></td><td 
id="description">Specifies how messages should be partitioned when sent to 
Kafka</td></tr><tr><td id="name">Partition</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies which Kafka Partition 
to add the message to. If using a message delimiter, all messages in the same 
FlowFile will be sent to the same partition. If a partition is specified but is 
not valid, then all messages within the sam
 e FlowFile will use the same partition but it remains undefined which 
partition is used.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Kafka Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Key to use for the Message<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Delivery 
Guarantee</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>Best Effort <img 
src="../../html/images/iconInfo.png" alt="FlowFile will be routed to success 
after successfully writing the content to a Kafka node, without waiting for a 
response. This provides the best performance but may result in data loss." 
title="FlowFile will be routed to success after successfully writing the 
content to a Kafka node, without waiting for a response. This provides the best 
performance but may result in data loss."></img></li><li>Guarantee Single Node 
Delivery <img src="../../html/image
 s/iconInfo.png" alt="FlowFile will be routed to success if the message is 
received by a single Kafka node, whether or not it is replicated. This is 
faster than &lt;Guarantee Replicated Delivery&gt; but can result in data loss 
if a Kafka node crashes" title="FlowFile will be routed to success if the 
message is received by a single Kafka node, whether or not it is replicated. 
This is faster than &lt;Guarantee Replicated Delivery&gt; but can result in 
data loss if a Kafka node crashes"></img></li><li>Guarantee Replicated Delivery 
<img src="../../html/images/iconInfo.png" alt="FlowFile will be routed to 
failure unless the message is replicated to the appropriate number of Kafka 
Nodes according to the Topic configuration" title="FlowFile will be routed to 
failure unless the message is replicated to the appropriate number of Kafka 
Nodes according to the Topic configuration"></img></li></ul></td><td 
id="description">Specifies the requirement for guaranteeing that a message is 
sent to Kafka
 </td></tr><tr><td id="name">Message Delimiter</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Specifies the delimiter (interpreted in its UTF-8 byte 
representation) to use for splitting apart multiple messages within a single 
FlowFile. If not specified, the entire content of the FlowFile will be used as 
a single message. If specified, the contents of the FlowFile will be split on 
this delimiter and each section sent as a separate Kafka message. Note that if 
messages are delimited and some messages for a given FlowFile are transferred 
successfully while others are not, the messages will be split into individual 
FlowFiles, such that those messages that were successfully sent are routed to 
the 'success' relationship while other messages are sent to the 'failure' 
relationship.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Max Buffer 
Size</strong></td><td id="default-value">5 MB</td><td id="allowable-values"
 ></td><td id="description">The maximum amount of data to buffer in memory 
 >before sending to Kafka</td></tr><tr><td id="name"><strong>Max Record 
 >Size</strong></td><td id="default-value">1 MB</td><td 
 >id="allowable-values"></td><td id="description">The maximum size that any 
 >individual record can be.</td></tr><tr><td id="name"><strong>Communications 
 >Timeout</strong></td><td id="default-value">30 secs</td><td 
 >id="allowable-values"></td><td id="description">The amount of time to wait 
 >for a response from Kafka before determining that there is a communications 
 >error</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td 
 >id="default-value">16384</td><td id="allowable-values"></td><td 
 >id="description">This configuration controls the default batch size in 
 >bytes.The producer will attempt to batch records together into fewer requests 
 >whenever multiple records are being sent to the same partition. This helps 
 >performance on both the client and the server.</td></tr><tr><td 
 >id="name">Queue B
 uffering Max Time</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Maximum time to buffer data 
before sending to Kafka. For example a setting of 100 ms will try to batch 
together 100 milliseconds' worth of messages to send at once. This will improve 
throughput but adds message delivery latency due to the 
buffering.</td></tr><tr><td id="name"><strong>Compression 
Codec</strong></td><td id="default-value">none</td><td 
id="allowable-values"><ul><li>None <img src="../../html/images/iconInfo.png" 
alt="Compression will not be used for any topic." title="Compression will not 
be used for any topic."></img></li><li>GZIP <img 
src="../../html/images/iconInfo.png" alt="Compress messages using GZIP" 
title="Compress messages using GZIP"></img></li><li>Snappy <img 
src="../../html/images/iconInfo.png" alt="Compress messages using Snappy" 
title="Compress messages using Snappy"></img></li></ul></td><td 
id="description">This parameter allows you to specify the compres
 sion codec for all data generated by this producer.</td></tr><tr><td 
id="name"><strong>Client Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Client Name to use when 
communicating with Kafka</td></tr></table><h3>Dynamic Properties: 
</h3><p>Dynamic Properties allow the user to specify both the name and value of 
a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of a Kafka configuration property.</td><td id="value">The 
value of a given Kafka configuration property.</td><td>These properties will be 
added on the Kafka configuration after loading any provided configuration 
properties. In the event a dynamic property represents a property that was 
already set as part of the static properties, its value wil be overriden with 
warning message describing the override. For the list of available Kafka 
properties please refer to: http://kafka.apache.org/documentation.html#c
 onfiguration.</td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 FlowFile that is successfully sent to Kafka will be routed to this 
Relationship</td></tr><tr><td>failure</td><td>Any FlowFile that cannot be sent 
to Kafka will be routed to this Relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutKafka</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends the contents 
of a FlowFile as a message to Apache Kafka, specifically for 0.8.x versions. 
The messages to send may be individual FlowFiles or may be delimited, using a 
user-specified delimiter, such as a new-line. The complementary NiFi processor 
for fetching messages is GetKafka.</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Apache, Kafka, Put, Send, Message, PubSub, 0.8.x</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, and whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr
 ><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name"><strong>Known 
 >Brokers</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">A comma-separated list of 
 >known Kafka Brokers in the format &lt;host&gt;:&lt;port&gt;</td></tr><tr><td 
 >id="name"><strong>Topic Name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The Kafka Topic of 
 >interest<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Partition 
 >Strategy</strong></td><td id="default-value">Round Robin</td><td 
 >id="allowable-values"><ul><li>Round Robin <img 
 >src="../../html/images/iconInfo.png" alt="Messages will be assigned 
 >partitions in a round-robin fashion, sending the first message to Partition 
 >1, the next Partition to Partition 2, and so on, wrapping as necessary." 
 >title="Messages will be assigned partitions in a round-robin fashion, sending 
 >the first message
  to Partition 1, the next Partition to Partition 2, and so on, wrapping as 
necessary."></img></li><li>Random <img src="../../html/images/iconInfo.png" 
alt="Messages will be assigned to random partitions." title="Messages will be 
assigned to random partitions."></img></li><li>User-Defined <img 
src="../../html/images/iconInfo.png" alt="The &lt;Partition&gt; property will 
be used to determine the partition. All messages within the same FlowFile will 
be assigned to the same partition." title="The &lt;Partition&gt; property will 
be used to determine the partition. All messages within the same FlowFile will 
be assigned to the same partition."></img></li></ul></td><td 
id="description">Specifies how messages should be partitioned when sent to 
Kafka</td></tr><tr><td id="name">Partition</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies which Kafka Partition 
to add the message to. If using a message delimiter, all messages in the same 
FlowFile will b
 e sent to the same partition. If a partition is specified but is not valid, 
then all messages within the same FlowFile will use the same partition but it 
remains undefined which partition is used.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name">Kafka Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Key to use for the Message<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Delivery 
Guarantee</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>Best Effort <img 
src="../../html/images/iconInfo.png" alt="FlowFile will be routed to success 
after successfully writing the content to a Kafka node, without waiting for a 
response. This provides the best performance but may result in data loss." 
title="FlowFile will be routed to success after successfully writing the 
content to a Kafka node, without waiting for a response. This provides the best 
perfor
 mance but may result in data loss."></img></li><li>Guarantee Single Node 
Delivery <img src="../../html/images/iconInfo.png" alt="FlowFile will be routed 
to success if the message is received by a single Kafka node, whether or not it 
is replicated. This is faster than &lt;Guarantee Replicated Delivery&gt; but 
can result in data loss if a Kafka node crashes" title="FlowFile will be routed 
to success if the message is received by a single Kafka node, whether or not it 
is replicated. This is faster than &lt;Guarantee Replicated Delivery&gt; but 
can result in data loss if a Kafka node crashes"></img></li><li>Guarantee 
Replicated Delivery <img src="../../html/images/iconInfo.png" alt="FlowFile 
will be routed to failure unless the message is replicated to the appropriate 
number of Kafka Nodes according to the Topic configuration" title="FlowFile 
will be routed to failure unless the message is replicated to the appropriate 
number of Kafka Nodes according to the Topic configuration"></img></
 li></ul></td><td id="description">Specifies the requirement for guaranteeing 
that a message is sent to Kafka</td></tr><tr><td id="name">Message 
Delimiter</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Specifies the delimiter (interpreted in its UTF-8 byte 
representation) to use for splitting apart multiple messages within a single 
FlowFile. If not specified, the entire content of the FlowFile will be used as 
a single message. If specified, the contents of the FlowFile will be split on 
this delimiter and each section sent as a separate Kafka message. Note that if 
messages are delimited and some messages for a given FlowFile are transferred 
successfully while others are not, the messages will be split into individual 
FlowFiles, such that those messages that were successfully sent are routed to 
the 'success' relationship while other messages are sent to the 'failure' 
relationship.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr>
 <td id="name"><strong>Max Buffer Size</strong></td><td id="default-value">5 
MB</td><td id="allowable-values"></td><td id="description">The maximum amount 
of data to buffer in memory before sending to Kafka</td></tr><tr><td 
id="name"><strong>Max Record Size</strong></td><td id="default-value">1 
MB</td><td id="allowable-values"></td><td id="description">The maximum size 
that any individual record can be.</td></tr><tr><td 
id="name"><strong>Communications Timeout</strong></td><td id="default-value">30 
secs</td><td id="allowable-values"></td><td id="description">The amount of time 
to wait for a response from Kafka before determining that there is a 
communications error</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">16384</td><td 
id="allowable-values"></td><td id="description">This configuration controls the 
default batch size in bytes.The producer will attempt to batch records together 
into fewer requests whenever multiple records are being sent to the 
 same partition. This helps performance on both the client and the 
server.</td></tr><tr><td id="name">Queue Buffering Max Time</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Maximum time to buffer data before sending to Kafka. For 
example a setting of 100 ms will try to batch together 100 milliseconds' worth 
of messages to send at once. This will improve throughput but adds message 
delivery latency due to the buffering.</td></tr><tr><td 
id="name"><strong>Compression Codec</strong></td><td 
id="default-value">none</td><td id="allowable-values"><ul><li>None <img 
src="../../html/images/iconInfo.png" alt="Compression will not be used for any 
topic." title="Compression will not be used for any topic."></img></li><li>GZIP 
<img src="../../html/images/iconInfo.png" alt="Compress messages using GZIP" 
title="Compress messages using GZIP"></img></li><li>Snappy <img 
src="../../html/images/iconInfo.png" alt="Compress messages using Snappy" 
title="Compress messa
 ges using Snappy"></img></li></ul></td><td id="description">This parameter 
allows you to specify the compression codec for all data generated by this 
producer.</td></tr><tr><td id="name"><strong>Client Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Client Name to use when communicating with 
Kafka</td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic Properties allow 
the user to specify both the name and value of a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of a Kafka configuration property.</td><td id="value">The 
value of a given Kafka configuration property.</td><td>These properties will be 
added on the Kafka configuration after loading any provided configuration 
properties. In the event a dynamic property represents a property that was 
already set as part of the static properties, its value wil be overriden with 
warning message describing the overri
 de. For the list of available Kafka properties please refer to: 
http://kafka.apache.org/documentation.html#configuration.</td></tr></table></p><h3>Relationships:
 </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 FlowFile that is successfully sent to Kafka will be routed to this 
Relationship</td></tr><tr><td>failure</td><td>Any FlowFile that cannot be sent 
to Kafka will be routed to this Relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.<h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.pubsub.ConsumeKafka/additionalDetails.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.pubsub.ConsumeKafka/additionalDetails.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.pubsub.ConsumeKafka/additionalDetails.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.kafka.pubsub.ConsumeKafka/additionalDetails.html
 Tue Nov 29 12:33:21 2016
@@ -24,8 +24,8 @@
         <!-- Processor Documentation 
================================================== -->
         <h2>Description:</h2>
         <p>
-            This Processors polls <a href="http://kafka.apache.org/";>Apache 
Kafka</a>
-            for data using KafkaConsumer API available with Kafka 0.9+. When a 
message is received 
+            This Processor polls <a href="http://kafka.apache.org/";>Apache 
Kafka</a>
+            for data using KafkaConsumer API available with Kafka 0.9.x. When 
a message is received 
             from Kafka, this Processor emits a FlowFile where the content of 
the FlowFile is the value 
             of the Kafka message.
         </p>



Reply via email to