Hive data types are categorized into two types. They are the primitive and complex data types. The primitive data types […]

Apache Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis. While […]

Go to HBase Mode           $hbase shell List all the tables           […]

whoami: Show the current hbase user. Example:          hbase> whoami alter:  Alter column family schema;  pass table […]

Hbase Data model – These six concepts form the foundation of HBase. Table: HBase organizes data into tables. Table names […]

      The HBase Architecture consists of servers in a Master-Slave relationship as shown below. Typically, the HBase cluster […]

        HBase is an open source, non-relational, distributed database modeled after Google’s BigTable and is written in […]

What is MapReduce ? Map reduce is an algorithm or concept to process Huge amount of data in a faster […]