Re: How to set isolated Ignite Clusters by java API

2016-07-12 Thread ght230
After I setted "Ignition.setClientMode(false);" and setted gridname to Ignite instance, It is OK! Thanks anyway. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-set-isolated-Ignite-Clusters-by-java-API-tp6221p6247.html Sent from the Apache Ig

Re: How to set isolated Ignite Clusters by java API

2016-07-12 Thread Vladislav Pyatkov
tLocalPort(49100); > cfg2.setDiscoverySpi(discoverySpi2); > cfg2.setCommunicationSpi(commSpi2); > > Ignite ignite2 = Ignition.start(cfg2); > } > } > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-set-isolated-Ignite-Clusters-by-java-API-tp6221.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov

How to set isolated Ignite Clusters by java API

2016-07-12 Thread ght230
i(discoverySpi2); cfg2.setCommunicationSpi(commSpi2); Ignite ignite2 = Ignition.start(cfg2); } } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-set-isolated-Ignite-Clusters-by-java-API-tp6221.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.