RE: default location for ignite file db

2018-01-29 Thread Rajesh Kishore
Perfect Stan

On 29 Jan 2018 7:23 p.m., "Stanislav Lukyanov" <stanlukya...@gmail.com>
wrote:

> Make sure you have persistence enabled as described at
> https://apacheignite.readme.io/docs/distributed-persistent-store.
>
> Also, make sure you don’t already have a custom setting for the
> StoragePath, WalPath or WalArchivePath.
>
>
>
> Making an environment variable visible to your process is OS-specific. On
> Windows you need to specify it in the System Properties dialog,
>
> and on Unix you need to use `export` command (you often put the `export`
> in your .bashrc). You should consult your system docs
>
> on doing so.
>
>
>
> If you don’t set IGNITE_HOME Ignite will try to find the installation
> based on your current directory and class path,
>
> and if it fails then a temporary directory directory will be created in
> the standard system location (e.g. /tmp on Linux)
>
> to store Ignite’s DB and other files such as logs.
>
>
>
> Stan
>
>
>
> *From: *Rajesh Kishore <rajesh10si...@gmail.com>
> *Sent: *29 января 2018 г. 15:18
> *To: *user@ignite.apache.org
> *Subject: *Re: default location for ignite file db
>
>
>
> Thanks Stan,
>
> I just extracted the zip , and I am starting the ignite server in embedded
> mode. I dont see DB files getting created at the ${IGNITE_HOME}/work/db.
> More specifically how embedded mode server would get to know about the env
> variable
> r ${IGNITE_HOME} , as in my classpath of application I am using only
> required jars of ignite
>
> -Rajesh
>
>
>
> On Mon, Jan 29, 2018 at 5:41 PM, Stanislav Lukyanov <
> stanlukya...@gmail.com> wrote:
>
> It will be under ${IGNITE_HOME}/work/db.
>
> Please refer to https://apacheignite.readme.io/docs/distributed-
> persistent-store which covers this topic in details.
>
>
>
> Stan
>
>
>
> *From: *Rajesh Kishore <rajesh10si...@gmail.com>
> *Sent: *29 января 2018 г. 15:04
> *To: *user@ignite.apache.org
> *Subject: *default location for ignite file db
>
>
>
> Hi All.
>
> How do we determine the default location for ignite file based DB
>
> Thanks in advance
>
> -Rajesh
>
>
>
>
>
>
>


RE: default location for ignite file db

2018-01-29 Thread Stanislav Lukyanov
Make sure you have persistence enabled as described at 
https://apacheignite.readme.io/docs/distributed-persistent-store.
Also, make sure you don’t already have a custom setting for the StoragePath, 
WalPath or WalArchivePath.

Making an environment variable visible to your process is OS-specific. On 
Windows you need to specify it in the System Properties dialog,
and on Unix you need to use `export` command (you often put the `export` in 
your .bashrc). You should consult your system docs
on doing so. 

If you don’t set IGNITE_HOME Ignite will try to find the installation based on 
your current directory and class path,
and if it fails then a temporary directory directory will be created in the 
standard system location (e.g. /tmp on Linux)
to store Ignite’s DB and other files such as logs.

Stan 

From: Rajesh Kishore
Sent: 29 января 2018 г. 15:18
To: user@ignite.apache.org
Subject: Re: default location for ignite file db

Thanks Stan,

I just extracted the zip , and I am starting the ignite server in embedded 
mode. I dont see DB files getting created at the ${IGNITE_HOME}/work/db. More 
specifically how embedded mode server would get to know about the env variable 
r ${IGNITE_HOME} , as in my classpath of application I am using only required 
jars of ignite
-Rajesh

On Mon, Jan 29, 2018 at 5:41 PM, Stanislav Lukyanov <stanlukya...@gmail.com> 
wrote:
It will be under ${IGNITE_HOME}/work/db.
Please refer to 
https://apacheignite.readme.io/docs/distributed-persistent-store which covers 
this topic in details.
 
Stan
 
From: Rajesh Kishore
Sent: 29 января 2018 г. 15:04
To: user@ignite.apache.org
Subject: default location for ignite file db
 
Hi All.
How do we determine the default location for ignite file based DB
Thanks in advance
-Rajesh
 




Re: default location for ignite file db

2018-01-29 Thread Mikael

You can set it in your XML file or Ingnite configuration from Java.

    
    class="org.apache.ignite.configuration.DataStorageConfiguration">

  
  

  
  

  
  
    
    


Den 2018-01-29 kl. 13:18, skrev Rajesh Kishore:

Thanks Stan,

I just extracted the zip , and I am starting the ignite server in 
embedded mode. I dont see DB files getting created at the 
${IGNITE_HOME}/work/db. More specifically how embedded mode server 
would get to know about the env variable
r ${IGNITE_HOME} , as in my classpath of application I am using only 
required jars of ignite


-Rajesh

On Mon, Jan 29, 2018 at 5:41 PM, Stanislav Lukyanov 
<stanlukya...@gmail.com <mailto:stanlukya...@gmail.com>> wrote:


It will be under ${IGNITE_HOME}/work/db.

Please refer to
https://apacheignite.readme.io/docs/distributed-persistent-store
<https://apacheignite.readme.io/docs/distributed-persistent-store>
which covers this topic in details.

Stan

*From: *Rajesh Kishore <mailto:rajesh10si...@gmail.com>
*Sent: *29 января 2018 г. 15:04
*To: *user@ignite.apache.org <mailto:user@ignite.apache.org>
*Subject: *default location for ignite file db

Hi All.

    How do we determine the default location for ignite file based DB

Thanks in advance

-Rajesh






Re: default location for ignite file db

2018-01-29 Thread Rajesh Kishore
Thanks Stan,

I just extracted the zip , and I am starting the ignite server in embedded
mode. I dont see DB files getting created at the ${IGNITE_HOME}/work/db.
More specifically how embedded mode server would get to know about the env
variable
r ${IGNITE_HOME} , as in my classpath of application I am using only
required jars of ignite

-Rajesh

On Mon, Jan 29, 2018 at 5:41 PM, Stanislav Lukyanov <stanlukya...@gmail.com>
wrote:

> It will be under ${IGNITE_HOME}/work/db.
>
> Please refer to https://apacheignite.readme.io/docs/distributed-
> persistent-store which covers this topic in details.
>
>
>
> Stan
>
>
>
> *From: *Rajesh Kishore <rajesh10si...@gmail.com>
> *Sent: *29 января 2018 г. 15:04
> *To: *user@ignite.apache.org
> *Subject: *default location for ignite file db
>
>
>
> Hi All.
>
> How do we determine the default location for ignite file based DB
>
> Thanks in advance
>
> -Rajesh
>
>
>


RE: default location for ignite file db

2018-01-29 Thread Stanislav Lukyanov
It will be under ${IGNITE_HOME}/work/db.
Please refer to 
https://apacheignite.readme.io/docs/distributed-persistent-store which covers 
this topic in details.

Stan

From: Rajesh Kishore
Sent: 29 января 2018 г. 15:04
To: user@ignite.apache.org
Subject: default location for ignite file db

Hi All.
How do we determine the default location for ignite file based DB
Thanks in advance
-Rajesh



default location for ignite file db

2018-01-29 Thread Rajesh Kishore
Hi All.

How do we determine the default location for ignite file based DB

Thanks in advance
-Rajesh