Hadoop-Let us Admin

Hadoop Hbase

All the preceding projects, including MapReduce, are batch processes. However, there is a strong need for real–time data lookup in Hadoop. Hadoop did not have a native key/value store. For example, consider a Social Media site such as Facebook. If you want to look up a friend’s profile, you expect to get an answer immediately (not after a long batch job runs). Such use-cases were the motivation for developing the HBase platform.