Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (55.6k points)
Can anyone explain about HBase in detail?

1 Answer

0 votes
by (119k points)

HBase is an open-source distributed database system implemented for low latency operations in Hadoop. HBase was previously known as Google Big Table and it is built on Java. HBase uses SQL like queries to extract the data from HDFS(Hadoop distributed file system). HBase has similar features compared to traditional relational models but used for big data applications.

HBase can store billions of rows and millions of columns of data. Companies will have billions of rows of data and it is difficult to retrieve a particular row from the data. HBase can do this in very little time with low latency operations.

Become proficient in concepts like Hbase in Hadoop by registering for Hadoop Online Training.

Also, you can know more about HBase from watching this video:

Related questions

0 votes
1 answer
asked Jul 20, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer

Browse Categories

...