Vladimir Ozerov wrote
> <property name="ipcEndpointConfiguration">
>     
> <bean class="org.apache.ignite.igfs.IgfsIpcEndpointConfiguration">
>         
> <property name="type" value="SHMEM" />
>     
> </bean>
> </property>

I think Vladimir forgot to replace SHMEM with TCP here, so the configuration
should look like this:

<property name="ipcEndpointConfiguration">
    <bean class="org.apache.ignite.igfs.IgfsIpcEndpointConfiguration">
        <property name="type" value="TCP" />
    </bean>
</property>

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-config-Ignite-on-hadoop-tp1306p1340.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to