You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/06/11 10:42:14 UTC

incubator-ignite git commit: # GG-10405: C++: Implemented serialization prototype and PUT operation.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-sprint-6 95b7147fe -> d4b973155


# GG-10405: C++: Implemented serialization prototype and PUT operation.


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

Branch: refs/heads/ignite-sprint-6
Commit: d4b973155892539593d69a10b2cbb6aa1931efb0
Parents: 95b7147
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Thu Jun 11 09:42:50 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Thu Jun 11 09:42:50 2015 +0300

----------------------------------------------------------------------
 examples/config/example-cache.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d4b97315/examples/config/example-cache.xml
----------------------------------------------------------------------
diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml
index 98e1a71..6d1d0da 100644
--- a/examples/config/example-cache.xml
+++ b/examples/config/example-cache.xml
@@ -37,6 +37,8 @@
         http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
     <bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
+        <property name="localHost" value="127.0.0.1" />
+
         <property name="cacheConfiguration">
             <list>
                 <!-- Partitioned cache example configuration (Atomic mode). -->