Try to upgrade to Neo4j 3.0.2 There was a bug in USING PERIODIC commit which has been fixed.
Michael > Am 03.06.2016 um 11:27 schrieb [email protected]: > > hi, everyone, > I am a newcomer, I import data to neo4j with load csv method, > customerId, name > id1,'a' > .... > idn,'n' > > > neo4j-shell command > > neo4j-sh (?)$ USING PERIODIC COMMIT 500 > > LOAD CSV WITH HEADERS FROM "file:///data/user.csv" AS csvLine > > MERGE (customer:Customer { CustomerId:csvLine.CustomerId, name:csvLine.name > > }); > +-------------------+ > | No data returned. | > +-------------------+ > Nodes created: 669361 > Properties set: 1338722 > Labels added: 669361 > 20413 ms > TransactionFailureException: Transaction was marked as successful, but unable > to commit transaction so rolled back. > > what can do to avoid this problem? > > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
