You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/01 13:16:28 UTC

incubator-ignite git commit: ignite-471-2: yardstick configuration with portable marshaller

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-471-2 9a83c8974 -> ba0b50371


ignite-471-2: yardstick configuration with portable marshaller


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

Branch: refs/heads/ignite-471-2
Commit: ba0b5037169bef4be2e285f934d0a2a8f4ae446f
Parents: 9a83c89
Author: Denis Magda <dm...@gridgain.com>
Authored: Mon Jun 1 14:16:12 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Mon Jun 1 14:16:12 2015 +0300

----------------------------------------------------------------------
 modules/yardstick/config/ignite-base-config.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ba0b5037/modules/yardstick/config/ignite-base-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-base-config.xml b/modules/yardstick/config/ignite-base-config.xml
index 9d28774..9af03c0 100644
--- a/modules/yardstick/config/ignite-base-config.xml
+++ b/modules/yardstick/config/ignite-base-config.xml
@@ -163,6 +163,11 @@
             <list/>
         </property>
 
+        <property name="marshaller">
+            <bean class="org.gridgain.grid.marshaller.portable.PortableMarshaller">
+            </bean>
+        </property>
+
         <property name="loadBalancingSpi">
             <bean class="org.apache.ignite.spi.loadbalancing.roundrobin.RoundRobinLoadBalancingSpi">
                 <property name="perTask" value="false"/>