Export data from spark DF or hive to mongoDB

how to export data from sparkDF/Hive table to mongoDB in cloudxlab

Hi @Uday_Reddy,

Spark will have MongoDB connector which you can use to export data to MongoDB.

Hope this helps.

Thanks