Repository: nifi
Updated Branches:
  refs/heads/master 05a99a93c -> 7a5560c33


NIFI-2450 Update Getting Started guide, Data Provenance section graphics


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

Branch: refs/heads/master
Commit: 731050352d987e781cdbf726fe6546fd4c589c05
Parents: 05a99a9
Author: Rob Moran <rmo...@gmail.com>
Authored: Mon Aug 1 15:05:25 2016 -0400
Committer: joewitt <joew...@apache.org>
Committed: Mon Aug 1 21:55:52 2016 -0400

----------------------------------------------------------------------
 .../src/main/asciidoc/getting-started.adoc      |  10 +++-------
 .../main/asciidoc/images/event-attributes.png   | Bin 42173 -> 55373 bytes
 .../asciidoc/images/event-content-replay.png    | Bin 59119 -> 0 bytes
 .../src/main/asciidoc/images/event-content.png  | Bin 59490 -> 62054 bytes
 .../src/main/asciidoc/images/event-details.png  | Bin 75995 -> 73053 bytes
 .../asciidoc/images/lineage-graph-annotated.png | Bin 79524 -> 69156 bytes
 6 files changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/getting-started.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/getting-started.adoc 
b/nifi-docs/src/main/asciidoc/getting-started.adoc
index 3bf2078..9837a61 100644
--- a/nifi-docs/src/main/asciidoc/getting-started.adoc
+++ b/nifi-docs/src/main/asciidoc/getting-started.adoc
@@ -698,15 +698,11 @@ Finally, we have the Content tab:
 image:event-content.png[Event Content]
 
 This tab provides us information about where in the Content Repository the 
FlowFile's content was stored. If the event modified the content
-of the FlowFile, we will see the 'before' and 'after' content claims. We are 
then given the option to Download the content or to View the
+of the FlowFile, we will see the 'before' (input) and 'after' (output) content 
claims. We are then given the option to Download the content or to View the
 content within NiFi itself, if the data format is one that NiFi understands 
how to render.
 
-Additionally, in the Replay section of the tab, there is a 'Submit' button 
that allows the user to re-insert the FlowFile into the flow and re-process it 
from exactly the point
-at which the event happened.
-
-image:event-content-replay.png[Event Content Replay]
-
-This provides a very powerful mechanism, as we are able to modify our flow in 
real time, re-process a FlowFile,
+Additionally, in the Replay section of the tab, there is a 'Replay' button 
that allows the user to re-insert the FlowFile into the flow and re-process it 
from exactly the point
+at which the event happened. This provides a very powerful mechanism, as we 
are able to modify our flow in real time, re-process a FlowFile,
 and then view the results. If they are not as expected, we can modify the flow 
again, and re-process the FlowFile again. We are able to perform
 this iterative development of the flow until it is processing the data exactly 
as intended.
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/images/event-attributes.png
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/images/event-attributes.png 
b/nifi-docs/src/main/asciidoc/images/event-attributes.png
index 0415c73..1602542 100644
Binary files a/nifi-docs/src/main/asciidoc/images/event-attributes.png and 
b/nifi-docs/src/main/asciidoc/images/event-attributes.png differ

http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/images/event-content-replay.png
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/images/event-content-replay.png 
b/nifi-docs/src/main/asciidoc/images/event-content-replay.png
deleted file mode 100644
index f739bd0..0000000
Binary files a/nifi-docs/src/main/asciidoc/images/event-content-replay.png and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/images/event-content.png
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/images/event-content.png 
b/nifi-docs/src/main/asciidoc/images/event-content.png
index 994ef4d..3fd38e2 100644
Binary files a/nifi-docs/src/main/asciidoc/images/event-content.png and 
b/nifi-docs/src/main/asciidoc/images/event-content.png differ

http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/images/event-details.png
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/images/event-details.png 
b/nifi-docs/src/main/asciidoc/images/event-details.png
index 19a39a4..71f7aa0 100644
Binary files a/nifi-docs/src/main/asciidoc/images/event-details.png and 
b/nifi-docs/src/main/asciidoc/images/event-details.png differ

http://git-wip-us.apache.org/repos/asf/nifi/blob/73105035/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png 
b/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png
index 8e8e70a..d500c70 100644
Binary files a/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png 
and b/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png differ

Reply via email to