You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2015/07/14 13:46:57 UTC

incubator-ignite git commit: #ignite-961: rewrite examples.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-961-promise 341f30310 -> f7595eaa4


#ignite-961: rewrite examples.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f7595eaa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f7595eaa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f7595eaa

Branch: refs/heads/ignite-961-promise
Commit: f7595eaa4aa8798dab6edbbfea9ba74b4fcb518f
Parents: 341f303
Author: ivasilinets <iv...@gridgain.com>
Authored: Tue Jul 14 14:46:52 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Tue Jul 14 14:46:52 2015 +0300

----------------------------------------------------------------------
 examples/src/main/js/map-reduce-example.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f7595eaa/examples/src/main/js/map-reduce-example.js
----------------------------------------------------------------------
diff --git a/examples/src/main/js/map-reduce-example.js b/examples/src/main/js/map-reduce-example.js
index 93913fe..326fa3c 100644
--- a/examples/src/main/js/map-reduce-example.js
+++ b/examples/src/main/js/map-reduce-example.js
@@ -70,7 +70,7 @@ function main() {
         return ignite.compute().mapReduce(map, reduce, "Hello Ignite World!");
     }).then(function(cnt){
         console.log(">>> Total number of characters in the phrase is '" + cnt + "'.");
-         console.log(">>> End of compute map reduce example.");
+        console.log(">>> End of compute map reduce example.");
     }).catch(function(err) {
         if (err !== null)
             console.log("Start remote node with config examples/config/example-ignite.xml. ");