Re: How to start Ignite with a jar built from the source code

2018-04-20 Thread aealexsandrov
Hi, In source code we have DEVNOTES.txt that contains the information how to build ignite. I believe that next steps could help you: 1)git clone https://git-wip-us.apache.org/repos/asf/ignite.git 2)Update your source code. 3)Build ignite as described from DEVNOTES.txt: 1.Compile and install:

Re: How to start Ignite with a jar built from the source code

2018-04-19 Thread Naveen
Hi Andrei I have been using this way with ignite.sh by passing a config XML However, going forward I wanted to build the jar from source and run the jar with the config file (similar to starting with ignite.sh) instead of ignite.sh Reason being, every time there is a version upgrade or newer

Re: How to start Ignite with a jar built from the source code

2018-04-18 Thread aealexsandrov
Hi, You can find ignite.bat and ignite.sh scripts in source bundle bin folder. It is the best way to start Ignite with custom configuration. It described here: https://apacheignite.readme.io/docs/getting-started#section-passing-configuration-file Also you can take a look inside these scripts

How to start Ignite with a jar built from the source code

2018-04-18 Thread Naveen
Hi Am using 2.4 I would like to build jar from source code downloaded from Apache and use jar to start the Ignite node, do we have any documentation on this on how to pass the config XML etc.. Thanks Naven -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/