Author: criccomini
Date: Thu Sep 19 16:26:35 2013
New Revision: 1524777

URL: http://svn.apache.org/r1524777
Log:
fix simpe -> simple typo on index page

Modified:
    incubator/samza/site/index.html

Modified: incubator/samza/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/samza/site/index.html?rev=1524777&r1=1524776&r2=1524777&view=diff
==============================================================================
--- incubator/samza/site/index.html (original)
+++ incubator/samza/site/index.html Thu Sep 19 16:26:35 2013
@@ -68,7 +68,7 @@
 <p>Apache Samza is a distributed stream processing framework. It uses <a 
target="_blank" href="http://kafka.apache.org";>Apache Kafka</a> for messaging, 
and <a target="_blank" 
href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html";>Apache
 Hadoop YARN</a> to provide fault tolerance, processor isolation, security, and 
resource management.</p>
 
 <ul>
-<li><strong>Simple API:</strong> Unlike most low-level messaging system APIs, 
Samza provides a very simple call-back based &quot;process message&quot; API 
that should be familiar to anyone that&#39;s used Map/Reduce.</li>
+<li><strong>Simple API:</strong> Unlike most low-level messaging system APIs, 
Samza provides a very simple call-back based &quot;process message&quot; API 
that should be familiar to anyone who&#39;s used Map/Reduce.</li>
 <li><strong>Managed state:</strong> Samza manages snapshotting and restoration 
of a stream processor&#39;s state. Samza will restore a stream processor&#39;s 
state to a snapshot consistent with the processor&#39;s last read messages when 
the processor is restarted.</li>
 <li><strong>Fault tolerance:</strong> Samza will work with YARN to restart 
your stream processor if there is a machine or processor failure.</li>
 <li><strong>Durability:</strong> Samza uses Kafka to guarantee that messages 
will be processed in the order they were written to a partition, and that no 
messages will ever be lost.</li>


Reply via email to