Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListFile/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListFile/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListFile/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListFile/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
listing of files from the local filesystem. For each file that is listed, 
creates a FlowFile that represents the file so that it can be fetched in 
conjunction with ListFile. This Processor is designed to run on Primary Node 
only in a cluster. If the primary node changes, the new Primary Node will pick 
up where the previous node left off without duplicating all of the data. Unlike 
GetFile, this Processor does not delete any data from the local 
filesystem.</p><h3>Tags: </h3><p>file, get, list, ingest, source, 
filesystem</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 th
 e <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>Input Directory</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The input directory from which 
files to pull files<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Recurse 
Subdirectories</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether to list files from subdirectories of the 
directory</td></tr><tr><td id="name"><strong>Input Directory 
Location</strong></td><td id="default-value">Local</td><td 
id="allowable-values"><ul><li>Local <img src="../../html/images/iconInfo.png" 
alt="Input Directory is located on a local disk. State will be stored locally 
on each node in the cluster." 
 title="Input Directory is located on a local disk. State will be stored 
locally on each node in the cluster."></img></li><li>Remote <img 
src="../../html/images/iconInfo.png" alt="Input Directory is located on a 
remote system. State will be stored across the cluster so that the listing can 
be performed on Primary Node Only and another node can pick up where the last 
node left off, if the Primary Node changes" title="Input Directory is located 
on a remote system. State will be stored across the cluster so that the listing 
can be performed on Primary Node Only and another node can pick up where the 
last node left off, if the Primary Node changes"></img></li></ul></td><td 
id="description">Specifies where the Input Directory is located. This is used 
to determine whether state should be stored locally or across the 
cluster.</td></tr><tr><td id="name"><strong>File Filter</strong></td><td 
id="default-value">[^\.].*</td><td id="allowable-values"></td><td 
id="description">Only files whose nam
 es match the given regular expression will be picked up</td></tr><tr><td 
id="name">Path Filter</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">When Recurse Subdirectories is 
true, then only subdirectories whose path matches the given regular expression 
will be scanned</td></tr><tr><td id="name"><strong>Minimum File 
Age</strong></td><td id="default-value">0 sec</td><td 
id="allowable-values"></td><td id="description">The minimum age that a file 
must be in order to be pulled; any file younger than this amount of time 
(according to last modification date) will be ignored</td></tr><tr><td 
id="name">Maximum File Age</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The maximum age that a file 
must be in order to be pulled; any file older than this amount of time 
(according to last modification date) will be ignored</td></tr><tr><td 
id="name"><strong>Minimum File Size</strong></td><td id="default-value">0 
B</td><td id="a
 llowable-values"></td><td id="description">The minimum size that a file must 
be in order to be pulled</td></tr><tr><td id="name">Maximum File Size</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
maximum size that a file can be in order to be pulled</td></tr><tr><td 
id="name"><strong>Ignore Hidden Files</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not hidden files should be 
ignored</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 received are routed to success</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>filename</td><td>The
 name of the file that was read from 
filesystem.</td></tr><tr><td>path</td><td>The path is
  set to the relative path of the file's directory on filesystem compared to 
the Input Directory property.  For example, if Input Directory is set to /tmp, 
then files picked up from /tmp will have the path attribute set to "/". If the 
Recurse Subdirectories property is set to true and a file is picked up from 
/tmp/abc/1/2/3, then the path attribute will be set to 
"abc/1/2/3/".</td></tr><tr><td>absolute.path</td><td>The absolute.path is set 
to the absolute path of the file's directory on filesystem. For example, if the 
Input Directory property is set to /tmp, then files picked up from /tmp will 
have the path attribute set to "/tmp/". If the Recurse Subdirectories property 
is set to true and a file is picked up from /tmp/abc/1/2/3, then the path 
attribute will be set to 
"/tmp/abc/1/2/3/".</td></tr><tr><td>fs.owner</td><td>The user that owns the 
file in filesystem</td></tr><tr><td>fs.group</td><td>The group that owns the 
file in filesystem</td></tr><tr><td>fs.lastModified</td><td>The ti
 mestamp of when the file in filesystem was last modified, as milliseconds 
since midnight Jan 1, 1970 UTC</td></tr><tr><td>fs.length</td><td>The number of 
bytes in the file in filesystem</td></tr><tr><td>fs.permissions</td><td>The 
permissions for the file in filesystem. This is formatted as 3 characters for 
the owner, 3 for the group, and 3 for other users. For example 
rw-rw-r--</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.GetFile/index.html">GetFile</a>, 
<a 
href="../org.apache.nifi.processors.standard.PutFile/index.html">PutFile</a>, 
<a 
href="../org.apache.nifi.processors.standard.FetchFile/index.html">FetchFile</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
listing of files from the local filesystem. For each file that is listed, 
creates a FlowFile that represents the file so that it can be fetched in 
conjunction with FetchFile. This Processor is designed to run on Primary Node 
only in a cluster. If the primary node changes, the new Primary Node will pick 
up where the previous node left off without duplicating all of the data. Unlike 
GetFile, this Processor does not delete any data from the local 
filesystem.</p><h3>Tags: </h3><p>file, get, list, ingest, source, 
filesystem</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 t
 he <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>Input Directory</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The input directory from which 
files to pull files<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Recurse 
Subdirectories</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether to list files from subdirectories of the 
directory</td></tr><tr><td id="name"><strong>Input Directory 
Location</strong></td><td id="default-value">Local</td><td 
id="allowable-values"><ul><li>Local <img src="../../html/images/iconInfo.png" 
alt="Input Directory is located on a local disk. State will be stored locally 
on each node in the cluster."
  title="Input Directory is located on a local disk. State will be stored 
locally on each node in the cluster."></img></li><li>Remote <img 
src="../../html/images/iconInfo.png" alt="Input Directory is located on a 
remote system. State will be stored across the cluster so that the listing can 
be performed on Primary Node Only and another node can pick up where the last 
node left off, if the Primary Node changes" title="Input Directory is located 
on a remote system. State will be stored across the cluster so that the listing 
can be performed on Primary Node Only and another node can pick up where the 
last node left off, if the Primary Node changes"></img></li></ul></td><td 
id="description">Specifies where the Input Directory is located. This is used 
to determine whether state should be stored locally or across the 
cluster.</td></tr><tr><td id="name"><strong>File Filter</strong></td><td 
id="default-value">[^\.].*</td><td id="allowable-values"></td><td 
id="description">Only files whose na
 mes match the given regular expression will be picked up</td></tr><tr><td 
id="name">Path Filter</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">When Recurse Subdirectories is 
true, then only subdirectories whose path matches the given regular expression 
will be scanned</td></tr><tr><td id="name"><strong>Minimum File 
Age</strong></td><td id="default-value">0 sec</td><td 
id="allowable-values"></td><td id="description">The minimum age that a file 
must be in order to be pulled; any file younger than this amount of time 
(according to last modification date) will be ignored</td></tr><tr><td 
id="name">Maximum File Age</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The maximum age that a file 
must be in order to be pulled; any file older than this amount of time 
(according to last modification date) will be ignored</td></tr><tr><td 
id="name"><strong>Minimum File Size</strong></td><td id="default-value">0 
B</td><td id="
 allowable-values"></td><td id="description">The minimum size that a file must 
be in order to be pulled</td></tr><tr><td id="name">Maximum File Size</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
maximum size that a file can be in order to be pulled</td></tr><tr><td 
id="name"><strong>Ignore Hidden Files</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not hidden files should be 
ignored</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 received are routed to success</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>filename</td><td>The
 name of the file that was read from 
filesystem.</td></tr><tr><td>path</td><td>The path i
 s set to the relative path of the file's directory on filesystem compared to 
the Input Directory property.  For example, if Input Directory is set to /tmp, 
then files picked up from /tmp will have the path attribute set to "/". If the 
Recurse Subdirectories property is set to true and a file is picked up from 
/tmp/abc/1/2/3, then the path attribute will be set to 
"abc/1/2/3/".</td></tr><tr><td>absolute.path</td><td>The absolute.path is set 
to the absolute path of the file's directory on filesystem. For example, if the 
Input Directory property is set to /tmp, then files picked up from /tmp will 
have the path attribute set to "/tmp/". If the Recurse Subdirectories property 
is set to true and a file is picked up from /tmp/abc/1/2/3, then the path 
attribute will be set to 
"/tmp/abc/1/2/3/".</td></tr><tr><td>file.owner</td><td>The user that owns the 
file in filesystem</td></tr><tr><td>file.group</td><td>The group that owns the 
file in filesystem</td></tr><tr><td>file.size</td><td>The num
 ber of bytes in the file in 
filesystem</td></tr><tr><td>file.permissions</td><td>The permissions for the 
file in filesystem. This is formatted as 3 characters for the owner, 3 for the 
group, and 3 for other users. For example 
rw-rw-r--</td></tr><tr><td>file.lastModifiedTime</td><td>The timestamp of when 
the file in filesystem was last modified as 
'yyyy-MM-dd'T'HH:mm:ssZ'</td></tr><tr><td>file.lastAccessTime</td><td>The 
timestamp of when the file in filesystem was last accessed as 
'yyyy-MM-dd'T'HH:mm:ssZ'</td></tr><tr><td>file.creationTime</td><td>The 
timestamp of when the file in filesystem was created as 
'yyyy-MM-dd'T'HH:mm:ssZ'</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.GetFile/index.html">GetFile</a>, 
<a 
href="../org.apache.nifi.processors.standard.PutFile/index.html">PutFile</a>, 
<a 
href="../org.apache.nifi.processors.standard.FetchFile/index.html">FetchFile</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ModifyBytes/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ModifyBytes/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ModifyBytes/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ModifyBytes/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ModifyBytes</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Keep or discard 
bytes range from a binary file.</p><h3>Tags: </h3><p>binary, discard, 
keep</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>Start 
Offset</strong></td><td id="default-value">0 B</td><td 
id="allowable-values"></td><td id="description">Number of bytes removed at the 
beginning of the file.</td></tr><tr><td id="name"><strong>End 
Offset</strong></td><td id="default-value">0 B</td><td 
id="allowable-values"></td><td id="description">Number of bytes removed at the
  end of the file.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Processed
 flowfiles.</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>ModifyBytes</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Discard byte range 
at the start and end or all content of a binary file.</p><h3>Tags: 
</h3><p>binary, discard, keep</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>Start Offset</strong></td><td id="default-value">0 B</td><td 
id="allowable-values"></td><td id="description">Number of bytes removed at the 
beginning of the file.</td></tr><tr><td id="name"><strong>End 
Offset</strong></td><td id="default-value">0 B</td><td 
id="allowable-values"></td><td id="description">Numbe
 r of bytes removed at the end of the file.</td></tr><tr><td 
id="name"><strong>Remove All Content</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Remove all content from the FlowFile superseding Start Offset 
and End Offset properties.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Processed
 flowfiles.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.MonitorActivity/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.MonitorActivity/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.MonitorActivity/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.MonitorActivity/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>MonitorActivity</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Monitors the flow 
for activity and sends out an indicator when the flow has not had any data for 
some specified amount of time and again when the flow's activity is 
restored</p><h3>Tags: </h3><p>monitor, flow, active, inactive, activity, 
detection</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>Threshold Duration</strong></td><td id="default-value">5
  min</td><td id="allowable-values"></td><td id="description">Determines how 
much time must elapse before considering the flow to be 
inactive</td></tr><tr><td id="name"><strong>Continually Send 
Messages</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, will send inactivity indicator continually every 
Threshold Duration amount of time until activity is restored; if false, will 
send an indicator only when the flow first becomes inactive</td></tr><tr><td 
id="name"><strong>Inactivity Message</strong></td><td 
id="default-value">Lacking activity as of time: ${now():format('yyyy/MM/dd 
HH:mm:ss')}; flow has been inactive for 
${inactivityDurationMillis:toNumber():divide(60000)} minutes</td><td 
id="allowable-values"></td><td id="description">The message that will be the 
content of FlowFiles that are sent to the 'inactive' 
relationship<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr
 ><td id="name"><strong>Activity Restored Message</strong></td><td 
 >id="default-value">Activity restored at time: ${now():format('yyyy/MM/dd 
 >HH:mm:ss')} after being inactive for 
 >${inactivityDurationMillis:toNumber():divide(60000)} minutes</td><td 
 >id="allowable-values"></td><td id="description">The message that will be the 
 >content of FlowFiles that are sent to 'activity.restored' 
 >relationship<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name">Copy Attributes</td><td 
 >id="default-value">false</td><td 
 >id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
 >id="description">If true, will copy all flow file attributes from the flow 
 >file that resumed activity to the newly created indicator flow 
 >file</td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>inactive</td><td>This
 > relationship is used to transfer an Inactivity indicator when no FlowFiles 
 >are routed to 'success' for Threshold Du
 ration amount of time</td></tr><tr><td>success</td><td>All incoming FlowFiles 
are routed to success</td></tr><tr><td>activity.restored</td><td>This 
relationship is used to transfer an Activity Restored indicator when FlowFiles 
are routing to 'success' following a period of 
inactivity</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>inactivityStartMillis</td><td>The
 time at which Inactivity began, in the form of milliseconds since 
Epoch</td></tr><tr><td>inactivityDurationMillis</td><td>The number of 
milliseconds that the inactivity has spanned</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>MonitorActivity</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Monitors the flow 
for activity and sends out an indicator when the flow has not had any data for 
some specified amount of time and again when the flow's activity is 
restored</p><h3>Tags: </h3><p>monitor, flow, active, inactive, activity, 
detection</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>Threshold Duration</strong></td><td id="default-value">5
  min</td><td id="allowable-values"></td><td id="description">Determines how 
much time must elapse before considering the flow to be 
inactive</td></tr><tr><td id="name"><strong>Continually Send 
Messages</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, will send inactivity indicator continually every 
Threshold Duration amount of time until activity is restored; if false, will 
send an indicator only when the flow first becomes inactive</td></tr><tr><td 
id="name"><strong>Inactivity Message</strong></td><td 
id="default-value">Lacking activity as of time: ${now():format('yyyy/MM/dd 
HH:mm:ss')}; flow has been inactive for 
${inactivityDurationMillis:toNumber():divide(60000)} minutes</td><td 
id="allowable-values"></td><td id="description">The message that will be the 
content of FlowFiles that are sent to the 'inactive' 
relationship<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr
 ><td id="name"><strong>Activity Restored Message</strong></td><td 
 >id="default-value">Activity restored at time: ${now():format('yyyy/MM/dd 
 >HH:mm:ss')} after being inactive for 
 >${inactivityDurationMillis:toNumber():divide(60000)} minutes</td><td 
 >id="allowable-values"></td><td id="description">The message that will be the 
 >content of FlowFiles that are sent to 'activity.restored' 
 >relationship<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name">Copy Attributes</td><td 
 >id="default-value">false</td><td 
 >id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
 >id="description">If true, will copy all flow file attributes from the flow 
 >file that resumed activity to the newly created indicator flow 
 >file</td></tr><tr><td id="name"><strong>Monitoring Scope</strong></td><td 
 >id="default-value">node</td><td 
 >id="allowable-values"><ul><li>node</li><li>cluster</li></ul></td><td 
 >id="description">Specify how to determine activeness of the flow. 'node' 
 >means that 
 activeness is examined at individual node separately. It can be useful if DFM 
expects each node should receive flow files in a distributed manner. With 
'cluster', it defines the flow is active while at least one node receives flow 
files actively. If NiFi is running as standalone mode, this should be set as 
'node', if it's 'cluster', NiFi logs a warning message and act as 'node' 
scope.</td></tr><tr><td id="name"><strong>Reporting Node</strong></td><td 
id="default-value">all</td><td 
id="allowable-values"><ul><li>all</li><li>primary</li></ul></td><td 
id="description">Specify which node should send notification flow-files to 
inactive and activity.restored relationships. With 'all', every node in this 
cluster send notification flow-files. 'primary' means flow-files will be sent 
only from a primary node. If NiFi is running as standalone mode, this should be 
set as 'all', even if it's 'primary', NiFi act as 
'all'.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>N
 ame</th><th>Description</th></tr><tr><td>inactive</td><td>This relationship is 
used to transfer an Inactivity indicator when no FlowFiles are routed to 
'success' for Threshold Duration amount of 
time</td></tr><tr><td>success</td><td>All incoming FlowFiles are routed to 
success</td></tr><tr><td>activity.restored</td><td>This relationship is used to 
transfer an Activity Restored indicator when FlowFiles are routing to 'success' 
following a period of inactivity</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>inactivityStartMillis</td><td>The
 time at which Inactivity began, in the form of milliseconds since 
Epoch</td></tr><tr><td>inactivityDurationMillis</td><td>The number of 
milliseconds that the inactivity has spanned</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSQL/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSQL/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSQL/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSQL/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSQL</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Executes a SQL 
UPDATE or INSERT command. The content of an incoming FlowFile is expected to be 
the SQL command to execute. The SQL command may use the ? to escape parameters. 
In this case, the parameters to use must exist as FlowFile attributes with the 
naming convention sql.args.N.type and sql.args.N.value, where N is a positive 
integer. The sql.args.N.type is expected to be a number indicating the JDBC 
Type. The content of the FlowFile is expected to be in UTF-8 
format.</p><h3>Tags: </h3><p>sql, put, rdbms, database, update, insert, 
relational</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="proper
 ties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>JDBC Connection 
Pool</strong></td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>DBCPService<br/><strong>Implementations: </strong><br/><a 
href="../org.apache.nifi.dbcp.DBCPConnectionPool/index.html">DBCPConnectionPool</a><br/><a
 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a></td><td
 id="description">Specifies the JDBC Connection Pool to use in order to convert 
the JSON message to a SQL statement. The Connection Pool is necessary in order 
to determine the appropriate database column types.</td></tr><tr><td 
id="name">Support Fragmented Transactions</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, when a FlowFile is consumed by this Processor, the 
Processor will first check the fragment.ide
 ntifier and fragment.count attributes of that FlowFile. If the fragment.count 
value is greater than 1, the Processor will not process any FlowFile will that 
fragment.identifier until all are available; at that point, it will process all 
FlowFiles with that fragment.identifier as a single transaction, in the order 
specified by the FlowFiles' fragment.index attributes. This Provides atomicity 
of those SQL statements. If this value is false, these attributes will be 
ignored and the updates will occur independent of one another.</td></tr><tr><td 
id="name">Transaction Timeout</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">If the &lt;Support Fragmented 
Transactions&gt; property is set to true, specifies how long to wait for all 
FlowFiles for a particular fragment.identifier attribute to arrive before just 
transferring all of the FlowFiles with that identifier to the 'failure' 
relationship</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td i
 d="default-value">100</td><td id="allowable-values"></td><td 
id="description">The preferred number of FlowFiles to put to the database in a 
single transaction</td></tr><tr><td id="name">Obtain Generated Keys</td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, any key that is automatically generated by the 
database will be added to the FlowFile that generated it using the 
sql.generate.key attribute. This may result in slightly slower performance and 
is not supported by all databases.</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>A 
FlowFile is routed to this relationship after the database is successfully 
updated</td></tr><tr><td>failure</td><td>A FlowFile is routed t
 o this relationship if the database cannot be updated and retrying the 
operation will also fail, such as an invalid query or an integrity constraint 
violation</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>fragment.identifier</td><td>If
 the &lt;Support Fragment Transactions&gt; property is true, this attribute is 
used to determine whether or not two FlowFiles belong to the same 
transaction.</td></tr><tr><td>fragment.count</td><td>If the &lt;Support 
Fragment Transactions&gt; property is true, this attribute is used to determine 
how many FlowFiles are needed to complete the 
transaction.</td></tr><tr><td>fragment.index</td><td>If the &lt;Support 
Fragment Transactions&gt; property is true, this attribute is used to determine 
the order that the FlowFiles in a transaction should be 
evaluated.</td></tr><tr><td>sql.args.N.type</td><td>Incoming FlowFiles are 
expected to be parameterized SQL statements. The type of ea
 ch Parameter is specified as an integer that represents the JDBC Type of the 
parameter.</td></tr><tr><td>sql.args.N.value</td><td>Incoming FlowFiles are 
expected to be parameterized SQL statements. The value of the Parameters are 
specified as sql.args.1.value, sql.args.2.value, sql.args.3.value, and so on. 
The type of the sql.args.1.value Parameter is specified by the sql.args.1.type 
attribute.</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>sql.generated.key</td><td>If
 the database generated a key for an INSERT statement and the Obtain Generated 
Keys property is set to true, this attribute will be added to indicate the 
generated key, if possible. This feature is not supported by all database 
vendors.</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.ConvertJSONToSQL/index.html">ConvertJSONToSQL</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSQL</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Executes a SQL 
UPDATE or INSERT command. The content of an incoming FlowFile is expected to be 
the SQL command to execute. The SQL command may use the ? to escape parameters. 
In this case, the parameters to use must exist as FlowFile attributes with the 
naming convention sql.args.N.type and sql.args.N.value, where N is a positive 
integer. The sql.args.N.type is expected to be a number indicating the JDBC 
Type. The content of the FlowFile is expected to be in UTF-8 
format.</p><h3>Tags: </h3><p>sql, put, rdbms, database, update, insert, 
relational</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="proper
 ties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>JDBC Connection 
Pool</strong></td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>DBCPService<br/><strong>Implementations: </strong><br/><a 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a><br/><a
 
href="../org.apache.nifi.dbcp.DBCPConnectionPool/index.html">DBCPConnectionPool</a></td><td
 id="description">Specifies the JDBC Connection Pool to use in order to convert 
the JSON message to a SQL statement. The Connection Pool is necessary in order 
to determine the appropriate database column types.</td></tr><tr><td 
id="name">Support Fragmented Transactions</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, when a FlowFile is consumed by this Processor, the 
Processor will first check the fragment.ide
 ntifier and fragment.count attributes of that FlowFile. If the fragment.count 
value is greater than 1, the Processor will not process any FlowFile will that 
fragment.identifier until all are available; at that point, it will process all 
FlowFiles with that fragment.identifier as a single transaction, in the order 
specified by the FlowFiles' fragment.index attributes. This Provides atomicity 
of those SQL statements. If this value is false, these attributes will be 
ignored and the updates will occur independent of one another.</td></tr><tr><td 
id="name">Transaction Timeout</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">If the &lt;Support Fragmented 
Transactions&gt; property is set to true, specifies how long to wait for all 
FlowFiles for a particular fragment.identifier attribute to arrive before just 
transferring all of the FlowFiles with that identifier to the 'failure' 
relationship</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td i
 d="default-value">100</td><td id="allowable-values"></td><td 
id="description">The preferred number of FlowFiles to put to the database in a 
single transaction</td></tr><tr><td id="name">Obtain Generated Keys</td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, any key that is automatically generated by the 
database will be added to the FlowFile that generated it using the 
sql.generate.key attribute. This may result in slightly slower performance and 
is not supported by all databases.</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>A 
FlowFile is routed to this relationship after the database is successfully 
updated</td></tr><tr><td>failure</td><td>A FlowFile is routed t
 o this relationship if the database cannot be updated and retrying the 
operation will also fail, such as an invalid query or an integrity constraint 
violation</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>fragment.identifier</td><td>If
 the &lt;Support Fragment Transactions&gt; property is true, this attribute is 
used to determine whether or not two FlowFiles belong to the same 
transaction.</td></tr><tr><td>fragment.count</td><td>If the &lt;Support 
Fragment Transactions&gt; property is true, this attribute is used to determine 
how many FlowFiles are needed to complete the 
transaction.</td></tr><tr><td>fragment.index</td><td>If the &lt;Support 
Fragment Transactions&gt; property is true, this attribute is used to determine 
the order that the FlowFiles in a transaction should be 
evaluated.</td></tr><tr><td>sql.args.N.type</td><td>Incoming FlowFiles are 
expected to be parameterized SQL statements. The type of ea
 ch Parameter is specified as an integer that represents the JDBC Type of the 
parameter.</td></tr><tr><td>sql.args.N.value</td><td>Incoming FlowFiles are 
expected to be parameterized SQL statements. The value of the Parameters are 
specified as sql.args.1.value, sql.args.2.value, sql.args.3.value, and so on. 
The type of the sql.args.1.value Parameter is specified by the sql.args.1.type 
attribute.</td></tr><tr><td>sql.args.N.format</td><td>This attribute is always 
optional, but default options may not always work for your data. Incoming 
FlowFiles are expected to be parameterized SQL statements. In some cases a 
format option needs to be specified, currently this is only applicable for 
binary data types. For binary data types available options are 'ascii', 
'base64' and 'hex'.  In 'ascii' format each string character in your attribute 
value represents a single byte, this is the default format and the format 
provided by Avro Processors. In 'base64' format your string is a Base64 encoded 
st
 ring.  In 'hex' format the string is hex encoded with all letters in upper 
case and no '0x' at the beginning.</td></tr></table><h3>Writes Attributes: 
</h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>sql.generated.key</td><td>If
 the database generated a key for an INSERT statement and the Obtain Generated 
Keys property is set to true, this attribute will be added to indicate the 
generated key, if possible. This feature is not supported by all database 
vendors.</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.ConvertJSONToSQL/index.html">ConvertJSONToSQL</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.QueryDatabaseTable/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.QueryDatabaseTable/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.QueryDatabaseTable/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.QueryDatabaseTable/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>QueryDatabaseTable</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Execute provided 
SQL select query. Query result will be converted to Avro 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 'querydbtable.row.count' 
indicates how many rows were selected.</p><h3>Tags: </h3><p>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 considered optional. The table also indicates any de
 fault 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>Database Connection Pooling Service</strong></td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>DBCPService<br/><strong>Implementations: </strong><br/><a 
href="../org.apache.nifi.dbcp.DBCPConnectionPool/index.html">DBCPConnectionPool</a><br/><a
 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a></td><td
 id="description">The Controller Service that is used to obtain a connection to 
the database.</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 to be queried.</td></tr><tr><td id="name">Columns to 
Return</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">A comma-separated list of column names t
 o be used in the query. If your database requires special treatment of the 
names (quoting, e.g.), each name should include such treatment. If no column 
names are supplied, all columns in the specified table will be 
returned.</td></tr><tr><td id="name">Maximum-value Columns</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of column names. The processor will keep track of the 
maximum value for each column that has been returned since the processor 
started running. This can be used to retrieve only those rows that have been 
added/updated since the last retrieval. Note that some JDBC types such as 
bit/boolean are not conducive to maintaining maximum value, so columns of these 
types should not be listed in this property, and will result in error(s) during 
processing.</td></tr><tr><td id="name"><strong>Max Wait Time</strong></td><td 
id="default-value">0 seconds</td><td id="allowable-values"></td><td 
id="description">The maximum amo
 unt of time allowed for a running SQL select query , zero means there is no 
limit. Max time less than 1 second will be equal to zero.</td></tr><tr><td 
id="name"><strong>SQL Pre-processing Strategy</strong></td><td 
id="default-value">None</td><td 
id="allowable-values"><ul><li>None</li><li>Oracle</li></ul></td><td 
id="description">The strategy to employ when generating the SQL for querying 
the table. A strategy may include custom or database-specific code, such as the 
treatment of time/date formats.</td></tr><tr><td id="name"><strong>Fetch 
Size</strong></td><td id="default-value">0</td><td 
id="allowable-values"></td><td id="description">The number of result rows to be 
fetched from the result set at a time. This is a hint to the driver and may not 
be honored and/or exact. If the value specified is zero, then the hint is 
ignored.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Successfully
 created FlowF
 ile from SQL query result set.</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>querydbtable.row.count</td><td>Not
 Specified</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>QueryDatabaseTable</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Execute provided 
SQL select query. Query result will be converted to Avro 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 'querydbtable.row.count' 
indicates how many rows were selected.</p><h3>Tags: </h3><p>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 considered optional. The table also indicates any de
 fault 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>Database Connection Pooling Service</strong></td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>DBCPService<br/><strong>Implementations: </strong><br/><a 
href="../org.apache.nifi.dbcp.hive.HiveConnectionPool/index.html">HiveConnectionPool</a><br/><a
 
href="../org.apache.nifi.dbcp.DBCPConnectionPool/index.html">DBCPConnectionPool</a></td><td
 id="description">The Controller Service that is used to obtain a connection to 
the database.</td></tr><tr><td id="name"><strong>Database Type</strong></td><td 
id="default-value">Generic</td><td 
id="allowable-values"><ul><li>Generic</li><li>Oracle</li></ul></td><td 
id="description">The type/flavor of database, used for generating 
database-specific code. In many cases the Generic type should suffice, but some 
databases (such as Oracle) require c
 ustom SQL clauses. </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 
to be queried.</td></tr><tr><td id="name">Columns to Return</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of column names to be used in the query. If your database 
requires special treatment of the names (quoting, e.g.), each name should 
include such treatment. If no column names are supplied, all columns in the 
specified table will be returned.</td></tr><tr><td id="name">Maximum-value 
Columns</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">A comma-separated list of column names. The processor will 
keep track of the maximum value for each column that has been returned since 
the processor started running. This can be used to retrieve only those rows 
that have been added/updated since the last retrieval
 . Note that some JDBC types such as bit/boolean are not conducive to 
maintaining maximum value, so columns of these types should not be listed in 
this property, and will result in error(s) during processing. If no columns are 
provided, all rows from the table will be considered, which could have a 
performance impact.</td></tr><tr><td id="name"><strong>Max Wait 
Time</strong></td><td id="default-value">0 seconds</td><td 
id="allowable-values"></td><td id="description">The maximum amount of time 
allowed for a running SQL select query , zero means there is no limit. Max time 
less than 1 second will be equal to zero.</td></tr><tr><td 
id="name"><strong>Fetch Size</strong></td><td id="default-value">0</td><td 
id="allowable-values"></td><td id="description">The number of result rows to be 
fetched from the result set at a time. This is a hint to the driver and may not 
be honored and/or exact. If the value specified is zero, then the hint is 
ignored.</td></tr><tr><td id="name"><strong>Max Rows
  Per Flow File</strong></td><td id="default-value">0</td><td 
id="allowable-values"></td><td id="description">The maximum number of result 
rows that will be included in a single FlowFile. This will allow you to break 
up very large result sets into multiple FlowFiles. If the value specified is 
zero, then all rows are returned in a single 
FlowFile.</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">Initial Max Value</td><td id="value">Attribute Expression 
Language</td><td>Specifies an initial max value for max value columns. 
Properties should be added in the format 
`initial.maxvalue.{max_value_column}`.</td></tr></table></p><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Successfully
 created FlowFile from SQL query result set.</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>querydbtable.row.count</td><td>Not
 Specified</td></tr><tr><td>fragment.identifier</td><td>If 'Max Rows Per Flow 
File' is set then all FlowFiles from the same query result set will have the 
same value for the fragment.identifier attribute. This can then be used to 
correlate the results.</td></tr><tr><td>fragment.count</td><td>If 'Max Rows Per 
Flow File' is set then this is the total number of  FlowFiles produced by a 
single ResultSet. This can be used in conjunction with the fragment.identifier 
attribute in order to know how many FlowFiles belonged to the same incoming 
ResultSet.</td></tr><tr><td>fragment.index</td><td>If 'Max Rows Per Flow File' 
is set then the position of this FlowFile in the list of outgoing FlowFiles 
that were all derived from the same result set FlowFile. This can be used in 
conjunction with the fragment.id
 entifier attribute to know which FlowFiles originated from the same query 
result set and in what order  FlowFiles were 
produced</td></tr><tr><td>maxvalue.*</td><td>Each attribute contains the 
observed maximum value of a specified 'Maximum-value Column'. The suffix of the 
attribute is the name of the column</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitJson</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a JSON File 
into multiple, separate FlowFiles for an array element specified by a JsonPath 
expression. Each generated FlowFile is comprised of an element of the specified 
array and transferred to relationship 'split,' with the original file 
transferred to the 'original' relationship. If the specified JsonPath is not 
found or does not evaluate to an array element, the original file is routed to 
'failure' and no files are generated.</p><h3>Tags: </h3><p>json, split, 
jsonpath</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 Value
 s</th><th>Description</th></tr><tr><td id="name"><strong>JsonPath 
Expression</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A JsonPath expression that 
indicates the array element to split into JSON/scalar 
fragments.</td></tr><tr><td id="name"><strong>Null Value 
Representation</strong></td><td id="default-value">empty string</td><td 
id="allowable-values"><ul><li>empty string</li><li>the string 
'null'</li></ul></td><td id="description">Indicates the desired representation 
of JSON Path expressions resulting in a null 
value.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid JSON or the specified path does not exist), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, no
 thing will be sent to this relationship</td></tr><tr><td>split</td><td>All 
segments of the original FlowFile 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>SplitJson</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a JSON File 
into multiple, separate FlowFiles for an array element specified by a JsonPath 
expression. Each generated FlowFile is comprised of an element of the specified 
array and transferred to relationship 'split,' with the original file 
transferred to the 'original' relationship. If the specified JsonPath is not 
found or does not evaluate to an array element, the original file is routed to 
'failure' and no files are generated.</p><h3>Tags: </h3><p>json, split, 
jsonpath</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 Value
 s</th><th>Description</th></tr><tr><td id="name"><strong>JsonPath 
Expression</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A JsonPath expression that 
indicates the array element to split into JSON/scalar 
fragments.</td></tr><tr><td id="name"><strong>Null Value 
Representation</strong></td><td id="default-value">empty string</td><td 
id="allowable-values"><ul><li>empty string</li><li>the string 
'null'</li></ul></td><td id="description">Indicates the desired representation 
of JSON Path expressions resulting in a null 
value.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid JSON or the specified path does not exist), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, no
 thing will be sent to this relationship</td></tr><tr><td>split</td><td>All 
segments of the original FlowFile will be 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>fragment.identifier</td><td>All
 split FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the split FlowFiles that were created from a single 
parent FlowFile</td></tr><tr><td>fragment.count</td><td>The number of split 
FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits an XML File 
into multiple separate FlowFiles, each comprising a child or descendant of the 
original root element</p><h3>Tags: </h3><p>xml, split</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>Split 
Depth</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Indicates the XML-nesting depth 
to start splitting XML fragments. A depth of 1 means split the root's children, 
whereas a depth of 2 means split the root's children's chil
 dren and so forth.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid XML), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, nothing will be sent to 
this relationship</td></tr><tr><td>split</td><td>All segments of the original 
FlowFile 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>SplitXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits an XML File 
into multiple separate FlowFiles, each comprising a child or descendant of the 
original root element</p><h3>Tags: </h3><p>xml, split</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>Split 
Depth</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Indicates the XML-nesting depth 
to start splitting XML fragments. A depth of 1 means split the root's children, 
whereas a depth of 2 means split the root's children's chil
 dren and so forth.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid XML), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, nothing will be sent to 
this relationship</td></tr><tr><td>split</td><td>All segments of the original 
FlowFile will be 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>fragment.identifier</td><td>All
 split FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the split FlowFiles that were created 
 from a single parent FlowFile</td></tr><tr><td>fragment.count</td><td>The 
number of split FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TailFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>"Tails" a file, 
ingesting data from the file as it is written to the file. The file is expected 
to be textual. Data is ingested only when a new line is encountered (carriage 
return or new-line character or combination). If the file to tail is 
periodically "rolled over", as is generally the case with log files, an 
optional Rolling Filename Pattern can be used to retrieve data from files that 
have rolled over, even if the rollover occurred while NiFi was not running 
(provided that the data still exists upon restart of NiFi). It is generally 
advisable to set the Run Schedule to a few seconds, rather than running with 
the default value of 0 secs, as this Processor will consume a lot of resources 
if scheduled very aggressively. At this time, this Processor does not support 
ingestin
 g files that have been compressed when 'rolled over'.</p><h3>Tags: 
</h3><p>tail, file, log, text, source</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>File to 
Tail</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Fully-qualified filename of the 
file that should be tailed</td></tr><tr><td id="name">Rolling Filename 
Pattern</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">If the file to tail "rolls over" as would be the case with log 
files, this filename pattern will be used to identify files that have rolled 
over so that if NiFi is restarted, and the file has rolled over, it will be 
able to pick up w
 here it left off. This pattern supports wildcard characters * and ? and will 
assume that the files that have rolled over live in the same directory as the 
file being tailed.</td></tr><tr><td id="name">State File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Specifies the file that should be used for storing state about 
what data has been ingested so that upon restart NiFi can resume from where it 
left off</td></tr><tr><td id="name"><strong>Initial Start 
Position</strong></td><td id="default-value">Beginning of File</td><td 
id="allowable-values"><ul><li>Beginning of Time <img 
src="../../html/images/iconInfo.png" alt="Start with the oldest data that 
matches the Rolling Filename Pattern and then begin reading from the File to 
Tail" title="Start with the oldest data that matches the Rolling Filename 
Pattern and then begin reading from the File to Tail"></img></li><li>Beginning 
of File <img src="../../html/images/iconInfo.png" alt="Start with the beg
 inning of the File to Tail. Do not ingest any data that has already been 
rolled over" title="Start with the beginning of the File to Tail. Do not ingest 
any data that has already been rolled over"></img></li><li>Current Time <img 
src="../../html/images/iconInfo.png" alt="Start with the data at the end of the 
File to Tail. Do not ingest any data thas has already been rolled over or any 
data in the File to Tail that has already been written." title="Start with the 
data at the end of the File to Tail. Do not ingest any data thas has already 
been rolled over or any data in the File to Tail that has already been 
written."></img></li></ul></td><td id="description">When the Processor first 
begins to tail data, this property specifies where the Processor should begin 
reading data. Once data has been ingested from the file, the Processor will 
continue from the last point from which it has received data.</td></tr><tr><td 
id="name"><strong>File Location</strong></td><td id="default-value">Loca
 l</td><td id="allowable-values"><ul><li>Local <img 
src="../../html/images/iconInfo.png" alt="File is located on a local disk 
drive. Each node in a cluster will tail a different file." title="File is 
located on a local disk drive. Each node in a cluster will tail a different 
file."></img></li><li>Remote <img src="../../html/images/iconInfo.png" 
alt="File is located on a remote resource. This Processor will store state 
across the cluster so that it can be run on Primary Node Only and a new Primary 
Node can pick up where the last one left off." title="File is located on a 
remote resource. This Processor will store state across the cluster so that it 
can be run on Primary Node Only and a new Primary Node can pick up where the 
last one left off."></img></li></ul></td><td id="description">Specifies where 
the file is located, so that state can be stored appropriately in order to 
ensure that all data is consumed without duplicating data upon restart of 
NiFi</td></tr></table><h3>Relationship
 s: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles are 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>TailFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>"Tails" a file, 
ingesting data from the file as it is written to the file. The file is expected 
to be textual. Data is ingested only when a new line is encountered (carriage 
return or new-line character or combination). If the file to tail is 
periodically "rolled over", as is generally the case with log files, an 
optional Rolling Filename Pattern can be used to retrieve data from files that 
have rolled over, even if the rollover occurred while NiFi was not running 
(provided that the data still exists upon restart of NiFi). It is generally 
advisable to set the Run Schedule to a few seconds, rather than running with 
the default value of 0 secs, as this Processor will consume a lot of resources 
if scheduled very aggressively. At this time, this Processor does not support 
ingestin
 g files that have been compressed when 'rolled over'.</p><h3>Tags: 
</h3><p>tail, file, log, text, source</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>File to 
Tail</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Fully-qualified filename of the 
file that should be tailed</td></tr><tr><td id="name">Rolling Filename 
Pattern</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">If the file to tail "rolls over" as would be the case with log 
files, this filename pattern will be used to identify files that have rolled 
over so that if NiFi is restarted, and the file has rolled over, it will be 
able to pick up w
 here it left off. This pattern supports wildcard characters * and ? and will 
assume that the files that have rolled over live in the same directory as the 
file being tailed.</td></tr><tr><td id="name"><strong>Initial Start 
Position</strong></td><td id="default-value">Beginning of File</td><td 
id="allowable-values"><ul><li>Beginning of Time <img 
src="../../html/images/iconInfo.png" alt="Start with the oldest data that 
matches the Rolling Filename Pattern and then begin reading from the File to 
Tail" title="Start with the oldest data that matches the Rolling Filename 
Pattern and then begin reading from the File to Tail"></img></li><li>Beginning 
of File <img src="../../html/images/iconInfo.png" alt="Start with the beginning 
of the File to Tail. Do not ingest any data that has already been rolled over" 
title="Start with the beginning of the File to Tail. Do not ingest any data 
that has already been rolled over"></img></li><li>Current Time <img 
src="../../html/images/iconInfo.png" alt="S
 tart with the data at the end of the File to Tail. Do not ingest any data thas 
has already been rolled over or any data in the File to Tail that has already 
been written." title="Start with the data at the end of the File to Tail. Do 
not ingest any data thas has already been rolled over or any data in the File 
to Tail that has already been written."></img></li></ul></td><td 
id="description">When the Processor first begins to tail data, this property 
specifies where the Processor should begin reading data. Once data has been 
ingested from the file, the Processor will continue from the last point from 
which it has received data.</td></tr><tr><td id="name"><strong>State 
Location</strong></td><td id="default-value">Local</td><td 
id="allowable-values"><ul><li>Local <img src="../../html/images/iconInfo.png" 
alt="State is stored locally. Each node in a cluster will tail a different 
file." title="State is stored locally. Each node in a cluster will tail a 
different file."></img></li><li>Rem
 ote <img src="../../html/images/iconInfo.png" alt="State is located on a 
remote resource. This Processor will store state across the cluster so that it 
can be run on Primary Node Only and a new Primary Node can pick up where the 
last one left off." title="State is located on a remote resource. This 
Processor will store state across the cluster so that it can be run on Primary 
Node Only and a new Primary Node can pick up where the last one left 
off."></img></li></ul></td><td id="description">Specifies where the state is 
located either local or cluster so that state can be stored appropriately in 
order to ensure that all data is consumed without duplicating data upon restart 
of NiFi</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles are 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

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TransformXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Applies the 
provided XSLT file to the flowfile XML payload. A new FlowFile is created with 
transformed content and is routed to the 'success' relationship. If the XSL 
transform fails, the original FlowFile is routed to the 'failure' 
relationship</p><h3>Tags: </h3><p>xml, xslt, transform</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>XSLT file 
name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Provides the name (including 
 full path) of the XSLT file to apply to the flowfile XML 
content.</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">An XSLT transform parameter name</td><td id="value">An XSLT 
transform parameter value</td><td>These XSLT parameters are passed to the 
transformer<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 FlowFile with transformed content will be routed to this 
relationship</td></tr><tr><td>failure</td><td>If a FlowFile fails processing 
for any reason (for example, the FlowFile is not valid XML), it 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>TransformXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Applies the 
provided XSLT file to the flowfile XML payload. A new FlowFile is created with 
transformed content and is routed to the 'success' relationship. If the XSL 
transform fails, the original FlowFile is routed to the 'failure' 
relationship</p><h3>Tags: </h3><p>xml, xslt, transform</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>XSLT file name</str
 ong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Provides the name (including full path) of the XSLT file to 
apply to the flowfile XML content.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Indent</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 indent the output.</td></tr><tr><td 
id="name"><strong>Cache size</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">Maximum number of stylesheets 
to cache. Zero disables the cache.</td></tr><tr><td id="name"><strong>Cache TTL 
after last access</strong></td><td id="default-value">60 secs</td><td 
id="allowable-values"></td><td id="description">The cache TTL (time-to-live) or 
how long to keep stylesheets in the cache after last 
access.</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">An XSLT transform parameter name</td><td id="value">An XSLT 
transform parameter value</td><td>These XSLT parameters are passed to the 
transformer<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 FlowFile with transformed content will be routed to this 
relationship</td></tr><tr><td>failure</td><td>If a FlowFile fails processing 
for any reason (for example, the FlowFile is not valid XML), it 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

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ambari.AmbariReportingTask/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ambari.AmbariReportingTask/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ambari.AmbariReportingTask/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ambari.AmbariReportingTask/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>AmbariReportingTask</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Publishes metrics 
from NiFi to Ambari</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>reporting, ambari, 
metrics</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>Metrics Collector URL</strong></td><td 
id="default-value">http://localhost:6188/ws/v1/timeline/metrics</td><td 
id="allowable-values"></td><td id="des
 cription">The URL of the Ambari Metrics Collector Service<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Application ID</strong></td><td 
id="default-value">nifi</td><td id="allowable-values"></td><td 
id="description">The Application ID to be included in the metrics sent to 
Ambari<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">${hostname(true)}</td><td id="allowable-values"></td><td 
id="description">The Hostname of this NiFi instance to be included in the 
metrics sent to Ambari<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>AmbariReportingTask</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Publishes metrics 
from NiFi to Ambari Metrics Service (AMS). Due to how the Ambari Metrics 
Service works, this reporting task should be scheduled to run every 60 seconds. 
Each iteration it will send the metrics from the previous iteration, and 
calculate the current metrics to be sent on next iteration. Scheduling this 
reporting task at a frequency other than 60 seconds may produce unexpected 
results.</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>reporting, ambari, 
metrics</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 hre
 f="../../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>Metrics Collector URL</strong></td><td 
id="default-value">http://localhost:6188/ws/v1/timeline/metrics</td><td 
id="allowable-values"></td><td id="description">The URL of the Ambari Metrics 
Collector Service<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Application 
ID</strong></td><td id="default-value">nifi</td><td 
id="allowable-values"></td><td id="description">The Application ID to be 
included in the metrics sent to Ambari<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">${hostname(true)}</td><td id="allowable-values"></td><td 
id="description">The Hostname of this NiFi instance to be included in the 
metrics sent to Ambari<br/><strong>Supp
 orts Expression Language: true</strong></td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html?rev=1758320&r1=1758319&r2=1758320&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 Tue Aug 30 03:27:07 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardSSLContextService</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Standard 
implementation of the SSLContextService. Provides the ability to configure 
keystore and/or truststore properties once and reuse that configuration 
throughout the application</p><h3>Tags: </h3><p>ssl, secure, certificate, 
keystore, truststore, jks, p12, pkcs12, pkcs</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 is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
 id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name">Keystore Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
fully-qualified filename of the Keystore</td></tr><tr><td id="name">Keystore 
Password</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The password for the Keystore<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Keystore Type</td><td 
id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Keystore</td></tr><tr><td id="name">Truststore 
Filename</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The fully-qualified filename of the 
Truststore</td></tr><tr><td id="name">Truststore Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
password for the Trusts
 tore<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name">Truststore Type</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Truststore. Either JKS or 
PKCS12</td></tr><tr><td id="name">SSL Protocol</td><td 
id="default-value">TLS</td><td 
id="allowable-values"><ul><li>SSL</li><li>SSLv2Hello</li><li>SSLv3</li><li>TLS</li><li>TLSv1</li><li>TLSv1.1</li><li>TLSv1.2</li></ul></td><td
 id="description">The algorithm to use for this SSL 
context</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardSSLContextService</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Standard 
implementation of the SSLContextService. Provides the ability to configure 
keystore and/or truststore properties once and reuse that configuration 
throughout the application</p><h3>Tags: </h3><p>ssl, secure, certificate, 
keystore, truststore, jks, p12, pkcs12, pkcs</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 is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
 id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name">Keystore Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
fully-qualified filename of the Keystore</td></tr><tr><td id="name">Keystore 
Password</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The password for the Keystore<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Key Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
password for the key. If this is not specified, but the Keystore Filename, 
Password, and Type are specified, then the Keystore Password will be assumed to 
be the same as the Key Password.<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Keystore Type</td><td 
id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description"
 >The Type of the Keystore</td></tr><tr><td id="name">Truststore 
 >Filename</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The fully-qualified filename of the 
 >Truststore</td></tr><tr><td id="name">Truststore Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The password for the Truststore<br/><strong>Sensitive 
 >Property: true</strong></td></tr><tr><td id="name">Truststore Type</td><td 
 >id="default-value"></td><td 
 >id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
 >id="description">The Type of the Truststore. Either JKS or 
 >PKCS12</td></tr><tr><td id="name">SSL Protocol</td><td 
 >id="default-value">TLS</td><td 
 >id="allowable-values"><ul><li>SSL</li><li>SSLv2Hello</li><li>SSLv3</li><li>TLS</li><li>TLSv1</li><li>TLSv1.1</li><li>TLSv1.2</li></ul></td><td
 > id="description">The algorithm to use for this SSL 
 >context</td></tr></table></body></html>
\ No newline at end of file



Reply via email to