Reputation: 69
What is the actual difference, and when should be use the other when data needs to be stored?
Upvotes: 0
Views: 498
Reputation: 21923
Please read this post for a good explanation. But in general, HBASE runs on top of HDFS. HDFS is a distributed file system just like any other file system (Unix/Windows) and HBASE is like a database which reads and writes from that file system just like any other database (MySQL, MSSQL).
Upvotes: 1