FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ allows run-time changes and can be used for standalone applications.
A
HBase
B
Hadoop
C
BOTH
D
NONE
Explanation: 

Detailed explanation-1: -Standalone mode is what is described in the Section 1.2, “Quick Start” section. In standalone mode, HBase does not use HDFS–it uses the local filesystem instead–and it runs all HBase daemons and a local ZooKeeper all up in the same JVM. Zookeeper binds to a well known port so clients may talk to HBase.

Detailed explanation-2: -ColumnFamilies can set a TTL length in seconds, and HBase will automatically delete rows once the expiration time is reached. This applies to all versions of a row-even the current one. The TTL time encoded in the HBase for the row is specified in UTC.

Detailed explanation-3: -Pseudo-distributed mode means that HBase still runs completely on a single host, but each HBase daemon (HMaster, HRegionServer, and Zookeeper) runs as a separate process.

There is 1 question to complete.