I have one more very basic concept level question coming to my mind, what are the differences and relationship between HDFS and various file format -- sequence file (map file based on it), HAR file?
I think the answer is, HDFS is the foundation file system, we can put raw binary file upload to HDFS (without using sequence file, HAR file, etc.), and we can also use some special designed file format to write files based on HDFS -- like sequence file (map file based on it) format, HAR file format. Is that correct understanding?