#IGNITE-389 - Readme.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9926fb89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9926fb89 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9926fb89 Branch: refs/heads/ignite-883-1 Commit: 9926fb89001e9115c1ea5105c4733208d426b08d Parents: 71f29e9 Author: Alexey Goncharuk <agoncha...@gridgain.com> Authored: Wed Jun 10 15:56:26 2015 -0700 Committer: Alexey Goncharuk <agoncha...@gridgain.com> Committed: Wed Jun 10 15:56:26 2015 -0700 ---------------------------------------------------------------------- modules/spark/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9926fb89/modules/spark/README.txt ---------------------------------------------------------------------- diff --git a/modules/spark/README.txt b/modules/spark/README.txt index 5678441..589a050 100644 --- a/modules/spark/README.txt +++ b/modules/spark/README.txt @@ -1,4 +1,8 @@ Apache Ignite Spark Module --------------------------- -Apache Ignite Spark module. +Apache Ignite provides an implementation of Spark RDD abstraction which enables easy access to Ignite caches. +Ignite RDD does not keep it's state in the memory of the Spark application and provides a view of the corresponding +Ignite cache. Depending on the chosen deployment mode this state may exist only during the lifespan of the Spark +application (embedded mode) or may exist outside of the Spark application (standalone mode), allowing seamless +sharing of the state between multiple Spark jobs. \ No newline at end of file