Updated Branches: refs/heads/master 711af423b -> 819b9960a
SAMZA-51; Fix simple typo on web index Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/819b9960 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/819b9960 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/819b9960 Branch: refs/heads/master Commit: 819b9960ad155b87c093b0bd3f68855885674078 Parents: 711af42 Author: Chris Riccomini <[email protected]> Authored: Thu Sep 19 09:26:06 2013 -0700 Committer: Chris Riccomini <[email protected]> Committed: Thu Sep 19 09:26:06 2013 -0700 ---------------------------------------------------------------------- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/819b9960/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 984d344..976faf2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ layout: default 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. -* **Simple API:** Unlike most low-level messaging system APIs, Samza provides a very simple call-back based "process message" API that should be familiar to anyone that's used Map/Reduce. +* **Simple API:** Unlike most low-level messaging system APIs, Samza provides a very simple call-back based "process message" API that should be familiar to anyone who's used Map/Reduce. * **Managed state:** Samza manages snapshotting and restoration of a stream processor's state. Samza will restore a stream processor's state to a snapshot consistent with the processor's last read messages when the processor is restarted. * **Fault tolerance:** Samza will work with YARN to restart your stream processor if there is a machine or processor failure. * **Durability:** 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.
