Home > other > How to use backup HDFS data springboot project?
How to use backup HDFS data springboot project?
Time:09-24
I made a springboot project, but the school requires the system based on hadoop, but complex and I won't, so I just want to can only HDFS to back up your data? I am using springboot + Mybatis + MySQL,
(1) springboot how to integrate the HDFS, (2) how the data backup,
For a small white self-learning ability is very poor, a person at home to write you really pain, beg you support a move bosses, help the younger brother through casually,
CodePudding user response:
HDFS is according to the file storage, cannot be achieved similar to Mysql as the relationship between table and table, moreover HDFS itself does not apply to update, delete individual records of operation; Update tables in Mysql environment you delete records, Yes, HDFS cannot be achieved; Depends on you want to use those features of HDFS instead of mysql, but from the usage scenario Two completely different, there is no alternative.