I\'m trying to import a large data file in JSON format . I\'m using
mongoimport --db verbs --collection de --file \"/Users/marcelbraasch/Downloads/de.json\"
I was struggling with the same issue, adding keyword --authenticationDatabase worked for me.