mongoimport --db test --collection china --file /hduser/home/china.json
其中:mongoimport --db test(数据库名) --collection china(集合名) --file /hduser/home/china.json(要导入的JSON文件)

效果如下图:

参考:https://docs.mongodb.com/manual/reference/program/mongoimport/