jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 157 forks source link

BatchInserterImpl doesn't compile under 2.1.2 #103

Open ajaychitre opened 10 years ago

ajaychitre commented 10 years ago

I downloaded Neo4j community edition 2.1.2. Changed the version in pom.xml to 2.1.2.

Tried to compile but BatchInsertImpl doesn’t compile. Is there a new version available somewhere? I am using JDK 1.7. Am I doing something wrong?

jexp commented 10 years ago

It's a bigger change, I can look into it but there are some larger changes ahead. I usually have to copy the BatchInserterImpl from Neo4j and then make some changes :(