Hi I am using neo4j-community-2.2.6 and following are the specification that mvn -v reports
Apache Maven 2.2.1 (rdebian-14) Java version: 1.8.0_66 Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "3.13.0-48-generic" arch: "amd64" Family: "unix" Regarding using batch import which comes with the product..Can we use the existing db again in another command?For me it always shows it already contains data and I am not able to append more data to it for which I moved to the new binary version. Please tell if there is an alternative solution On Friday, November 27, 2015 at 3:42:58 AM UTC+5:30, Michael Hunger wrote: > > These days I recommend to use neo4j-import which comes with the product: > http://neo4j.com/docs/stable/import-tool.html > > As it says either download the binary version from: > https://dl.dropboxusercontent.com/u/14493611/batch_importer_22.zip > > How did you install apache maven on your machine? > > Try to run: mvn -v > And see what it reports. > > Am 26.11.2015 um 21:14 schrieb [email protected] <javascript:>: > > I try to upload my data using the following command into the already > existing database called sampletest.db > ./import.sh sampletest.sb nodes.csv > It shows the error: > *"lib directory of binary download missing. Please download the zip or run > import-mvn.sh"* > When I try to run ./import-mvn.sh,it again shows error which is: > *constituent[0]: file:/usr/share/maven2/lib/maven-debian-uber.jar* > *---------------------------------------------------* > *java.lang.StringIndexOutOfBoundsException: String index out of range: > -1....* > > *Kindly tell me how to resolve the issue.* > *Also how can I download the zip file of lib directory directly if > possible* > > -- > 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] <javascript:>. > 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.
