Re: 'neostore' does not contain a store version, please ensure that the original database was shut down in a clean state.

2013-12-10 Thread Himakshi Mangal
alternate solution because i cannot afford to loose my db after 3-lakhs records are already processed. On Tuesday, December 10, 2013 3:30:09 PM UTC+5:30, Himakshi Mangal wrote: > > Hi, > > I was using clojure to upload the dbpedia datasets into neo4j. > > Unfortunately, my system h

Re: 'neostore' does not contain a store version, please ensure that the original database was shut down in a clean state.

2013-12-10 Thread Himakshi Mangal
, i think the database is in an inconsistent state. the shutdown isn't called till now as there are still many records remaining to be processed. can you please suggest a solution to this? On Tuesday, December 10, 2013 3:30:09 PM UTC+5:30, Himakshi Mangal wrote: > > Hi, > > I

'neostore' does not contain a store version, please ensure that the original database was shut down in a clean state.

2013-12-10 Thread Himakshi Mangal
Hi, I was using clojure to upload the dbpedia datasets into neo4j. Unfortunately, my system hanged and i had to restart everything. Now, if i start the execution of program again it shows this error: 'neostore' does not contain a store version, please ensure that the original database was shut

Re: Import dbpedia data into neo4j using clojure

2013-12-09 Thread Himakshi Mangal
eph Guhlin wrote: > Glad it worked, if you have any further questions feel free to ask. I'm > using it extensively and it and Clojure seem to be a perfect match these > days, especially on very large datasets. > > --Joseph > > > On Friday, December 6, 2013 12:56:40 AM UTC-6,

Re: Import dbpedia data into neo4j using clojure

2013-12-05 Thread Himakshi Mangal
Hi Joseph Guhlin, Thanks your idea helped and i could send some sample data to my neo4j database. Thank you very much... :) On Monday, December 2, 2013 3:41:53 PM UTC+5:30, Himakshi Mangal wrote: > > Hi... > > > I am using clojure to import dbpedia data into neo4j. > > H

Import dbpedia data into neo4j using clojure

2013-12-02 Thread Himakshi Mangal
Hi... I am using clojure to import dbpedia data into neo4j. Here's the code: (ns opal.dbpedia (:use [clojure.tools.logging :only [log]]) (:require [clojure.java.io :as io]) (:import [uk.ac.manchester.cs.owl.owlapi.turtle.parser TurtleParser] [org.neo4j.unsafe.batchinsert BatchIn

Import dbpediad data into Neo4j using clojure

2013-12-02 Thread Himakshi Mangal
Hi.. I am using clojure to import dbpedia dat into neo4j.. Here's the code: (ns opal.dbpedia (:use [clojure.tools.logging :only [log]]) (:require [clojure.java.io :as io]) (:import [uk.ac.manchester.cs.owl.owlapi.turtle.parser TurtleParser] [org.neo4j.unsafe.batchinsert BatchIn