I suspect that the import has created only one shard per collection (as is 
the default in arangoimp when using --create-collection true). Therefore, 
all data for each collection will have ended up on the same DBserver. I 
suspect that you have run into an out of memory situation on one of the 
DBservers. Since you work without replication, this is fatal for the import.
What are the resource limits for your DBServer nodes (configured in the 
Mesos launch of the framework)?
You should create the two collections beforehand with as many shards as you 
have DBServers and then run the import with --create-collection false.

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" 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.

Reply via email to