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 ComSpec=C:\Windows\system32\cmd.exe @if %errorlevel% neq 0 exit /b %errorlevel% *@set =D:=D:\data\yarn\nm-local-dir\usercache\SYSTEM\appcache\application_1471608576294_12568\container_e48_1471608576294_12568_01_000001* @if %errorlevel% neq 0 exit /b %errorlevel% @set HADOOP_LOGLEVEL=INFO @if %errorlevel% neq 0 exit /b %errorlevel% Has Anyone else met the problem before? I'm really confused. What makes the line like this "set =D:=D:\data\yarn\nm-local-dir\usercache\SYSTEM\appcache\application_1471608576294_12568\container_e48_1471608576294_12568_01_000001", Acutally, the path is not valid in executor, only valid in driver. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/why-allocated-containers-much-more-than-INGNITE-NODE-COUNT-tp7226p7402.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.