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

 效果如下图:

MongoDB导入JSON

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

相关文章: