Hi,

Can you please properly subscribe to the mailing list so that the community
can receive email notifications? Here is the instruction:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1


percent620 wrote
> Ignite-Yarn application has been running successfully. but when running
> the spark-shell, get hanging when running this code as below
> val cfg = new IgniteConfiguration()
>     val spi = new TcpDiscoverySpi()
> 
>     val ipFinder = new TcpDiscoveryVmIpFinder()
>     ipFinder.setAddresses(util.Arrays.asList("XXXX:47500..47510"))
> 
>     spi.setIpFinder(ipFinder)
>     cfg.setDiscoverySpi(spi)
> 
>     val igniteContext = new IgniteContext[String, BaseLine](sc,() => cfg)
> 
> I'm sure that this client can't connect to yarn server,right? 
> 
> Can anyone help me on this issues? thanks!

Can you attach the log files from the server nodes? Are they discovering
each other?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-for-Spark-on-YARN-Deployment-tp6910p6935.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to