Penulis: jamur
Hive Data Types
Hive data types are categorized into two types. They are the primitive and complex data types. The primitive data types […]
Hive Overview
Apache Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis. While […]
HBase Examples
Go to HBase Mode $hbase shell List all the tables […]
HBase Shell Commands
whoami: Show the current hbase user. Example: hbase> whoami alter: Alter column family schema; pass table […]
Hbase Data model
Hbase Data model – These six concepts form the foundation of HBase. Table: HBase organizes data into tables. Table names […]
HBase Architecture
The HBase Architecture consists of servers in a Master-Slave relationship as shown below. Typically, the HBase cluster […]
Apache HBase
HBase is an open source, non-relational, distributed database modeled after Google’s BigTable and is written in […]
MapReduce Overview
What is MapReduce ? Map reduce is an algorithm or concept to process Huge amount of data in a faster […]