Updated Branches: refs/heads/master ecbebc6e5 -> 711af423b
fix simpe->simple typo on index page. Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/711af423 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/711af423 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/711af423 Branch: refs/heads/master Commit: 711af423b6e89bc818790f2daaa1874f8292d48b Parents: ecbebc6 Author: Chris Riccomini <[email protected]> Authored: Thu Sep 19 09:22:19 2013 -0700 Committer: Chris Riccomini <[email protected]> Committed: Thu Sep 19 09:22:19 2013 -0700 ---------------------------------------------------------------------- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/711af423/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 3000252..984d344 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. -* **Simpe 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 that'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.
