The path is defined with the path parameter:
<bean class="org.apache.ignite.configuration.IgniteConfiguration">
...
<property name="discoverySpi">
<bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
<property name="ipFinder">
<bean
class="org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.TcpDiscoverySharedFsIpFinder">
<property name="path" value="/var/ignite/addresses"/>
</bean>
</property>
</bean>
</property>
</bean>
https://apacheignite.readme.io/docs/tcpip-discovery
> On 27 Apr 2020, at 08:44, kay <[email protected]> wrote:
>
> Hello,
>
> I'd like to start 4 node at each different machine.
> Is is possible for use TcpDiscoverySharedFsIpFinder for node clustering??
>
> I figured out it was working with in same machine.
> but I'm wondering about different machine 'TcpDiscoverySharedFsIpFinder' .
>
> if it is possible how can i set the path?? or is it not possible??
> Please help me.
> Thank you
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/