Mongoimport error for sharded cluster

Hi, I’m working with a sharded cluster. But im not able to import people.json file into my sharded cluster. And i also have people.json file present in my project folder.

Here are my configuration files data :

shard1(standalone node) => port : 27001
shard2(standalone node) => port : 27002
mongos => port : 26000
csrs(replica set) => port : 26001,26002,26003

What is your mongoimport version?

Try with latest version and see

I’m using the current version of mongoimport, but still im facing this error.

Is your setup complete?
Please show rs.status() and sh.status()

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.