Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-09-07 Thread Nikolai Tikhonov
Val, Shirely Yes. our YARN integration does not support win environment. I've created ticket on it https://issues.apache.org/jira/browse/IGNITE-3850 On Wed, Sep 7, 2016 at 5:23 AM, vkulichenko wrote: > Nikolai, > > Is this a bug? Should we create a ticket? > >

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-09-06 Thread vkulichenko
Nikolai, Is this a bug? Should we create a ticket? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/why-allocated-containers-much-more-than-INGNITE-NODE-COUNT-tp7226p7562.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-09-05 Thread shirely
well, Thanks for your advise. examples for yarn works. and I have figured it out. It seems the ignite yarn deployment is not a good choice for windows. The ignite source code override the onContainersAllocated function, and when it tried ctx.setEnvironment(env) where env=System.getenv(); it

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-08-31 Thread Nikolai Tikhonov
Hi, Could you try to run examples over YARN (for example http://wiki.apache.org/hadoop/WordCount)? If it works could you share your ignite-yarn configuration file? On Tue, Aug 30, 2016 at 12:19 PM, shirely wrote: > hi, > Thanks for your advise. I found that launch

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-08-30 Thread shirely
hi, Thanks for your advise. I found that launch container always failed. because there is a syntax error in launcontainer.cmd. In launchcontainer.cmd, there are some lines with syntax error: @set IGNITE_RELEASES_DIR=/ignite/releases/ @if %errorlevel% neq 0 exit /b %errorlevel% @set

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-08-26 Thread Nikolai Tikhonov
Hi, It's looks like your containers failed and ignite yarn tries to start new containers. Could you share your configurations and logs from containers? On Tue, Aug 23, 2016 at 5:18 AM, shirely wrote: > well, I tried to integrate ignite with yarn and set IGNITE_NODE_COUNT

why allocated containers much more than INGNITE_NODE_COUNT?

2016-08-22 Thread shirely
well, I tried to integrate ignite with yarn and set IGNITE_NODE_COUNT equals 2, but when running the ignite yarn application, I found the total allocated containers is 156 and kept increasing. I'm really confused, what is the relationship between ignite node and allocated containers? -- View