Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/StreamTask.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/StreamTask.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/StreamTask.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/StreamTask.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 StreamTask (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 
@@ -96,6 +96,11 @@ Interface StreamTask</H2>
 </PRE>
 
 <P>
+Used as a standard interface for all user processing tasks. Receives messages 
from a partition of a specified input
+ stream.
+<P>
+
+<P>
 <HR>
 
 <P>
@@ -116,7 +121,7 @@ Interface StreamTask</H2>
         <A HREF="../../../../org/apache/samza/task/TaskCoordinator.html" 
title="interface in 
org.apache.samza.task">TaskCoordinator</A>&nbsp;coordinator)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called once for 
each message that this StreamTask receives.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -140,10 +145,13 @@ void <B>process</B>(<A HREF="../../../..
              <A HREF="../../../../org/apache/samza/task/TaskCoordinator.html" 
title="interface in org.apache.samza.task">TaskCoordinator</A>&nbsp;coordinator)
              throws java.lang.Exception</PRE>
 <DL>
+<DD>Called once for each message that this StreamTask receives.
+<P>
 <DD><DL>
-
+<DT><B>Parameters:</B><DD><CODE>envelope</CODE> - Contains the received 
deserialized message and key, and also information regarding the stream and
+ partition of which the message was received from.<DD><CODE>collector</CODE> - 
Contains the means of sending message envelopes to the output 
stream.<DD><CODE>coordinator</CODE> - Manages execution of tasks.
 <DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
+<DD><CODE>java.lang.Exception</CODE> - Any exception types encountered during 
the execution of the processing task.</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskContext.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskContext.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskContext.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskContext.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 TaskContext (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskCoordinator.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskCoordinator.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskCoordinator.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskCoordinator.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 TaskCoordinator (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 TaskLifecycleListener (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 TaskLifecycleListenerFactory (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/WindowableTask.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/WindowableTask.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/WindowableTask.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/WindowableTask.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 WindowableTask (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 
@@ -96,6 +96,10 @@ Interface WindowableTask</H2>
 </PRE>
 
 <P>
+Used as a standard interface to allow user processing tasks to operate on 
specified time intervals, or "windows".
+<P>
+
+<P>
 <HR>
 
 <P>
@@ -115,7 +119,7 @@ Interface WindowableTask</H2>
        <A HREF="../../../../org/apache/samza/task/TaskCoordinator.html" 
title="interface in 
org.apache.samza.task">TaskCoordinator</A>&nbsp;coordinator)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by 
TaskRunner for each implementing task at the end of every specified window.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -138,10 +142,12 @@ void <B>window</B>(<A HREF="../../../../
             <A HREF="../../../../org/apache/samza/task/TaskCoordinator.html" 
title="interface in org.apache.samza.task">TaskCoordinator</A>&nbsp;coordinator)
             throws java.lang.Exception</PRE>
 <DL>
+<DD>Called by TaskRunner for each implementing task at the end of every 
specified window.
+<P>
 <DD><DL>
-
+<DT><B>Parameters:</B><DD><CODE>collector</CODE> - Contains the means of 
sending message envelopes to the output stream.<DD><CODE>coordinator</CODE> - 
Manages execution of tasks.
 <DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
+<DD><CODE>java.lang.Exception</CODE> - Any exception types encountered during 
the execution of the processing task.</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-frame.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-frame.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-frame.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-frame.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.task (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-summary.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-summary.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-summary.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-summary.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.task (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 
@@ -93,15 +93,16 @@ Package org.apache.samza.task
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/samza/task/InitableTask.html" title="interface in 
org.apache.samza.task">InitableTask</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Used as an interface for user processing StreamTasks that need to have 
specific functionality performed as their StreamTasks
+ are instantiated by TaskRunner.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/samza/task/MessageCollector.html" title="interface 
in org.apache.samza.task">MessageCollector</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Used as an interface for the means of sending message envelopes.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/samza/task/StreamTask.html" 
title="interface in org.apache.samza.task">StreamTask</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Used as a standard interface for all user processing tasks.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/samza/task/TaskContext.html" title="interface in 
org.apache.samza.task">TaskContext</A></B></TD>
@@ -122,7 +123,7 @@ Package org.apache.samza.task
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/samza/task/WindowableTask.html" title="interface 
in org.apache.samza.task">WindowableTask</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Used as a standard interface to allow user processing tasks to operate on 
specified time intervals, or "windows".</TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-tree.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-tree.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-tree.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/task/package-tree.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.task Class Hierarchy (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 BlockingEnvelopeMap.BufferGauge (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 BlockingEnvelopeMap (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 
@@ -278,7 +278,7 @@ java.lang.Object
          java.lang.String&nbsp;lastReadOffset)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers this 
consumer to receive messages from a specific offset in a Samza stream 
partition.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -379,11 +379,16 @@ register</H3>
 public void <B>register</B>(<A 
HREF="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</A>&nbsp;systemStreamPartition,
                      java.lang.String&nbsp;lastReadOffset)</PRE>
 <DL>
+<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../org/apache/samza/system/SystemConsumer.html#register(org.apache.samza.system.SystemStreamPartition,
 java.lang.String)">SystemConsumer</A></CODE></B></DD>
+<DD>Registers this consumer to receive messages from a specific offset in a 
Samza stream partition.
+<P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A 
HREF="../../../../org/apache/samza/system/SystemConsumer.html#register(org.apache.samza.system.SystemStreamPartition,
 java.lang.String)">register</A></CODE> in interface <CODE><A 
HREF="../../../../org/apache/samza/system/SystemConsumer.html" title="interface 
in org.apache.samza.system">SystemConsumer</A></CODE></DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>systemStreamPartition</CODE> - The 
SystemStreamPartition object representing the Samza stream partition to receive
+ messages from.<DD><CODE>lastReadOffset</CODE> - String representing the 
offset from which to start receiving messages from in the specified
+ partition.</DL>
 </DD>
 </DL>
 <HR>

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/Clock.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/Clock.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/Clock.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/Clock.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 Clock (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 NoOpMetricsRegistry (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/SinglePartitionSystemAdmin.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/SinglePartitionSystemAdmin.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/SinglePartitionSystemAdmin.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/SinglePartitionSystemAdmin.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 SinglePartitionSystemAdmin (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-frame.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-frame.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-frame.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-frame.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.util (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-summary.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-summary.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-summary.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-summary.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.util (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-tree.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-tree.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-tree.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/org/apache/samza/util/package-tree.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 org.apache.samza.util Class Hierarchy (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" 
TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-frame.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-frame.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-frame.html 
(original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-frame.html 
Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 Overview List (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-summary.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-summary.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-summary.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-summary.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 Overview (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-tree.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-tree.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-tree.html 
(original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/overview-tree.html 
Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 Class Hierarchy (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/serialized-form.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/api/javadocs/serialized-form.html?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/serialized-form.html
 (original)
+++ 
incubator/samza/site/learn/documentation/0.7.0/api/javadocs/serialized-form.html
 Thu Jan 23 22:01:28 2014
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_65) on Thu Jan 09 14:25:24 PST 2014 -->
+<!-- Generated by javadoc (build 1.6.0_27) on Thu Jan 23 14:00:15 PST 2014 -->
 <TITLE>
 Serialized Form (samza-api 0.7.0 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2014-01-09">
+<META NAME="date" CONTENT="2014-01-23">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/samza/site/sitemap.xml
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/sitemap.xml?rev=1560826&r1=1560825&r2=1560826&view=diff
==============================================================================
--- incubator/samza/site/sitemap.xml (original)
+++ incubator/samza/site/sitemap.xml Thu Jan 23 22:01:28 2014
@@ -4,7 +4,7 @@
 
   <url>
     <loc>http://samza.incubator.apache.org/</loc>
-    <lastmod>2014-01-09</lastmod>
+    <lastmod>2014-01-23</lastmod>
     <changefreq>daily</changefreq>
     <priority>1.0</priority>
   </url>
@@ -13,281 +13,281 @@
 
   
   <url>
-    <loc>http://samza.incubator.apache.org/community/committers.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/community/irc.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/community/mailing-lists.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/community/mailing-lists.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/community/irc.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/code.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/community/committers.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/coding-guide.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/tutorials/0.7.0/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/disclaimer.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/tutorials/0.7.0/remote-debugging-samza.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/projects.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/operations/kafka.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/rules.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/operations/security.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/contribute/seps.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/yarn-jobs.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/logging.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/api/overview.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/configuration.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/introduction.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/packaging.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/mupd8.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/job-runner.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/storm.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/checkpointing.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/windowing.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/event-loop.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/task-runner.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/event-loop.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/jmx.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/streams.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
     
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/metrics.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
     
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/state-management.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/streams.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/jmx.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/task-runner.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/checkpointing.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/container/windowing.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/storm.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/mupd8.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/architecture.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/introduction.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/background.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
     
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/concepts.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/configuration.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/background.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/job-runner.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/architecture.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/logging.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/api/overview.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/packaging.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/yarn/isolation.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/yarn-jobs.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/yarn/application-master.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/operations/kafka.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/startup/download/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/operations/security.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    
<loc>http://samza.incubator.apache.org/startup/hello-samza/0.7.0/index.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/yarn/application-master.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/code.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/documentation/0.7.0/yarn/isolation.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/disclaimer.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/tutorials/0.7.0/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/coding-guide.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/learn/tutorials/0.7.0/remote-debugging-samza.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/projects.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    <loc>http://samza.incubator.apache.org/startup/download/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/seps.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>
   
   <url>
-    
<loc>http://samza.incubator.apache.org/startup/hello-samza/0.7.0/index.html</loc>
-    <lastmod>2014-01-09</lastmod>
+    <loc>http://samza.incubator.apache.org/contribute/rules.html</loc>
+    <lastmod>2014-01-23</lastmod>
     
     
   </url>


Reply via email to