Pavel Kuznetsov created IGNITE-11665:
----------------------------------------

             Summary: ODBC: Create example for query execution on mixed cluster
                 Key: IGNITE-11665
                 URL: https://issues.apache.org/jira/browse/IGNITE-11665
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Kuznetsov


We need to create c++ example that runs query with  mixed cluster (contains 
both c++ and java nodes). 
As investigated in the IGNITE-11588 in this case xml configuration requires 
additional setup for the binary configuration: 
{code:xml}
<bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
        <property name="binaryConfiguration">
            <bean class="org.apache.ignite.configuration.BinaryConfiguration">
                <property name="compactFooter" value="false"/>
                <property name="idMapper">
                    <bean class="org.apache.ignite.binary.BinaryBasicIdMapper">
                        <property name="lowerCase" value="true"/>
                    </bean>
                </property>
            </bean>
        </property>
...
</bean>
{code}

Separated example is required because existing c++ query example works fine 
without xml code above.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to