Hi Swetha.

Please, check if IGNITE_HOME env. variable or JVM property is properly
configured.
If you are on linux, check /tmp/ignite directory as a default one.

On Tue, Mar 27, 2018 at 4:37 PM, Swetha <rstss...@gmail.com> wrote:

> Hi,
>
> I have loaded data into cache by setting persistence property to true.
>
> But im not able to find the path of the data persisted on the disk. I have
> checked in IgniteHome/work/db directory, it is not present in that
> location.
> Please help me to find the path of persisted data on one of the node disk.
>
> Below is the configuration used to load the data:
> <beans xmlns="http://www.springframework.org/schema/beans";
>        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>        xsi:schemaLocation="http://www.springframework.org/schema/beans
>         http://www.springframework.org/schema/beans/spring-beans.xsd";>
>     <bean id="ignite.cfg"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>
>         <property name="dataStorageConfiguration">
>             <bean
> class="org.apache.ignite.configuration.DataStorageConfiguration">
>                 <property name="defaultDataRegionConfiguration">
>                     <bean
> class="org.apache.ignite.configuration.DataRegionConfiguration">
>                         <property name="persistenceEnabled" value="true"/>
>                     </bean>
>                 </property>
>             </bean>
>         </property>
>
>
>         <property name="discoverySpi">
>             <bean
> class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>                 <property name="ipFinder">
>
>
>                     <bean
> class="org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.
> TcpDiscoveryMulticastIpFinder">
>                         <property name="addresses">
>                          <list>
>                             <value>*********</value>
>                             <value>*********</value>
>                             <value>*********</value>
>                             </list>
>                         </property>
>                     </bean>
>                 </property>
>             </bean>
>         </property>
>     </bean>
> </beans>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>



-- 
Best regards,
Andrey V. Mashenkov

Reply via email to