Re: Ignite on yarn doesn't started

2020-02-18 Thread v.shinkevich
https://issues.apache.org/jira/browse/IGNITE-12697 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite on yarn doesn't started

2020-02-18 Thread Ilya Kasnacheev
Hello! Can you please also file a ticket against Apache Ignite JIRA? https://issues.apache.org/jira/projects/IGNITE/issues I think it would not be a problem to merge it. Regards, -- Ilya Kasnacheev вт, 18 февр. 2020 г. в 11:04, v.shinkevich : > Hi, > > I found problem, but it is correct :

Re: Ignite on yarn doesn't started

2020-02-18 Thread v.shinkevich
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

Re: Ignite on yarn doesn't started

2020-02-13 Thread Andrei Aleksandrov
Hi, I asked you to check it because I see the next option: IGNITE_PATH = /tmp/ignite/apache-ignite-2.7.6-bin.zip This option should be a path to *unzipped *Ignite distribution instead of the URL (you set zip) Also I see commented IGNITE_URL option: #IGNITE_URL =

Re: Ignite on yarn doesn't started

2020-02-11 Thread v.shinkevich
aealexsandrov wrote > 1) check that Ignite libs (from ignite_binaries/libs) are available for > your YARN deployment. > 2) check that path to the configuration file is reachable from every node 1) I don't understand what I need to check. Where should these libs be ? Do I need to unpack the

Re: Ignite on yarn doesn't started

2020-02-11 Thread Andrei Aleksandrov
Duplicate of http://apache-ignite-users.70518.x6.nabble.com/Ignite-on-yarn-doesn-t-started-td31325.html 2/10/2020 11:00 PM, v.shinkevich пишет: Hi, All! I tried to run Ignite on Yarn My cluster properties: I also tried to add hdfs:// before paths, but result is the same. I created dir

Re: Ignite on yarn doesn't started

2020-02-11 Thread Andrei Aleksandrov
Hi, Can you attach the Ignite node logs? Also, I suggest to check: 1) check that Ignite libs (from ignite_binaries/libs) are available for your YARN deployment. 2) check that path to the configuration file is reachable from every node I see that you set absolute paths for to tmp folder.

Ignite on yarn doesn't started

2020-02-10 Thread v.shinkevich
Hi, All! I tried to run Ignite on Yarn My cluster properties: #IGNITE_HOME = /tmp/ignite # The HDFS path to the Apache Ignite config file. IGNITE_XML_CONFIG = /tmp/ignite/config/default-config.xml # The directory which will be used for saving Apache Ignite distribution. #IGNITE_WORKING_DIR =

Ignite on yarn doesn't started

2020-02-10 Thread v.shinkevich
Hi, All! I tried to run Ignite on Yarn My cluster properties: I also tried to add hdfs:// before paths, but result is the same. I created dir /tmp/ignite on local node fs and copied it to hdfs. then run yarn jar ignite-yarn-2.7.6.jar /tmp/ignite/ignite-yarn-2.7.6.jar