Hi, I found problem, but it is correct :
# The HDFS path to the Apache Ignite build. This property can be useful when the yarn # is cluster running in net without internet access. IGNITE_PATH = hdfs:///ignite/apache-ignite-2.7.6-bin.zip The problem was in the Yarn configuration or other cluster settings... Yarn didn't give containers with more than one processor. Containers were checked and rejected. But this reason was not present in logs. I added PR to help to solve the problem. https://github.com/apache/ignite/pull/7437 Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
