hadoop - is it possible to store mongodb data on hdfs -


in project, i'm challenging data storage method. firstly, in project, there streaming data in json format , suitable db mongodb. have analyze data hadoop or spark.

so, conflict starts here: can store mongodb collections in hdfs or must mongodb , hdfs storage units different? important issue decision. must use hadoop , mongodb in same disk units or separate units?

they need different units since methods of storage, security policy implementations , storage mechanisms different.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -