You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by kotamrajuyashasvi <ko...@gmail.com> on 2018/04/23 16:30:22 UTC

Setting Ignite System Properties

Hi

I would like to know how/where to set the Ignite System Properties before
starting Ignite Cluster.
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSystemProperties.html







--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Setting Ignite System Properties

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

Either pass them as JVM args in the form of -DIGNITE_system_property=value
or set them with System.setProperty("IGNITE_system_property", "value");

Regards,

-- 
Ilya Kasnacheev

2018-04-23 19:30 GMT+03:00 kotamrajuyashasvi <ko...@gmail.com>:

> Hi
>
> I would like to know how/where to set the Ignite System Properties before
> starting Ignite Cluster.
> https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/
> IgniteSystemProperties.html
>
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>