Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
hadoop [2020/11/11 10:50] – [Overview] andonovj | hadoop [2020/11/11 11:19] (current) – [Overview] andonovj | ||
---|---|---|---|
Line 11: | Line 11: | ||
{{ : | {{ : | ||
+ | |||
+ | In a nutshell, HDFS on its own is storing the data into datanodes which allow many reads but only once write, where the HBase is suitable for many read-write operation again using the HDFS | ||
+ | |||