Hello All, I am facing a strange import error and also I am unable to understand what's happening. here is what I have: 1. I have a ubuntu EC2 instance running. 2. I have setup Neo4j on the EC2 instance. 3. I am trying to import AACT dataset(10 GB) into a graph. 4. I have the AACT dataset in a folder on EC2(/neo4j_data/neo4j/). I am trying to use neo4j-admin to import the data by using the following command:
/bin/neo4j-admin import --database=neo4j11 --nodes=/neo4j_data/neo4j/pending_results.txt.csv,/neo4j_data/neo4j/drop_withdrawals.txt.csv,/neo4j_data/neo4j/reported_event_totals.txt.csv,/neo4j_data/neo4j/conditions.txt.csv,/neo4j_data/neo4j/id_information.txt.csv,/neo4j_data/neo4j/active_storage_blobs.txt.csv,/neo4j_data/neo4j/interventions.txt.csv,/neo4j_data/neo4j/outcome_analysis_groups.txt.csv,/neo4j_data/neo4j/study_references.txt.csv,/neo4j_data/neo4j/brief_summaries.txt.csv,/neo4j_data/neo4j/provided_documents.txt.csv,/neo4j_data/neo4j/overall_officials.txt.csv,/neo4j_data/neo4j/calculated_values.txt.csv,/neo4j_data/neo4j/reported_events.txt.csv --ignore-extra-columns